OTSPartA_STDEditor.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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.7.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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">
  76. <DebugSymbols>true</DebugSymbols>
  77. <OutputPath>bin\CleannessRelease\</OutputPath>
  78. <DefineConstants>DEBUG;TRACE</DefineConstants>
  79. <DebugType>full</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)' == 'CleannessRelease|x64'">
  86. <DebugSymbols>true</DebugSymbols>
  87. <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>
  88. <DefineConstants>DEBUG;TRACE</DefineConstants>
  89. <DebugType>full</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)' == 'LithiumCleanness|AnyCPU'">
  96. <DebugSymbols>true</DebugSymbols>
  97. <OutputPath>bin\LithiumCleanness\</OutputPath>
  98. <DefineConstants>DEBUG;TRACE</DefineConstants>
  99. <DebugType>full</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)' == 'LithiumCleanness|x64'">
  106. <DebugSymbols>true</DebugSymbols>
  107. <OutputPath>bin\x64\LithiumCleanness\</OutputPath>
  108. <DefineConstants>DEBUG;TRACE</DefineConstants>
  109. <DebugType>full</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, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  117. <SpecificVersion>False</SpecificVersion>
  118. <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
  119. </Reference>
  120. <Reference Include="OTSClrInterface, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  121. <SpecificVersion>False</SpecificVersion>
  122. <HintPath>..\Bin\x64\Debug\OTSClrInterface.dll</HintPath>
  123. </Reference>
  124. <Reference Include="SourceGrid, Version=4.40.7083.30975, Culture=neutral, PublicKeyToken=df6f5e538749e85d, processorArchitecture=MSIL">
  125. <SpecificVersion>False</SpecificVersion>
  126. <HintPath>..\Bin\x64\Debug\SourceGrid.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System" />
  129. <Reference Include="System.Core" />
  130. <Reference Include="System.Data.SQLite, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  131. <SpecificVersion>False</SpecificVersion>
  132. <HintPath>..\Bin\x64\Debug\System.Data.SQLite.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  135. <SpecificVersion>False</SpecificVersion>
  136. <HintPath>..\Bin\x64\Debug\System.Windows.Forms.Ribbon.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System.Xml.Linq" />
  139. <Reference Include="System.Data.DataSetExtensions" />
  140. <Reference Include="Microsoft.CSharp" />
  141. <Reference Include="System.Data" />
  142. <Reference Include="System.Deployment" />
  143. <Reference Include="System.Drawing" />
  144. <Reference Include="System.Net.Http" />
  145. <Reference Include="System.Windows.Forms" />
  146. <Reference Include="System.Xml" />
  147. <Reference Include="WindowsBase" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <Compile Include="Attributes.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="Attributes.Designer.cs">
  154. <DependentUpon>Attributes.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="CommonClass\SqlLiteClass.cs" />
  157. <Compile Include="FormForWaiting.cs">
  158. <SubType>Form</SubType>
  159. </Compile>
  160. <Compile Include="FormForWaiting.Designer.cs">
  161. <DependentUpon>FormForWaiting.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="Form_GroupId.cs">
  164. <SubType>Form</SubType>
  165. </Compile>
  166. <Compile Include="Form_GroupId.Designer.cs">
  167. <DependentUpon>Form_GroupId.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="Form_PeriodicTable.cs">
  170. <SubType>Form</SubType>
  171. </Compile>
  172. <Compile Include="Form_PeriodicTable.Designer.cs">
  173. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="ImportStandardLibraryTypeSelection.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="ImportStandardLibraryTypeSelection.Designer.cs">
  179. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="STDGroups.cs" />
  182. <Compile Include="Properties\Resources.Designer.cs">
  183. <AutoGen>True</AutoGen>
  184. <DesignTime>True</DesignTime>
  185. <DependentUpon>Resources.resx</DependentUpon>
  186. </Compile>
  187. <Compile Include="ReferenceLibrary.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="ReferenceLibrary.Designer.cs">
  191. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="Form_MaxEDSRules.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="Form_MaxEDSRules.Designer.cs">
  197. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="Form_UserConstants.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="Form_UserConstants.Designer.cs">
  203. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="Form_ZeroElementRules.cs">
  206. <SubType>Form</SubType>
  207. </Compile>
  208. <Compile Include="Form_ZeroElementRules.Designer.cs">
  209. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="STDdata.cs" />
  212. <Compile Include="Form_ConstantsEditor2.cs">
  213. <SubType>Form</SubType>
  214. </Compile>
  215. <Compile Include="Form_ConstantsEditor2.Designer.cs">
  216. <DependentUpon>Form_ConstantsEditor2.cs</DependentUpon>
  217. </Compile>
  218. <Compile Include="Form_STDConstantsEditor.cs">
  219. <SubType>Form</SubType>
  220. </Compile>
  221. <Compile Include="Form_STDConstantsEditor.Designer.cs">
  222. <DependentUpon>Form_STDConstantsEditor.cs</DependentUpon>
  223. </Compile>
  224. <Compile Include="Language.cs" />
  225. <Compile Include="OTSDockWindow\OTSDockWindow.cs" />
  226. <Compile Include="Program.cs" />
  227. <Compile Include="Properties\AssemblyInfo.cs" />
  228. <Compile Include="STDEditor.cs">
  229. <SubType>Form</SubType>
  230. </Compile>
  231. <Compile Include="STDEditor.Designer.cs">
  232. <DependentUpon>STDEditor.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="STDRuleslist.cs">
  235. <SubType>Form</SubType>
  236. </Compile>
  237. <Compile Include="STDRuleslist.Designer.cs">
  238. <DependentUpon>STDRuleslist.cs</DependentUpon>
  239. </Compile>
  240. <Compile Include="SubMidWindow.cs">
  241. <SubType>Form</SubType>
  242. </Compile>
  243. <Compile Include="SubMidWindow.Designer.cs">
  244. <DependentUpon>SubMidWindow.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="UserControl\UXrayControl.cs">
  247. <SubType>UserControl</SubType>
  248. </Compile>
  249. <Compile Include="UserControl\UXrayControl.Designer.cs">
  250. <DependentUpon>UXrayControl.cs</DependentUpon>
  251. </Compile>
  252. <Compile Include="XrayContrastForm.cs">
  253. <SubType>Form</SubType>
  254. </Compile>
  255. <Compile Include="XrayContrastForm.Designer.cs">
  256. <DependentUpon>XrayContrastForm.cs</DependentUpon>
  257. </Compile>
  258. <EmbeddedResource Include="Attributes.resx">
  259. <DependentUpon>Attributes.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="FormForWaiting.resx">
  262. <DependentUpon>FormForWaiting.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="Form_GroupId.resx">
  265. <DependentUpon>Form_GroupId.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <EmbeddedResource Include="Form_PeriodicTable.resx">
  268. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  269. </EmbeddedResource>
  270. <EmbeddedResource Include="ImportStandardLibraryTypeSelection.resx">
  271. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  272. </EmbeddedResource>
  273. <EmbeddedResource Include="ReferenceLibrary.resx">
  274. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  275. </EmbeddedResource>
  276. <EmbeddedResource Include="Form_ConstantsEditor2.resx">
  277. <DependentUpon>Form_ConstantsEditor2.cs</DependentUpon>
  278. </EmbeddedResource>
  279. <EmbeddedResource Include="Form_MaxEDSRules.resx">
  280. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  281. </EmbeddedResource>
  282. <EmbeddedResource Include="Form_STDConstantsEditor.resx">
  283. <DependentUpon>Form_STDConstantsEditor.cs</DependentUpon>
  284. </EmbeddedResource>
  285. <EmbeddedResource Include="Form_UserConstants.resx">
  286. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  287. </EmbeddedResource>
  288. <EmbeddedResource Include="Form_ZeroElementRules.resx">
  289. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  290. </EmbeddedResource>
  291. <EmbeddedResource Include="Properties\Resources.resx">
  292. <Generator>ResXFileCodeGenerator</Generator>
  293. <SubType>Designer</SubType>
  294. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  295. </EmbeddedResource>
  296. <EmbeddedResource Include="STDEditor.resx">
  297. <DependentUpon>STDEditor.cs</DependentUpon>
  298. </EmbeddedResource>
  299. <EmbeddedResource Include="STDRuleslist.resx">
  300. <DependentUpon>STDRuleslist.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="SubMidWindow.resx">
  303. <DependentUpon>SubMidWindow.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="UserControl\UXrayControl.resx">
  306. <DependentUpon>UXrayControl.cs</DependentUpon>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="XrayContrastForm.resx">
  309. <DependentUpon>XrayContrastForm.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <None Include="Properties\Settings.settings">
  312. <Generator>SettingsSingleFileGenerator</Generator>
  313. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  314. </None>
  315. <Compile Include="Properties\Settings.Designer.cs">
  316. <AutoGen>True</AutoGen>
  317. <DependentUpon>Settings.settings</DependentUpon>
  318. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  319. </Compile>
  320. </ItemGroup>
  321. <ItemGroup>
  322. <None Include="App.config" />
  323. </ItemGroup>
  324. <ItemGroup>
  325. <None Include="resource\PeriodicTable_En.jpg" />
  326. </ItemGroup>
  327. <ItemGroup>
  328. <None Include="resource\电镜.jpg" />
  329. <None Include="resource\关机.png" />
  330. <None Include="resource\公司图标.bmp" />
  331. <None Include="resource\编辑.png" />
  332. <None Include="resource\worddocument32.png" />
  333. <None Include="resource\另存为.png" />
  334. <None Include="resource\open32.png" />
  335. <None Include="resource\paste32.png" />
  336. <None Include="resource\back32.png" />
  337. <None Include="resource\PeriodicTable_ZH.jpg" />
  338. <None Include="resource\Recover161.png" />
  339. <None Include="resource\Recover321.png" />
  340. <None Include="resource\Ruler161.png" />
  341. <None Include="resource\saveas32.png" />
  342. <None Include="resource\saveas321.png" />
  343. <Content Include="resource\STDEditoName.png" />
  344. </ItemGroup>
  345. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  346. </Project>