OTSPartA_STDEditor.csproj 12 KB

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