OTSPartA_STDEditor.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. <ItemGroup>
  179. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  180. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  181. <Private>False</Private>
  182. </Reference>
  183. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  184. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  185. <Private>False</Private>
  186. </Reference>
  187. <Reference Include="OTS.WinFormsUI.Docking, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  188. <SpecificVersion>False</SpecificVersion>
  189. <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
  190. <Private>False</Private>
  191. </Reference>
  192. <Reference Include="SourceGrid">
  193. <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>
  194. <Private>False</Private>
  195. </Reference>
  196. <Reference Include="System" />
  197. <Reference Include="System.ComponentModel.DataAnnotations" />
  198. <Reference Include="System.Core" />
  199. <Reference Include="System.Data.SQLite, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  200. <SpecificVersion>False</SpecificVersion>
  201. <HintPath>..\OpenDll\SQLiteDll\System.Data.SQLite.dll</HintPath>
  202. <Private>False</Private>
  203. </Reference>
  204. <Reference Include="System.Windows.Forms.Ribbon">
  205. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  206. <Private>False</Private>
  207. </Reference>
  208. <Reference Include="System.Xml.Linq" />
  209. <Reference Include="System.Data.DataSetExtensions" />
  210. <Reference Include="Microsoft.CSharp" />
  211. <Reference Include="System.Data" />
  212. <Reference Include="System.Deployment" />
  213. <Reference Include="System.Drawing" />
  214. <Reference Include="System.Windows.Forms" />
  215. <Reference Include="System.Xml" />
  216. <Reference Include="WindowsBase" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <Compile Include="UI\Attributes.cs">
  220. <SubType>Form</SubType>
  221. </Compile>
  222. <Compile Include="UI\Attributes.Designer.cs">
  223. <DependentUpon>Attributes.cs</DependentUpon>
  224. </Compile>
  225. <Compile Include="BaseClass\SqlLiteClass.cs" />
  226. <Compile Include="UI\NonLogicalUI\FormForWaiting.cs">
  227. <SubType>Form</SubType>
  228. </Compile>
  229. <Compile Include="UI\NonLogicalUI\FormForWaiting.Designer.cs">
  230. <DependentUpon>FormForWaiting.cs</DependentUpon>
  231. </Compile>
  232. <Compile Include="UI\Form_GroupId.cs">
  233. <SubType>Form</SubType>
  234. </Compile>
  235. <Compile Include="UI\Form_GroupId.Designer.cs">
  236. <DependentUpon>Form_GroupId.cs</DependentUpon>
  237. </Compile>
  238. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.cs">
  239. <SubType>Form</SubType>
  240. </Compile>
  241. <Compile Include="UI\NonLogicalUI\Form_PeriodicTable.Designer.cs">
  242. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  243. </Compile>
  244. <Compile Include="UI\ImportStandardLibraryTypeSelection.cs">
  245. <SubType>Form</SubType>
  246. </Compile>
  247. <Compile Include="UI\ImportStandardLibraryTypeSelection.Designer.cs">
  248. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  249. </Compile>
  250. <Compile Include="BaseClass\STDGroups.cs" />
  251. <Compile Include="Properties\Resources.Designer.cs">
  252. <AutoGen>True</AutoGen>
  253. <DesignTime>True</DesignTime>
  254. <DependentUpon>Resources.resx</DependentUpon>
  255. </Compile>
  256. <Compile Include="UI\ReferenceLibrary.cs">
  257. <SubType>Form</SubType>
  258. </Compile>
  259. <Compile Include="UI\ReferenceLibrary.Designer.cs">
  260. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  261. </Compile>
  262. <Compile Include="UI\Form_MaxEDSRules.cs">
  263. <SubType>Form</SubType>
  264. </Compile>
  265. <Compile Include="UI\Form_MaxEDSRules.Designer.cs">
  266. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  267. </Compile>
  268. <Compile Include="UI\Form_UserConstants.cs">
  269. <SubType>Form</SubType>
  270. </Compile>
  271. <Compile Include="UI\Form_UserConstants.Designer.cs">
  272. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  273. </Compile>
  274. <Compile Include="UI\Form_ZeroElementRules.cs">
  275. <SubType>Form</SubType>
  276. </Compile>
  277. <Compile Include="UI\Form_ZeroElementRules.Designer.cs">
  278. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  279. </Compile>
  280. <Compile Include="BaseClass\STDdata.cs" />
  281. <Compile Include="UI\Form_Main.cs">
  282. <SubType>Form</SubType>
  283. </Compile>
  284. <Compile Include="UI\Form_Main.Designer.cs">
  285. <DependentUpon>Form_Main.cs</DependentUpon>
  286. </Compile>
  287. <Compile Include="BaseClass\Language.cs" />
  288. <Compile Include="Program.cs" />
  289. <Compile Include="Properties\AssemblyInfo.cs" />
  290. <Compile Include="UI\STDEditor.cs">
  291. <SubType>Form</SubType>
  292. </Compile>
  293. <Compile Include="UI\STDEditor.Designer.cs">
  294. <DependentUpon>STDEditor.cs</DependentUpon>
  295. </Compile>
  296. <Compile Include="UI\STDRuleslist.cs">
  297. <SubType>Form</SubType>
  298. </Compile>
  299. <Compile Include="UI\STDRuleslist.Designer.cs">
  300. <DependentUpon>STDRuleslist.cs</DependentUpon>
  301. </Compile>
  302. <Compile Include="UI\SubMidWindow.cs">
  303. <SubType>Form</SubType>
  304. </Compile>
  305. <Compile Include="UI\SubMidWindow.Designer.cs">
  306. <DependentUpon>SubMidWindow.cs</DependentUpon>
  307. </Compile>
  308. <EmbeddedResource Include="UI\Attributes.resx">
  309. <DependentUpon>Attributes.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <EmbeddedResource Include="UI\NonLogicalUI\FormForWaiting.resx">
  312. <DependentUpon>FormForWaiting.cs</DependentUpon>
  313. </EmbeddedResource>
  314. <EmbeddedResource Include="UI\Form_GroupId.resx">
  315. <DependentUpon>Form_GroupId.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="UI\NonLogicalUI\Form_PeriodicTable.resx">
  318. <DependentUpon>Form_PeriodicTable.cs</DependentUpon>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="UI\ImportStandardLibraryTypeSelection.resx">
  321. <DependentUpon>ImportStandardLibraryTypeSelection.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="UI\ReferenceLibrary.resx">
  324. <DependentUpon>ReferenceLibrary.cs</DependentUpon>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="UI\Form_Main.resx">
  327. <DependentUpon>Form_Main.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="UI\Form_MaxEDSRules.resx">
  330. <DependentUpon>Form_MaxEDSRules.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="UI\Form_UserConstants.resx">
  333. <DependentUpon>Form_UserConstants.cs</DependentUpon>
  334. </EmbeddedResource>
  335. <EmbeddedResource Include="UI\Form_ZeroElementRules.resx">
  336. <DependentUpon>Form_ZeroElementRules.cs</DependentUpon>
  337. </EmbeddedResource>
  338. <EmbeddedResource Include="Properties\Resources.resx">
  339. <Generator>ResXFileCodeGenerator</Generator>
  340. <SubType>Designer</SubType>
  341. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  342. </EmbeddedResource>
  343. <EmbeddedResource Include="UI\STDEditor.resx">
  344. <DependentUpon>STDEditor.cs</DependentUpon>
  345. </EmbeddedResource>
  346. <EmbeddedResource Include="UI\STDRuleslist.resx">
  347. <DependentUpon>STDRuleslist.cs</DependentUpon>
  348. </EmbeddedResource>
  349. <EmbeddedResource Include="UI\SubMidWindow.resx">
  350. <DependentUpon>SubMidWindow.cs</DependentUpon>
  351. </EmbeddedResource>
  352. <None Include="ClassDiagram.cd" />
  353. <None Include="Properties\Settings.settings">
  354. <Generator>SettingsSingleFileGenerator</Generator>
  355. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  356. </None>
  357. <Compile Include="Properties\Settings.Designer.cs">
  358. <AutoGen>True</AutoGen>
  359. <DependentUpon>Settings.settings</DependentUpon>
  360. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  361. </Compile>
  362. </ItemGroup>
  363. <ItemGroup>
  364. <None Include="App.config" />
  365. </ItemGroup>
  366. <ItemGroup>
  367. <None Include="resource\PeriodicTable_En.jpg" />
  368. </ItemGroup>
  369. <ItemGroup>
  370. <None Include="resource\电镜.jpg" />
  371. <None Include="resource\关机.png" />
  372. <None Include="resource\公司图标.bmp" />
  373. <None Include="resource\编辑.png" />
  374. <None Include="resource\worddocument32.png" />
  375. <None Include="resource\另存为.png" />
  376. <None Include="resource\open32.png" />
  377. <None Include="resource\paste32.png" />
  378. <None Include="resource\back32.png" />
  379. <None Include="resource\PeriodicTable_ZH.jpg" />
  380. <None Include="resource\Recover161.png" />
  381. <None Include="resource\Recover321.png" />
  382. <None Include="resource\Ruler161.png" />
  383. <None Include="resource\saveas32.png" />
  384. <None Include="resource\saveas321.png" />
  385. <Content Include="resource\STDEditoName.png" />
  386. </ItemGroup>
  387. <ItemGroup />
  388. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  389. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  390. <PropertyGroup>
  391. <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>
  392. </PropertyGroup>
  393. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  394. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  395. </Target>
  396. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  397. </Project>