OTSPartA_STDEditor.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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.6.2</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. <Compile Include="Attributes.Designer.cs">
  112. <DependentUpon>Attributes.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="CommonClass\SqlLiteClass.cs" />
  115. <Compile Include="FormForWaiting.cs" />
  116. <Compile Include="FormForWaiting.Designer.cs">
  117. <DependentUpon>FormForWaiting.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="Form_GroupId.cs" />
  120. <Compile Include="Form_GroupId.Designer.cs">
  121. <DependentUpon>Form_GroupId.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="Form_PeriodicTable.cs" />
  124. <Compile Include="Form_PeriodicTable.Designer.cs">
  125. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="MineralGroups.cs" />
  128. <Compile Include="Properties\Resources.Designer.cs">
  129. <AutoGen>True</AutoGen>
  130. <DesignTime>True</DesignTime>
  131. <DependentUpon>Resources.resx</DependentUpon>
  132. </Compile>
  133. <Compile Include="ReferenceLibrary.cs" />
  134. <Compile Include="ReferenceLibrary.Designer.cs">
  135. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="Form_MaxEDSRules.cs" />
  138. <Compile Include="Form_MaxEDSRules.Designer.cs">
  139. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="Form_UserConstants.cs" />
  142. <Compile Include="Form_UserConstants.Designer.cs">
  143. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="Form_ZeroElementRules.cs" />
  146. <Compile Include="Form_ZeroElementRules.Designer.cs">
  147. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="STDdata.cs" />
  150. <Compile Include="Form_ConstantsEditor2.cs" />
  151. <Compile Include="Form_ConstantsEditor2.Designer.cs">
  152. <DependentUpon>Form_ConstantsEditor2.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="Form_STDConstantsEditor.cs" />
  155. <Compile Include="Form_STDConstantsEditor.Designer.cs">
  156. <DependentUpon>Form_STDConstantsEditor.cs</DependentUpon>
  157. </Compile>
  158. <Compile Include="Language.cs" />
  159. <Compile Include="OTSDockWindow\OTSDockWindow.cs" />
  160. <Compile Include="Program.cs" />
  161. <Compile Include="Properties\AssemblyInfo.cs" />
  162. <Compile Include="STDEditor.cs" />
  163. <Compile Include="STDEditor.Designer.cs">
  164. <DependentUpon>STDEditor.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="STDRuleslist.cs" />
  167. <Compile Include="STDRuleslist.Designer.cs">
  168. <DependentUpon>STDRuleslist.cs</DependentUpon>
  169. </Compile>
  170. <Compile Include="SubMidWindow.cs" />
  171. <Compile Include="SubMidWindow.Designer.cs">
  172. <DependentUpon>SubMidWindow.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="UserControl\UXrayControl.cs" />
  175. <Compile Include="UserControl\UXrayControl.Designer.cs">
  176. <DependentUpon>UXrayControl.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="XrayContrastForm.cs" />
  179. <Compile Include="XrayContrastForm.Designer.cs">
  180. <DependentUpon>XrayContrastForm.cs</DependentUpon>
  181. </Compile>
  182. <EmbeddedResource Include="Attributes.resx">
  183. <DependentUpon>Attributes.cs</DependentUpon>
  184. </EmbeddedResource>
  185. <EmbeddedResource Include="FormForWaiting.resx">
  186. <DependentUpon>FormForWaiting.cs</DependentUpon>
  187. </EmbeddedResource>
  188. <EmbeddedResource Include="Form_GroupId.resx">
  189. <DependentUpon>Form_GroupId.cs</DependentUpon>
  190. </EmbeddedResource>
  191. <EmbeddedResource Include="Form_PeriodicTable.resx">
  192. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  193. </EmbeddedResource>
  194. <EmbeddedResource Include="ReferenceLibrary.resx">
  195. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  196. </EmbeddedResource>
  197. <EmbeddedResource Include="Form_ConstantsEditor2.resx">
  198. <DependentUpon>Form_ConstantsEditor2.cs</DependentUpon>
  199. </EmbeddedResource>
  200. <EmbeddedResource Include="Form_MaxEDSRules.resx">
  201. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  202. </EmbeddedResource>
  203. <EmbeddedResource Include="Form_STDConstantsEditor.resx">
  204. <DependentUpon>Form_STDConstantsEditor.cs</DependentUpon>
  205. </EmbeddedResource>
  206. <EmbeddedResource Include="Form_UserConstants.resx">
  207. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="Form_ZeroElementRules.resx">
  210. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  211. </EmbeddedResource>
  212. <EmbeddedResource Include="Properties\Resources.resx">
  213. <Generator>ResXFileCodeGenerator</Generator>
  214. <SubType>Designer</SubType>
  215. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  216. </EmbeddedResource>
  217. <EmbeddedResource Include="STDEditor.resx">
  218. <DependentUpon>STDEditor.cs</DependentUpon>
  219. </EmbeddedResource>
  220. <EmbeddedResource Include="STDRuleslist.resx">
  221. <DependentUpon>STDRuleslist.cs</DependentUpon>
  222. </EmbeddedResource>
  223. <EmbeddedResource Include="SubMidWindow.resx">
  224. <DependentUpon>SubMidWindow.cs</DependentUpon>
  225. </EmbeddedResource>
  226. <EmbeddedResource Include="UserControl\UXrayControl.resx">
  227. <DependentUpon>UXrayControl.cs</DependentUpon>
  228. </EmbeddedResource>
  229. <EmbeddedResource Include="XrayContrastForm.resx">
  230. <DependentUpon>XrayContrastForm.cs</DependentUpon>
  231. </EmbeddedResource>
  232. <None Include="Properties\Settings.settings">
  233. <Generator>SettingsSingleFileGenerator</Generator>
  234. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  235. </None>
  236. <Compile Include="Properties\Settings.Designer.cs">
  237. <AutoGen>True</AutoGen>
  238. <DependentUpon>Settings.settings</DependentUpon>
  239. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  240. </Compile>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <None Include="App.config" />
  244. </ItemGroup>
  245. <ItemGroup>
  246. <None Include="resource\PeriodicTable_En.jpg" />
  247. </ItemGroup>
  248. <ItemGroup>
  249. <None Include="resource\电镜.jpg" />
  250. <None Include="resource\关机.png" />
  251. <None Include="resource\公司图标.bmp" />
  252. <None Include="resource\编辑.png" />
  253. <None Include="resource\worddocument32.png" />
  254. <None Include="resource\另存为.png" />
  255. <None Include="resource\open32.png" />
  256. <None Include="resource\paste32.png" />
  257. <None Include="resource\back32.png" />
  258. <None Include="resource\PeriodicTable_ZH.jpg" />
  259. <None Include="resource\Recover161.png" />
  260. <None Include="resource\Recover321.png" />
  261. <None Include="resource\Ruler161.png" />
  262. <None Include="resource\saveas32.png" />
  263. <None Include="resource\saveas321.png" />
  264. <Content Include="resource\STDEditoName.png" />
  265. </ItemGroup>
  266. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  267. </Project>