SpectrumSTDEditor.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A60440F1-FC94-4802-BFCB-E96457830D50}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>SpectrumSTDEditor</RootNamespace>
  10. <AssemblyName>SpectrumSTDEditor</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>x64</PlatformTarget>
  41. <LangVersion>7.3</LangVersion>
  42. <ErrorReport>prompt</ErrorReport>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  46. <OutputPath>bin\x64\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <DebugType>pdbonly</DebugType>
  50. <PlatformTarget>x64</PlatformTarget>
  51. <LangVersion>7.3</LangVersion>
  52. <ErrorReport>prompt</ErrorReport>
  53. <Prefer32Bit>true</Prefer32Bit>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="OTS.WinFormsUI.Docking">
  57. <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
  58. <Private>False</Private>
  59. </Reference>
  60. <Reference Include="OTSClrInterface, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\Bin\x64\Debug\OTSCPPDll\OTSClrInterface.dll</HintPath>
  63. <Private>False</Private>
  64. </Reference>
  65. <Reference Include="SourceGrid">
  66. <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="System">
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="System.Core">
  73. <Private>False</Private>
  74. </Reference>
  75. <Reference Include="System.Data.SQLite">
  76. <HintPath>..\OpenDll\SQLiteDll\System.Data.SQLite.dll</HintPath>
  77. <Private>False</Private>
  78. </Reference>
  79. <Reference Include="System.Windows.Forms.Ribbon">
  80. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  81. <Private>False</Private>
  82. </Reference>
  83. <Reference Include="System.Xml.Linq">
  84. <Private>False</Private>
  85. </Reference>
  86. <Reference Include="System.Data.DataSetExtensions">
  87. <Private>False</Private>
  88. </Reference>
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data">
  91. <Private>False</Private>
  92. </Reference>
  93. <Reference Include="System.Deployment">
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="System.Drawing">
  97. <Private>False</Private>
  98. </Reference>
  99. <Reference Include="System.Net.Http">
  100. <Private>False</Private>
  101. </Reference>
  102. <Reference Include="System.Windows.Forms">
  103. <Private>False</Private>
  104. </Reference>
  105. <Reference Include="System.Xml">
  106. <Private>False</Private>
  107. </Reference>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="BaseClass\Language.cs" />
  111. <Compile Include="BaseClass\shareFunction.cs" />
  112. <Compile Include="BaseClass\SqlLiteClass.cs" />
  113. <Compile Include="BaseClass\STDdata.cs" />
  114. <Compile Include="BaseClass\STDGroups.cs" />
  115. <Compile Include="Form1.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Form1.Designer.cs">
  119. <DependentUpon>Form1.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Program.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <Compile Include="UI\Attributes.cs">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="UI\Attributes.Designer.cs">
  127. <DependentUpon>Attributes.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="UI\Form_GroupId.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="UI\Form_GroupId.Designer.cs">
  133. <DependentUpon>Form_GroupId.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="UI\Form_Main.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="UI\Form_Main.Designer.cs">
  139. <DependentUpon>Form_Main.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="UI\ImportStandardLibraryTypeSelection.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="UI\ImportStandardLibraryTypeSelection.Designer.cs">
  145. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="UI\NonLogicalUI\FormForWaiting.cs">
  148. <SubType>Form</SubType>
  149. </Compile>
  150. <Compile Include="UI\NonLogicalUI\FormForWaiting.Designer.cs">
  151. <DependentUpon>FormForWaiting.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.cs">
  154. <SubType>Form</SubType>
  155. </Compile>
  156. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.Designer.cs">
  157. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="UI\ReferenceLibrary.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="UI\ReferenceLibrary.Designer.cs">
  163. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="UI\STDEditor.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="UI\STDEditor.Designer.cs">
  169. <DependentUpon>STDEditor.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="UI\STDRuleslist.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="UI\STDRuleslist.Designer.cs">
  175. <DependentUpon>STDRuleslist.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="UI\SubMidWindow.cs">
  178. <SubType>Form</SubType>
  179. </Compile>
  180. <Compile Include="UI\SubMidWindow.Designer.cs">
  181. <DependentUpon>SubMidWindow.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="UI\UXrayControl.cs">
  184. <SubType>UserControl</SubType>
  185. </Compile>
  186. <Compile Include="UI\UXrayControl.Designer.cs">
  187. <DependentUpon>UXrayControl.cs</DependentUpon>
  188. </Compile>
  189. <Compile Include="UI\XrayContrastForm.cs">
  190. <SubType>Form</SubType>
  191. </Compile>
  192. <Compile Include="UI\XrayContrastForm.Designer.cs">
  193. <DependentUpon>XrayContrastForm.cs</DependentUpon>
  194. </Compile>
  195. <EmbeddedResource Include="Properties\Resources.resx">
  196. <Generator>ResXFileCodeGenerator</Generator>
  197. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  198. <SubType>Designer</SubType>
  199. </EmbeddedResource>
  200. <Compile Include="Properties\Resources.Designer.cs">
  201. <AutoGen>True</AutoGen>
  202. <DependentUpon>Resources.resx</DependentUpon>
  203. <DesignTime>True</DesignTime>
  204. </Compile>
  205. <EmbeddedResource Include="UI\Attributes.resx">
  206. <DependentUpon>Attributes.cs</DependentUpon>
  207. </EmbeddedResource>
  208. <EmbeddedResource Include="UI\Form_GroupId.resx">
  209. <DependentUpon>Form_GroupId.cs</DependentUpon>
  210. </EmbeddedResource>
  211. <EmbeddedResource Include="UI\Form_Main.resx">
  212. <DependentUpon>Form_Main.cs</DependentUpon>
  213. </EmbeddedResource>
  214. <EmbeddedResource Include="UI\ImportStandardLibraryTypeSelection.resx">
  215. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  216. </EmbeddedResource>
  217. <EmbeddedResource Include="UI\NonLogicalUI\FormForWaiting.resx">
  218. <DependentUpon>FormForWaiting.cs</DependentUpon>
  219. </EmbeddedResource>
  220. <EmbeddedResource Include="UI\NonLogicalUI\Form_PeriodicTable.resx">
  221. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  222. </EmbeddedResource>
  223. <EmbeddedResource Include="UI\ReferenceLibrary.resx">
  224. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  225. </EmbeddedResource>
  226. <EmbeddedResource Include="UI\STDEditor.resx">
  227. <DependentUpon>STDEditor.cs</DependentUpon>
  228. </EmbeddedResource>
  229. <EmbeddedResource Include="UI\STDRuleslist.resx">
  230. <DependentUpon>STDRuleslist.cs</DependentUpon>
  231. </EmbeddedResource>
  232. <EmbeddedResource Include="UI\SubMidWindow.resx">
  233. <DependentUpon>SubMidWindow.cs</DependentUpon>
  234. </EmbeddedResource>
  235. <EmbeddedResource Include="UI\UXrayControl.resx">
  236. <DependentUpon>UXrayControl.cs</DependentUpon>
  237. </EmbeddedResource>
  238. <EmbeddedResource Include="UI\XrayContrastForm.resx">
  239. <DependentUpon>XrayContrastForm.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <None Include="Properties\Settings.settings">
  242. <Generator>SettingsSingleFileGenerator</Generator>
  243. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  244. </None>
  245. <Compile Include="Properties\Settings.Designer.cs">
  246. <AutoGen>True</AutoGen>
  247. <DependentUpon>Settings.settings</DependentUpon>
  248. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  249. </Compile>
  250. </ItemGroup>
  251. <ItemGroup>
  252. <None Include="App.config" />
  253. </ItemGroup>
  254. <ItemGroup>
  255. <None Include="resource\back32.png" />
  256. </ItemGroup>
  257. <ItemGroup>
  258. <None Include="resource\open32.png" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <None Include="resource\paste32.png" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <None Include="resource\PeriodicTable_EN.jpg" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <None Include="resource\PeriodicTable_ZH.jpg" />
  268. </ItemGroup>
  269. <ItemGroup>
  270. <None Include="resource\Recover161.png" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <None Include="resource\Recover321.png" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <None Include="resource\Ruler161.png" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <None Include="resource\saveas32.png" />
  280. </ItemGroup>
  281. <ItemGroup>
  282. <None Include="resource\saveas321.png" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <None Include="resource\Picture_STDEditor.ico" />
  286. <Content Include="resource\STDEditoName.png" />
  287. <None Include="resource\另存为.png" />
  288. <None Include="resource\关机.png" />
  289. <None Include="resource\公司图标.bmp" />
  290. <None Include="resource\电镜.jpg" />
  291. <None Include="resource\编辑.png" />
  292. <None Include="resource\worddocument32.png" />
  293. </ItemGroup>
  294. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  295. </Project>