OTSPartA_STDEditor.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{52B47C78-BF08-4670-AB88-FDC972B4D7B4}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>OTSPartA_STDEditor</RootNamespace>
  11. <AssemblyName>OTSPartA_STDEditor</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>x64</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\Bin\x64\Release_oxford50\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>..\Bin\x64\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x64</PlatformTarget>
  46. <LangVersion>7.3</LangVersion>
  47. <ErrorReport>prompt</ErrorReport>
  48. <Prefer32Bit>false</Prefer32Bit>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  51. <OutputPath>bin\x64\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x64</PlatformTarget>
  56. <LangVersion>7.3</LangVersion>
  57. <ErrorReport>prompt</ErrorReport>
  58. <Prefer32Bit>true</Prefer32Bit>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  61. <DebugSymbols>true</DebugSymbols>
  62. <OutputPath>..\Bin\x64\Release_oxford50\</OutputPath>
  63. <DefineConstants>DEBUG;TRACE</DefineConstants>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>AnyCPU</PlatformTarget>
  66. <LangVersion>7.3</LangVersion>
  67. <ErrorReport>prompt</ErrorReport>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  70. <DebugSymbols>true</DebugSymbols>
  71. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  72. <DefineConstants>DEBUG;TRACE</DefineConstants>
  73. <DebugType>full</DebugType>
  74. <PlatformTarget>x64</PlatformTarget>
  75. <LangVersion>7.3</LangVersion>
  76. <ErrorReport>prompt</ErrorReport>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">
  79. <DebugSymbols>true</DebugSymbols>
  80. <OutputPath>bin\CleannessRelease\</OutputPath>
  81. <DefineConstants>DEBUG;TRACE</DefineConstants>
  82. <DebugType>full</DebugType>
  83. <PlatformTarget>AnyCPU</PlatformTarget>
  84. <LangVersion>7.3</LangVersion>
  85. <ErrorReport>prompt</ErrorReport>
  86. <Prefer32Bit>true</Prefer32Bit>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">
  89. <DebugSymbols>true</DebugSymbols>
  90. <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>
  91. <DefineConstants>DEBUG;TRACE</DefineConstants>
  92. <DebugType>full</DebugType>
  93. <PlatformTarget>x64</PlatformTarget>
  94. <LangVersion>7.3</LangVersion>
  95. <ErrorReport>prompt</ErrorReport>
  96. <Prefer32Bit>true</Prefer32Bit>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|AnyCPU'">
  99. <DebugSymbols>true</DebugSymbols>
  100. <OutputPath>bin\LithiumCleanness\</OutputPath>
  101. <DefineConstants>DEBUG;TRACE</DefineConstants>
  102. <DebugType>full</DebugType>
  103. <PlatformTarget>AnyCPU</PlatformTarget>
  104. <LangVersion>7.3</LangVersion>
  105. <ErrorReport>prompt</ErrorReport>
  106. <Prefer32Bit>true</Prefer32Bit>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x64'">
  109. <DebugSymbols>true</DebugSymbols>
  110. <OutputPath>bin\x64\LithiumCleanness\</OutputPath>
  111. <DefineConstants>DEBUG;TRACE</DefineConstants>
  112. <DebugType>full</DebugType>
  113. <PlatformTarget>x64</PlatformTarget>
  114. <LangVersion>7.3</LangVersion>
  115. <ErrorReport>prompt</ErrorReport>
  116. <Prefer32Bit>true</Prefer32Bit>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">
  119. <DebugSymbols>true</DebugSymbols>
  120. <OutputPath>bin\Release_oxford60\</OutputPath>
  121. <DefineConstants>DEBUG;TRACE</DefineConstants>
  122. <DebugType>full</DebugType>
  123. <PlatformTarget>AnyCPU</PlatformTarget>
  124. <LangVersion>7.3</LangVersion>
  125. <ErrorReport>prompt</ErrorReport>
  126. <Prefer32Bit>true</Prefer32Bit>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  129. <DebugSymbols>true</DebugSymbols>
  130. <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
  131. <DefineConstants>DEBUG;TRACE</DefineConstants>
  132. <DebugType>full</DebugType>
  133. <PlatformTarget>x64</PlatformTarget>
  134. <LangVersion>7.3</LangVersion>
  135. <ErrorReport>prompt</ErrorReport>
  136. <Prefer32Bit>true</Prefer32Bit>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
  139. <DebugSymbols>true</DebugSymbols>
  140. <OutputPath>bin\Release_oxford61\</OutputPath>
  141. <DefineConstants>DEBUG;TRACE</DefineConstants>
  142. <DebugType>full</DebugType>
  143. <PlatformTarget>AnyCPU</PlatformTarget>
  144. <LangVersion>7.3</LangVersion>
  145. <ErrorReport>prompt</ErrorReport>
  146. <Prefer32Bit>true</Prefer32Bit>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
  149. <DebugSymbols>true</DebugSymbols>
  150. <OutputPath>..\bin\x64\Release_oxford61\</OutputPath>
  151. <DefineConstants>DEBUG;TRACE</DefineConstants>
  152. <DebugType>full</DebugType>
  153. <PlatformTarget>x64</PlatformTarget>
  154. <LangVersion>7.3</LangVersion>
  155. <ErrorReport>prompt</ErrorReport>
  156. <Prefer32Bit>true</Prefer32Bit>
  157. </PropertyGroup>
  158. <ItemGroup>
  159. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  160. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  161. <Private>False</Private>
  162. </Reference>
  163. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  164. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  165. <Private>False</Private>
  166. </Reference>
  167. <Reference Include="OTS.WinFormsUI.Docking, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  168. <SpecificVersion>False</SpecificVersion>
  169. <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
  170. <Private>False</Private>
  171. </Reference>
  172. <Reference Include="SourceGrid">
  173. <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>
  174. <Private>False</Private>
  175. </Reference>
  176. <Reference Include="System" />
  177. <Reference Include="System.ComponentModel.DataAnnotations" />
  178. <Reference Include="System.Core" />
  179. <Reference Include="System.Data.SQLite, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  180. <SpecificVersion>False</SpecificVersion>
  181. <HintPath>..\OpenDll\SQLiteDll\System.Data.SQLite.dll</HintPath>
  182. <Private>False</Private>
  183. </Reference>
  184. <Reference Include="System.Windows.Forms.Ribbon">
  185. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  186. <Private>False</Private>
  187. </Reference>
  188. <Reference Include="System.Xml.Linq" />
  189. <Reference Include="System.Data.DataSetExtensions" />
  190. <Reference Include="Microsoft.CSharp" />
  191. <Reference Include="System.Data" />
  192. <Reference Include="System.Deployment" />
  193. <Reference Include="System.Drawing" />
  194. <Reference Include="System.Windows.Forms" />
  195. <Reference Include="System.Xml" />
  196. <Reference Include="WindowsBase" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Compile Include="UI\Attributes.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="UI\Attributes.Designer.cs">
  203. <DependentUpon>Attributes.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="BaseClass\SqlLiteClass.cs" />
  206. <Compile Include="UI\NonLogicalUI\FormForWaiting.cs">
  207. <SubType>Form</SubType>
  208. </Compile>
  209. <Compile Include="UI\NonLogicalUI\FormForWaiting.Designer.cs">
  210. <DependentUpon>FormForWaiting.cs</DependentUpon>
  211. </Compile>
  212. <Compile Include="UI\Form_GroupId.cs">
  213. <SubType>Form</SubType>
  214. </Compile>
  215. <Compile Include="UI\Form_GroupId.Designer.cs">
  216. <DependentUpon>Form_GroupId.cs</DependentUpon>
  217. </Compile>
  218. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.cs">
  219. <SubType>Form</SubType>
  220. </Compile>
  221. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.Designer.cs">
  222. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  223. </Compile>
  224. <Compile Include="UI\ImportStandardLibraryTypeSelection.cs">
  225. <SubType>Form</SubType>
  226. </Compile>
  227. <Compile Include="UI\ImportStandardLibraryTypeSelection.Designer.cs">
  228. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  229. </Compile>
  230. <Compile Include="BaseClass\STDGroups.cs" />
  231. <Compile Include="Properties\Resources.Designer.cs">
  232. <AutoGen>True</AutoGen>
  233. <DesignTime>True</DesignTime>
  234. <DependentUpon>Resources.resx</DependentUpon>
  235. </Compile>
  236. <Compile Include="UI\ReferenceLibrary.cs">
  237. <SubType>Form</SubType>
  238. </Compile>
  239. <Compile Include="UI\ReferenceLibrary.Designer.cs">
  240. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  241. </Compile>
  242. <Compile Include="UI\Form_MaxEDSRules.cs">
  243. <SubType>Form</SubType>
  244. </Compile>
  245. <Compile Include="UI\Form_MaxEDSRules.Designer.cs">
  246. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  247. </Compile>
  248. <Compile Include="UI\Form_UserConstants.cs">
  249. <SubType>Form</SubType>
  250. </Compile>
  251. <Compile Include="UI\Form_UserConstants.Designer.cs">
  252. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  253. </Compile>
  254. <Compile Include="UI\Form_ZeroElementRules.cs">
  255. <SubType>Form</SubType>
  256. </Compile>
  257. <Compile Include="UI\Form_ZeroElementRules.Designer.cs">
  258. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  259. </Compile>
  260. <Compile Include="BaseClass\STDdata.cs" />
  261. <Compile Include="UI\Form_Main.cs">
  262. <SubType>Form</SubType>
  263. </Compile>
  264. <Compile Include="UI\Form_Main.Designer.cs">
  265. <DependentUpon>Form_Main.cs</DependentUpon>
  266. </Compile>
  267. <Compile Include="BaseClass\Language.cs" />
  268. <Compile Include="Program.cs" />
  269. <Compile Include="Properties\AssemblyInfo.cs" />
  270. <Compile Include="UI\STDEditor.cs">
  271. <SubType>Form</SubType>
  272. </Compile>
  273. <Compile Include="UI\STDEditor.Designer.cs">
  274. <DependentUpon>STDEditor.cs</DependentUpon>
  275. </Compile>
  276. <Compile Include="UI\STDRuleslist.cs">
  277. <SubType>Form</SubType>
  278. </Compile>
  279. <Compile Include="UI\STDRuleslist.Designer.cs">
  280. <DependentUpon>STDRuleslist.cs</DependentUpon>
  281. </Compile>
  282. <Compile Include="UI\SubMidWindow.cs">
  283. <SubType>Form</SubType>
  284. </Compile>
  285. <Compile Include="UI\SubMidWindow.Designer.cs">
  286. <DependentUpon>SubMidWindow.cs</DependentUpon>
  287. </Compile>
  288. <EmbeddedResource Include="UI\Attributes.resx">
  289. <DependentUpon>Attributes.cs</DependentUpon>
  290. </EmbeddedResource>
  291. <EmbeddedResource Include="UI\NonLogicalUI\FormForWaiting.resx">
  292. <DependentUpon>FormForWaiting.cs</DependentUpon>
  293. </EmbeddedResource>
  294. <EmbeddedResource Include="UI\Form_GroupId.resx">
  295. <DependentUpon>Form_GroupId.cs</DependentUpon>
  296. </EmbeddedResource>
  297. <EmbeddedResource Include="UI\NonLogicalUI\Form_PeriodicTable.resx">
  298. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  299. </EmbeddedResource>
  300. <EmbeddedResource Include="UI\ImportStandardLibraryTypeSelection.resx">
  301. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  302. </EmbeddedResource>
  303. <EmbeddedResource Include="UI\ReferenceLibrary.resx">
  304. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  305. </EmbeddedResource>
  306. <EmbeddedResource Include="UI\Form_Main.resx">
  307. <DependentUpon>Form_Main.cs</DependentUpon>
  308. </EmbeddedResource>
  309. <EmbeddedResource Include="UI\Form_MaxEDSRules.resx">
  310. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  311. </EmbeddedResource>
  312. <EmbeddedResource Include="UI\Form_UserConstants.resx">
  313. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  314. </EmbeddedResource>
  315. <EmbeddedResource Include="UI\Form_ZeroElementRules.resx">
  316. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  317. </EmbeddedResource>
  318. <EmbeddedResource Include="Properties\Resources.resx">
  319. <Generator>ResXFileCodeGenerator</Generator>
  320. <SubType>Designer</SubType>
  321. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="UI\STDEditor.resx">
  324. <DependentUpon>STDEditor.cs</DependentUpon>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="UI\STDRuleslist.resx">
  327. <DependentUpon>STDRuleslist.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="UI\SubMidWindow.resx">
  330. <DependentUpon>SubMidWindow.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <None Include="ClassDiagram.cd" />
  333. <None Include="Properties\Settings.settings">
  334. <Generator>SettingsSingleFileGenerator</Generator>
  335. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  336. </None>
  337. <Compile Include="Properties\Settings.Designer.cs">
  338. <AutoGen>True</AutoGen>
  339. <DependentUpon>Settings.settings</DependentUpon>
  340. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  341. </Compile>
  342. </ItemGroup>
  343. <ItemGroup>
  344. <None Include="App.config" />
  345. </ItemGroup>
  346. <ItemGroup>
  347. <None Include="resource\PeriodicTable_En.jpg" />
  348. </ItemGroup>
  349. <ItemGroup>
  350. <None Include="resource\电镜.jpg" />
  351. <None Include="resource\关机.png" />
  352. <None Include="resource\公司图标.bmp" />
  353. <None Include="resource\编辑.png" />
  354. <None Include="resource\worddocument32.png" />
  355. <None Include="resource\另存为.png" />
  356. <None Include="resource\open32.png" />
  357. <None Include="resource\paste32.png" />
  358. <None Include="resource\back32.png" />
  359. <None Include="resource\PeriodicTable_ZH.jpg" />
  360. <None Include="resource\Recover161.png" />
  361. <None Include="resource\Recover321.png" />
  362. <None Include="resource\Ruler161.png" />
  363. <None Include="resource\saveas32.png" />
  364. <None Include="resource\saveas321.png" />
  365. <Content Include="resource\STDEditoName.png" />
  366. </ItemGroup>
  367. <ItemGroup />
  368. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  369. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  370. <PropertyGroup>
  371. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  372. </PropertyGroup>
  373. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  374. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  375. </Target>
  376. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  377. </Project>