SpectrumSTDEditor.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  56. <OutputPath>bin\Release_oxford50\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <Optimize>true</Optimize>
  59. <DebugType>pdbonly</DebugType>
  60. <PlatformTarget>AnyCPU</PlatformTarget>
  61. <LangVersion>7.3</LangVersion>
  62. <ErrorReport>prompt</ErrorReport>
  63. <Prefer32Bit>true</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  66. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  67. <DefineConstants>TRACE</DefineConstants>
  68. <Optimize>true</Optimize>
  69. <DebugType>pdbonly</DebugType>
  70. <PlatformTarget>x64</PlatformTarget>
  71. <LangVersion>7.3</LangVersion>
  72. <ErrorReport>prompt</ErrorReport>
  73. <Prefer32Bit>true</Prefer32Bit>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
  76. <OutputPath>bin\Release_oxford61\</OutputPath>
  77. <DefineConstants>TRACE</DefineConstants>
  78. <Optimize>true</Optimize>
  79. <DebugType>pdbonly</DebugType>
  80. <PlatformTarget>AnyCPU</PlatformTarget>
  81. <LangVersion>7.3</LangVersion>
  82. <ErrorReport>prompt</ErrorReport>
  83. <Prefer32Bit>true</Prefer32Bit>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
  86. <OutputPath>bin\x64\Release_oxford61\</OutputPath>
  87. <DefineConstants>TRACE</DefineConstants>
  88. <Optimize>true</Optimize>
  89. <DebugType>pdbonly</DebugType>
  90. <PlatformTarget>x64</PlatformTarget>
  91. <LangVersion>7.3</LangVersion>
  92. <ErrorReport>prompt</ErrorReport>
  93. <Prefer32Bit>true</Prefer32Bit>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|AnyCPU'">
  96. <OutputPath>bin\Release_oxford61sp1\</OutputPath>
  97. <DefineConstants>TRACE</DefineConstants>
  98. <Optimize>true</Optimize>
  99. <DebugType>pdbonly</DebugType>
  100. <PlatformTarget>AnyCPU</PlatformTarget>
  101. <LangVersion>7.3</LangVersion>
  102. <ErrorReport>prompt</ErrorReport>
  103. <Prefer32Bit>true</Prefer32Bit>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">
  106. <OutputPath>bin\x64\Release_oxford61sp1\</OutputPath>
  107. <DefineConstants>TRACE</DefineConstants>
  108. <Optimize>true</Optimize>
  109. <DebugType>pdbonly</DebugType>
  110. <PlatformTarget>x64</PlatformTarget>
  111. <LangVersion>7.3</LangVersion>
  112. <ErrorReport>prompt</ErrorReport>
  113. <Prefer32Bit>true</Prefer32Bit>
  114. </PropertyGroup>
  115. <ItemGroup>
  116. <Reference Include="OTS.WinFormsUI.Docking">
  117. <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
  118. <Private>False</Private>
  119. </Reference>
  120. <Reference Include="OTSClrInterface, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  121. <SpecificVersion>False</SpecificVersion>
  122. <HintPath>..\Bin\x64\Debug\OTSCPPDll\OTSClrInterface.dll</HintPath>
  123. <Private>False</Private>
  124. </Reference>
  125. <Reference Include="SourceGrid">
  126. <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>
  127. <Private>False</Private>
  128. </Reference>
  129. <Reference Include="System">
  130. <Private>False</Private>
  131. </Reference>
  132. <Reference Include="System.Core">
  133. <Private>False</Private>
  134. </Reference>
  135. <Reference Include="System.Data.SQLite">
  136. <HintPath>..\OpenDll\SQLiteDll\System.Data.SQLite.dll</HintPath>
  137. <Private>False</Private>
  138. </Reference>
  139. <Reference Include="System.Windows.Forms.Ribbon">
  140. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  141. <Private>False</Private>
  142. </Reference>
  143. <Reference Include="System.Xml.Linq">
  144. <Private>False</Private>
  145. </Reference>
  146. <Reference Include="System.Data.DataSetExtensions">
  147. <Private>False</Private>
  148. </Reference>
  149. <Reference Include="Microsoft.CSharp" />
  150. <Reference Include="System.Data">
  151. <Private>False</Private>
  152. </Reference>
  153. <Reference Include="System.Deployment">
  154. <Private>False</Private>
  155. </Reference>
  156. <Reference Include="System.Drawing">
  157. <Private>False</Private>
  158. </Reference>
  159. <Reference Include="System.Net.Http">
  160. <Private>False</Private>
  161. </Reference>
  162. <Reference Include="System.Windows.Forms">
  163. <Private>False</Private>
  164. </Reference>
  165. <Reference Include="System.Xml">
  166. <Private>False</Private>
  167. </Reference>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Compile Include="BaseClass\Language.cs" />
  171. <Compile Include="BaseClass\shareFunction.cs" />
  172. <Compile Include="BaseClass\SqlLiteClass.cs" />
  173. <Compile Include="BaseClass\STDdata.cs" />
  174. <Compile Include="BaseClass\STDGroups.cs" />
  175. <Compile Include="Form1.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="Form1.Designer.cs">
  179. <DependentUpon>Form1.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="Program.cs" />
  182. <Compile Include="Properties\AssemblyInfo.cs" />
  183. <Compile Include="UI\Attributes.cs">
  184. <SubType>Form</SubType>
  185. </Compile>
  186. <Compile Include="UI\Attributes.Designer.cs">
  187. <DependentUpon>Attributes.cs</DependentUpon>
  188. </Compile>
  189. <Compile Include="UI\Form_GroupId.cs">
  190. <SubType>Form</SubType>
  191. </Compile>
  192. <Compile Include="UI\Form_GroupId.Designer.cs">
  193. <DependentUpon>Form_GroupId.cs</DependentUpon>
  194. </Compile>
  195. <Compile Include="UI\Form_Main.cs">
  196. <SubType>Form</SubType>
  197. </Compile>
  198. <Compile Include="UI\Form_Main.Designer.cs">
  199. <DependentUpon>Form_Main.cs</DependentUpon>
  200. </Compile>
  201. <Compile Include="UI\ImportStandardLibraryTypeSelection.cs">
  202. <SubType>Form</SubType>
  203. </Compile>
  204. <Compile Include="UI\ImportStandardLibraryTypeSelection.Designer.cs">
  205. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  206. </Compile>
  207. <Compile Include="UI\NonLogicalUI\FormForWaiting.cs">
  208. <SubType>Form</SubType>
  209. </Compile>
  210. <Compile Include="UI\NonLogicalUI\FormForWaiting.Designer.cs">
  211. <DependentUpon>FormForWaiting.cs</DependentUpon>
  212. </Compile>
  213. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.cs">
  214. <SubType>Form</SubType>
  215. </Compile>
  216. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.Designer.cs">
  217. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  218. </Compile>
  219. <Compile Include="UI\ReferenceLibrary.cs">
  220. <SubType>Form</SubType>
  221. </Compile>
  222. <Compile Include="UI\ReferenceLibrary.Designer.cs">
  223. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  224. </Compile>
  225. <Compile Include="UI\STDEditor.cs">
  226. <SubType>Form</SubType>
  227. </Compile>
  228. <Compile Include="UI\STDEditor.Designer.cs">
  229. <DependentUpon>STDEditor.cs</DependentUpon>
  230. </Compile>
  231. <Compile Include="UI\STDRuleslist.cs">
  232. <SubType>Form</SubType>
  233. </Compile>
  234. <Compile Include="UI\STDRuleslist.Designer.cs">
  235. <DependentUpon>STDRuleslist.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="UI\SubMidWindow.cs">
  238. <SubType>Form</SubType>
  239. </Compile>
  240. <Compile Include="UI\SubMidWindow.Designer.cs">
  241. <DependentUpon>SubMidWindow.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="UI\UXrayControl.cs">
  244. <SubType>UserControl</SubType>
  245. </Compile>
  246. <Compile Include="UI\UXrayControl.Designer.cs">
  247. <DependentUpon>UXrayControl.cs</DependentUpon>
  248. </Compile>
  249. <Compile Include="UI\XrayContrastForm.cs">
  250. <SubType>Form</SubType>
  251. </Compile>
  252. <Compile Include="UI\XrayContrastForm.Designer.cs">
  253. <DependentUpon>XrayContrastForm.cs</DependentUpon>
  254. </Compile>
  255. <EmbeddedResource Include="Properties\Resources.resx">
  256. <Generator>ResXFileCodeGenerator</Generator>
  257. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  258. <SubType>Designer</SubType>
  259. </EmbeddedResource>
  260. <Compile Include="Properties\Resources.Designer.cs">
  261. <AutoGen>True</AutoGen>
  262. <DependentUpon>Resources.resx</DependentUpon>
  263. <DesignTime>True</DesignTime>
  264. </Compile>
  265. <EmbeddedResource Include="UI\Attributes.resx">
  266. <DependentUpon>Attributes.cs</DependentUpon>
  267. </EmbeddedResource>
  268. <EmbeddedResource Include="UI\Form_GroupId.resx">
  269. <DependentUpon>Form_GroupId.cs</DependentUpon>
  270. </EmbeddedResource>
  271. <EmbeddedResource Include="UI\Form_Main.resx">
  272. <DependentUpon>Form_Main.cs</DependentUpon>
  273. </EmbeddedResource>
  274. <EmbeddedResource Include="UI\ImportStandardLibraryTypeSelection.resx">
  275. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  276. </EmbeddedResource>
  277. <EmbeddedResource Include="UI\NonLogicalUI\FormForWaiting.resx">
  278. <DependentUpon>FormForWaiting.cs</DependentUpon>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="UI\NonLogicalUI\Form_PeriodicTable.resx">
  281. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  282. </EmbeddedResource>
  283. <EmbeddedResource Include="UI\ReferenceLibrary.resx">
  284. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  285. </EmbeddedResource>
  286. <EmbeddedResource Include="UI\STDEditor.resx">
  287. <DependentUpon>STDEditor.cs</DependentUpon>
  288. </EmbeddedResource>
  289. <EmbeddedResource Include="UI\STDRuleslist.resx">
  290. <DependentUpon>STDRuleslist.cs</DependentUpon>
  291. </EmbeddedResource>
  292. <EmbeddedResource Include="UI\SubMidWindow.resx">
  293. <DependentUpon>SubMidWindow.cs</DependentUpon>
  294. </EmbeddedResource>
  295. <EmbeddedResource Include="UI\UXrayControl.resx">
  296. <DependentUpon>UXrayControl.cs</DependentUpon>
  297. </EmbeddedResource>
  298. <EmbeddedResource Include="UI\XrayContrastForm.resx">
  299. <DependentUpon>XrayContrastForm.cs</DependentUpon>
  300. </EmbeddedResource>
  301. <None Include="Properties\Settings.settings">
  302. <Generator>SettingsSingleFileGenerator</Generator>
  303. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  304. </None>
  305. <Compile Include="Properties\Settings.Designer.cs">
  306. <AutoGen>True</AutoGen>
  307. <DependentUpon>Settings.settings</DependentUpon>
  308. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  309. </Compile>
  310. </ItemGroup>
  311. <ItemGroup>
  312. <None Include="App.config" />
  313. </ItemGroup>
  314. <ItemGroup>
  315. <None Include="resource\back32.png" />
  316. </ItemGroup>
  317. <ItemGroup>
  318. <None Include="resource\open32.png" />
  319. </ItemGroup>
  320. <ItemGroup>
  321. <None Include="resource\paste32.png" />
  322. </ItemGroup>
  323. <ItemGroup>
  324. <None Include="resource\PeriodicTable_EN.jpg" />
  325. </ItemGroup>
  326. <ItemGroup>
  327. <None Include="resource\PeriodicTable_ZH.jpg" />
  328. </ItemGroup>
  329. <ItemGroup>
  330. <None Include="resource\Recover161.png" />
  331. </ItemGroup>
  332. <ItemGroup>
  333. <None Include="resource\Recover321.png" />
  334. </ItemGroup>
  335. <ItemGroup>
  336. <None Include="resource\Ruler161.png" />
  337. </ItemGroup>
  338. <ItemGroup>
  339. <None Include="resource\saveas32.png" />
  340. </ItemGroup>
  341. <ItemGroup>
  342. <None Include="resource\saveas321.png" />
  343. </ItemGroup>
  344. <ItemGroup>
  345. <None Include="resource\Picture_STDEditor.ico" />
  346. <Content Include="resource\STDEditoName.png" />
  347. <None Include="resource\另存为.png" />
  348. <None Include="resource\关机.png" />
  349. <None Include="resource\公司图标.bmp" />
  350. <None Include="resource\电镜.jpg" />
  351. <None Include="resource\编辑.png" />
  352. <None Include="resource\worddocument32.png" />
  353. </ItemGroup>
  354. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  355. </Project>