OTSPartA_STDEditor.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|AnyCPU'">
  159. <DebugSymbols>true</DebugSymbols>
  160. <OutputPath>bin\Release_oxford61sp1\</OutputPath>
  161. <DefineConstants>DEBUG;TRACE</DefineConstants>
  162. <DebugType>full</DebugType>
  163. <PlatformTarget>AnyCPU</PlatformTarget>
  164. <LangVersion>7.3</LangVersion>
  165. <ErrorReport>prompt</ErrorReport>
  166. <Prefer32Bit>true</Prefer32Bit>
  167. </PropertyGroup>
  168. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">
  169. <DebugSymbols>true</DebugSymbols>
  170. <OutputPath>..\bin\x64\Release_oxford61sp1\</OutputPath>
  171. <DefineConstants>DEBUG;TRACE</DefineConstants>
  172. <DebugType>full</DebugType>
  173. <PlatformTarget>x64</PlatformTarget>
  174. <LangVersion>7.3</LangVersion>
  175. <ErrorReport>prompt</ErrorReport>
  176. <Prefer32Bit>true</Prefer32Bit>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">
  179. <DebugSymbols>true</DebugSymbols>
  180. <OutputPath>bin\Release_oxford62\</OutputPath>
  181. <DefineConstants>DEBUG;TRACE</DefineConstants>
  182. <DebugType>full</DebugType>
  183. <PlatformTarget>AnyCPU</PlatformTarget>
  184. <LangVersion>7.3</LangVersion>
  185. <ErrorReport>prompt</ErrorReport>
  186. <Prefer32Bit>true</Prefer32Bit>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">
  189. <DebugSymbols>true</DebugSymbols>
  190. <OutputPath>..\bin\x64\Release_oxford62\</OutputPath>
  191. <DefineConstants>DEBUG;TRACE</DefineConstants>
  192. <DebugType>full</DebugType>
  193. <PlatformTarget>x64</PlatformTarget>
  194. <LangVersion>7.3</LangVersion>
  195. <ErrorReport>prompt</ErrorReport>
  196. <Prefer32Bit>true</Prefer32Bit>
  197. </PropertyGroup>
  198. <ItemGroup>
  199. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  200. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  201. <Private>False</Private>
  202. </Reference>
  203. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  204. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  205. <Private>False</Private>
  206. </Reference>
  207. <Reference Include="OTS.WinFormsUI.Docking, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  208. <SpecificVersion>False</SpecificVersion>
  209. <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
  210. <Private>False</Private>
  211. </Reference>
  212. <Reference Include="SourceGrid">
  213. <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>
  214. <Private>False</Private>
  215. </Reference>
  216. <Reference Include="System" />
  217. <Reference Include="System.ComponentModel.DataAnnotations" />
  218. <Reference Include="System.Core" />
  219. <Reference Include="System.Data.SQLite, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  220. <SpecificVersion>False</SpecificVersion>
  221. <HintPath>..\OpenDll\SQLiteDll\System.Data.SQLite.dll</HintPath>
  222. <Private>False</Private>
  223. </Reference>
  224. <Reference Include="System.Windows.Forms.Ribbon">
  225. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  226. <Private>False</Private>
  227. </Reference>
  228. <Reference Include="System.Xml.Linq" />
  229. <Reference Include="System.Data.DataSetExtensions" />
  230. <Reference Include="Microsoft.CSharp" />
  231. <Reference Include="System.Data" />
  232. <Reference Include="System.Deployment" />
  233. <Reference Include="System.Drawing" />
  234. <Reference Include="System.Windows.Forms" />
  235. <Reference Include="System.Xml" />
  236. <Reference Include="WindowsBase" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <Compile Include="BaseClass\Periodic.cs" />
  240. <Compile Include="BaseClass\STDInfo.cs" />
  241. <Compile Include="UI\Attributes.cs">
  242. <SubType>Form</SubType>
  243. </Compile>
  244. <Compile Include="UI\Attributes.Designer.cs">
  245. <DependentUpon>Attributes.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="BaseClass\SqlLiteClass.cs" />
  248. <Compile Include="UI\NonLogicalUI\FormForWaiting.cs">
  249. <SubType>Form</SubType>
  250. </Compile>
  251. <Compile Include="UI\NonLogicalUI\FormForWaiting.Designer.cs">
  252. <DependentUpon>FormForWaiting.cs</DependentUpon>
  253. </Compile>
  254. <Compile Include="UI\Form_GroupId.cs">
  255. <SubType>Form</SubType>
  256. </Compile>
  257. <Compile Include="UI\Form_GroupId.Designer.cs">
  258. <DependentUpon>Form_GroupId.cs</DependentUpon>
  259. </Compile>
  260. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.cs">
  261. <SubType>Form</SubType>
  262. </Compile>
  263. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.Designer.cs">
  264. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="UI\ImportStandardLibraryTypeSelection.cs">
  267. <SubType>Form</SubType>
  268. </Compile>
  269. <Compile Include="UI\ImportStandardLibraryTypeSelection.Designer.cs">
  270. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  271. </Compile>
  272. <Compile Include="BaseClass\STDGroups.cs" />
  273. <Compile Include="Properties\Resources.Designer.cs">
  274. <AutoGen>True</AutoGen>
  275. <DesignTime>True</DesignTime>
  276. <DependentUpon>Resources.resx</DependentUpon>
  277. </Compile>
  278. <Compile Include="UI\OTSPeriodicTableForm_Small.cs">
  279. <SubType>Form</SubType>
  280. </Compile>
  281. <Compile Include="UI\OTSPeriodicTableForm_Small.Designer.cs">
  282. <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
  283. </Compile>
  284. <Compile Include="UI\ReferenceLibrary.cs">
  285. <SubType>Form</SubType>
  286. </Compile>
  287. <Compile Include="UI\ReferenceLibrary.Designer.cs">
  288. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  289. </Compile>
  290. <Compile Include="UI\Form_MaxEDSRules.cs">
  291. <SubType>Form</SubType>
  292. </Compile>
  293. <Compile Include="UI\Form_MaxEDSRules.Designer.cs">
  294. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  295. </Compile>
  296. <Compile Include="UI\Form_UserConstants.cs">
  297. <SubType>Form</SubType>
  298. </Compile>
  299. <Compile Include="UI\Form_UserConstants.Designer.cs">
  300. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  301. </Compile>
  302. <Compile Include="UI\Form_ZeroElementRules.cs">
  303. <SubType>Form</SubType>
  304. </Compile>
  305. <Compile Include="UI\Form_ZeroElementRules.Designer.cs">
  306. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  307. </Compile>
  308. <Compile Include="BaseClass\STDdata.cs" />
  309. <Compile Include="UI\Form_Main.cs">
  310. <SubType>Form</SubType>
  311. </Compile>
  312. <Compile Include="UI\Form_Main.Designer.cs">
  313. <DependentUpon>Form_Main.cs</DependentUpon>
  314. </Compile>
  315. <Compile Include="BaseClass\Language.cs" />
  316. <Compile Include="Program.cs" />
  317. <Compile Include="Properties\AssemblyInfo.cs" />
  318. <Compile Include="UI\STDEditor.cs">
  319. <SubType>Form</SubType>
  320. </Compile>
  321. <Compile Include="UI\STDEditor.Designer.cs">
  322. <DependentUpon>STDEditor.cs</DependentUpon>
  323. </Compile>
  324. <Compile Include="UI\STDRuleslist.cs">
  325. <SubType>Form</SubType>
  326. </Compile>
  327. <Compile Include="UI\STDRuleslist.Designer.cs">
  328. <DependentUpon>STDRuleslist.cs</DependentUpon>
  329. </Compile>
  330. <Compile Include="UI\SubMidWindow.cs">
  331. <SubType>Form</SubType>
  332. </Compile>
  333. <Compile Include="UI\SubMidWindow.Designer.cs">
  334. <DependentUpon>SubMidWindow.cs</DependentUpon>
  335. </Compile>
  336. <Compile Include="UI\ThePeriodicTable_Small.cs">
  337. <SubType>UserControl</SubType>
  338. </Compile>
  339. <Compile Include="UI\ThePeriodicTable_Small.Designer.cs">
  340. <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
  341. </Compile>
  342. <Compile Include="UI\User_Element_Small.cs">
  343. <SubType>UserControl</SubType>
  344. </Compile>
  345. <Compile Include="UI\User_Element_Small.Designer.cs">
  346. <DependentUpon>User_Element_Small.cs</DependentUpon>
  347. </Compile>
  348. <EmbeddedResource Include="UI\Attributes.resx">
  349. <DependentUpon>Attributes.cs</DependentUpon>
  350. </EmbeddedResource>
  351. <EmbeddedResource Include="UI\NonLogicalUI\FormForWaiting.resx">
  352. <DependentUpon>FormForWaiting.cs</DependentUpon>
  353. </EmbeddedResource>
  354. <EmbeddedResource Include="UI\Form_GroupId.resx">
  355. <DependentUpon>Form_GroupId.cs</DependentUpon>
  356. </EmbeddedResource>
  357. <EmbeddedResource Include="UI\NonLogicalUI\Form_PeriodicTable.resx">
  358. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  359. </EmbeddedResource>
  360. <EmbeddedResource Include="UI\ImportStandardLibraryTypeSelection.resx">
  361. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  362. </EmbeddedResource>
  363. <EmbeddedResource Include="UI\OTSPeriodicTableForm_Small.resx">
  364. <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
  365. </EmbeddedResource>
  366. <EmbeddedResource Include="UI\ReferenceLibrary.resx">
  367. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  368. </EmbeddedResource>
  369. <EmbeddedResource Include="UI\Form_Main.resx">
  370. <DependentUpon>Form_Main.cs</DependentUpon>
  371. </EmbeddedResource>
  372. <EmbeddedResource Include="UI\Form_MaxEDSRules.resx">
  373. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  374. </EmbeddedResource>
  375. <EmbeddedResource Include="UI\Form_UserConstants.resx">
  376. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  377. </EmbeddedResource>
  378. <EmbeddedResource Include="UI\Form_ZeroElementRules.resx">
  379. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  380. </EmbeddedResource>
  381. <EmbeddedResource Include="Properties\Resources.resx">
  382. <Generator>ResXFileCodeGenerator</Generator>
  383. <SubType>Designer</SubType>
  384. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  385. </EmbeddedResource>
  386. <EmbeddedResource Include="UI\STDEditor.resx">
  387. <DependentUpon>STDEditor.cs</DependentUpon>
  388. </EmbeddedResource>
  389. <EmbeddedResource Include="UI\STDRuleslist.resx">
  390. <DependentUpon>STDRuleslist.cs</DependentUpon>
  391. </EmbeddedResource>
  392. <EmbeddedResource Include="UI\SubMidWindow.resx">
  393. <DependentUpon>SubMidWindow.cs</DependentUpon>
  394. </EmbeddedResource>
  395. <EmbeddedResource Include="UI\ThePeriodicTable_Small.resx">
  396. <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
  397. </EmbeddedResource>
  398. <EmbeddedResource Include="UI\User_Element_Small.resx">
  399. <DependentUpon>User_Element_Small.cs</DependentUpon>
  400. </EmbeddedResource>
  401. <None Include="ClassDiagram.cd" />
  402. <None Include="Properties\Settings.settings">
  403. <Generator>SettingsSingleFileGenerator</Generator>
  404. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  405. </None>
  406. <Compile Include="Properties\Settings.Designer.cs">
  407. <AutoGen>True</AutoGen>
  408. <DependentUpon>Settings.settings</DependentUpon>
  409. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  410. </Compile>
  411. </ItemGroup>
  412. <ItemGroup>
  413. <None Include="App.config" />
  414. </ItemGroup>
  415. <ItemGroup>
  416. <None Include="resource\PeriodicTable_En.jpg" />
  417. </ItemGroup>
  418. <ItemGroup>
  419. <None Include="resource\电镜.jpg" />
  420. <None Include="resource\关机.png" />
  421. <None Include="resource\公司图标.bmp" />
  422. <None Include="resource\编辑.png" />
  423. <None Include="resource\worddocument32.png" />
  424. <None Include="resource\另存为.png" />
  425. <None Include="resource\open32.png" />
  426. <None Include="resource\paste32.png" />
  427. <None Include="resource\back32.png" />
  428. <None Include="resource\PeriodicTable_ZH.jpg" />
  429. <None Include="resource\Recover161.png" />
  430. <None Include="resource\Recover321.png" />
  431. <None Include="resource\Ruler161.png" />
  432. <None Include="resource\saveas32.png" />
  433. <None Include="resource\saveas321.png" />
  434. <Content Include="resource\STDEditoName.png" />
  435. </ItemGroup>
  436. <ItemGroup />
  437. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  438. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  439. <PropertyGroup>
  440. <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>
  441. </PropertyGroup>
  442. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  443. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  444. </Target>
  445. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  446. </Project>