OTSPartA_STDEditor.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  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="UI\Attributes.cs">
  240. <SubType>Form</SubType>
  241. </Compile>
  242. <Compile Include="UI\Attributes.Designer.cs">
  243. <DependentUpon>Attributes.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="BaseClass\SqlLiteClass.cs" />
  246. <Compile Include="UI\NonLogicalUI\FormForWaiting.cs">
  247. <SubType>Form</SubType>
  248. </Compile>
  249. <Compile Include="UI\NonLogicalUI\FormForWaiting.Designer.cs">
  250. <DependentUpon>FormForWaiting.cs</DependentUpon>
  251. </Compile>
  252. <Compile Include="UI\Form_GroupId.cs">
  253. <SubType>Form</SubType>
  254. </Compile>
  255. <Compile Include="UI\Form_GroupId.Designer.cs">
  256. <DependentUpon>Form_GroupId.cs</DependentUpon>
  257. </Compile>
  258. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.cs">
  259. <SubType>Form</SubType>
  260. </Compile>
  261. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.Designer.cs">
  262. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  263. </Compile>
  264. <Compile Include="UI\ImportStandardLibraryTypeSelection.cs">
  265. <SubType>Form</SubType>
  266. </Compile>
  267. <Compile Include="UI\ImportStandardLibraryTypeSelection.Designer.cs">
  268. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  269. </Compile>
  270. <Compile Include="BaseClass\STDGroups.cs" />
  271. <Compile Include="Properties\Resources.Designer.cs">
  272. <AutoGen>True</AutoGen>
  273. <DesignTime>True</DesignTime>
  274. <DependentUpon>Resources.resx</DependentUpon>
  275. </Compile>
  276. <Compile Include="UI\ReferenceLibrary.cs">
  277. <SubType>Form</SubType>
  278. </Compile>
  279. <Compile Include="UI\ReferenceLibrary.Designer.cs">
  280. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  281. </Compile>
  282. <Compile Include="UI\Form_MaxEDSRules.cs">
  283. <SubType>Form</SubType>
  284. </Compile>
  285. <Compile Include="UI\Form_MaxEDSRules.Designer.cs">
  286. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  287. </Compile>
  288. <Compile Include="UI\Form_UserConstants.cs">
  289. <SubType>Form</SubType>
  290. </Compile>
  291. <Compile Include="UI\Form_UserConstants.Designer.cs">
  292. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  293. </Compile>
  294. <Compile Include="UI\Form_ZeroElementRules.cs">
  295. <SubType>Form</SubType>
  296. </Compile>
  297. <Compile Include="UI\Form_ZeroElementRules.Designer.cs">
  298. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  299. </Compile>
  300. <Compile Include="BaseClass\STDdata.cs" />
  301. <Compile Include="UI\Form_Main.cs">
  302. <SubType>Form</SubType>
  303. </Compile>
  304. <Compile Include="UI\Form_Main.Designer.cs">
  305. <DependentUpon>Form_Main.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="BaseClass\Language.cs" />
  308. <Compile Include="Program.cs" />
  309. <Compile Include="Properties\AssemblyInfo.cs" />
  310. <Compile Include="UI\STDEditor.cs">
  311. <SubType>Form</SubType>
  312. </Compile>
  313. <Compile Include="UI\STDEditor.Designer.cs">
  314. <DependentUpon>STDEditor.cs</DependentUpon>
  315. </Compile>
  316. <Compile Include="UI\STDRuleslist.cs">
  317. <SubType>Form</SubType>
  318. </Compile>
  319. <Compile Include="UI\STDRuleslist.Designer.cs">
  320. <DependentUpon>STDRuleslist.cs</DependentUpon>
  321. </Compile>
  322. <Compile Include="UI\SubMidWindow.cs">
  323. <SubType>Form</SubType>
  324. </Compile>
  325. <Compile Include="UI\SubMidWindow.Designer.cs">
  326. <DependentUpon>SubMidWindow.cs</DependentUpon>
  327. </Compile>
  328. <EmbeddedResource Include="UI\Attributes.resx">
  329. <DependentUpon>Attributes.cs</DependentUpon>
  330. </EmbeddedResource>
  331. <EmbeddedResource Include="UI\NonLogicalUI\FormForWaiting.resx">
  332. <DependentUpon>FormForWaiting.cs</DependentUpon>
  333. </EmbeddedResource>
  334. <EmbeddedResource Include="UI\Form_GroupId.resx">
  335. <DependentUpon>Form_GroupId.cs</DependentUpon>
  336. </EmbeddedResource>
  337. <EmbeddedResource Include="UI\NonLogicalUI\Form_PeriodicTable.resx">
  338. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  339. </EmbeddedResource>
  340. <EmbeddedResource Include="UI\ImportStandardLibraryTypeSelection.resx">
  341. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  342. </EmbeddedResource>
  343. <EmbeddedResource Include="UI\ReferenceLibrary.resx">
  344. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  345. </EmbeddedResource>
  346. <EmbeddedResource Include="UI\Form_Main.resx">
  347. <DependentUpon>Form_Main.cs</DependentUpon>
  348. </EmbeddedResource>
  349. <EmbeddedResource Include="UI\Form_MaxEDSRules.resx">
  350. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  351. </EmbeddedResource>
  352. <EmbeddedResource Include="UI\Form_UserConstants.resx">
  353. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  354. </EmbeddedResource>
  355. <EmbeddedResource Include="UI\Form_ZeroElementRules.resx">
  356. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  357. </EmbeddedResource>
  358. <EmbeddedResource Include="Properties\Resources.resx">
  359. <Generator>ResXFileCodeGenerator</Generator>
  360. <SubType>Designer</SubType>
  361. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  362. </EmbeddedResource>
  363. <EmbeddedResource Include="UI\STDEditor.resx">
  364. <DependentUpon>STDEditor.cs</DependentUpon>
  365. </EmbeddedResource>
  366. <EmbeddedResource Include="UI\STDRuleslist.resx">
  367. <DependentUpon>STDRuleslist.cs</DependentUpon>
  368. </EmbeddedResource>
  369. <EmbeddedResource Include="UI\SubMidWindow.resx">
  370. <DependentUpon>SubMidWindow.cs</DependentUpon>
  371. </EmbeddedResource>
  372. <None Include="ClassDiagram.cd" />
  373. <None Include="Properties\Settings.settings">
  374. <Generator>SettingsSingleFileGenerator</Generator>
  375. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  376. </None>
  377. <Compile Include="Properties\Settings.Designer.cs">
  378. <AutoGen>True</AutoGen>
  379. <DependentUpon>Settings.settings</DependentUpon>
  380. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  381. </Compile>
  382. </ItemGroup>
  383. <ItemGroup>
  384. <None Include="App.config" />
  385. </ItemGroup>
  386. <ItemGroup>
  387. <None Include="resource\PeriodicTable_En.jpg" />
  388. </ItemGroup>
  389. <ItemGroup>
  390. <None Include="resource\电镜.jpg" />
  391. <None Include="resource\关机.png" />
  392. <None Include="resource\公司图标.bmp" />
  393. <None Include="resource\编辑.png" />
  394. <None Include="resource\worddocument32.png" />
  395. <None Include="resource\另存为.png" />
  396. <None Include="resource\open32.png" />
  397. <None Include="resource\paste32.png" />
  398. <None Include="resource\back32.png" />
  399. <None Include="resource\PeriodicTable_ZH.jpg" />
  400. <None Include="resource\Recover161.png" />
  401. <None Include="resource\Recover321.png" />
  402. <None Include="resource\Ruler161.png" />
  403. <None Include="resource\saveas32.png" />
  404. <None Include="resource\saveas321.png" />
  405. <Content Include="resource\STDEditoName.png" />
  406. </ItemGroup>
  407. <ItemGroup />
  408. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  409. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  410. <PropertyGroup>
  411. <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>
  412. </PropertyGroup>
  413. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  414. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  415. </Target>
  416. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  417. </Project>