OUP.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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>{99CF6337-2A5D-4296-AFD9-10EEAB74EBB2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>OUP</RootNamespace>
  10. <AssemblyName>OUP</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="EntityFramework, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.4.3.0\lib\net40\EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.1\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Data.SqlClient, Version=1.13.20136.2, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Microsoft.Data.SqlClient.1.1.3\lib\net46\Microsoft.Data.SqlClient.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.EntityFrameworkCore, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Microsoft.EntityFrameworkCore.3.1.25\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.EntityFrameworkCore.Abstractions, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Microsoft.EntityFrameworkCore.Abstractions.3.1.25\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Abstractions.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.EntityFrameworkCore.Relational, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Microsoft.EntityFrameworkCore.Relational.3.1.25\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Relational.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.EntityFrameworkCore.SqlServer, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Microsoft.EntityFrameworkCore.SqlServer.3.1.25\lib\netstandard2.0\Microsoft.EntityFrameworkCore.SqlServer.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Microsoft.Extensions.Caching.Abstractions.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Microsoft.Extensions.Caching.Memory.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.Extensions.Configuration, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Microsoft.Extensions.Configuration.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  75. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Microsoft.Extensions.Configuration.Binder, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  78. <HintPath>..\packages\Microsoft.Extensions.Configuration.Binder.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  81. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.3.1.25\lib\net461\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.3.1.25\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Microsoft.Extensions.Logging, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Microsoft.Extensions.Logging.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Logging.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  90. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Microsoft.Extensions.Options, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.Extensions.Options.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Microsoft.Extensions.Primitives, Version=3.1.25.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  96. <HintPath>..\packages\Microsoft.Extensions.Primitives.3.1.25\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Microsoft.Identity.Client, Version=3.0.8.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
  99. <HintPath>..\packages\Microsoft.Identity.Client.3.0.8\lib\net45\Microsoft.Identity.Client.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.5.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Microsoft.IdentityModel.Logging, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  105. <HintPath>..\packages\Microsoft.IdentityModel.Logging.5.5.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Microsoft.IdentityModel.Protocols, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <HintPath>..\packages\Microsoft.IdentityModel.Protocols.5.5.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.5.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Microsoft.IdentityModel.Tokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  114. <HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.5.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  117. <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System" />
  120. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  121. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  122. </Reference>
  123. <Reference Include="System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  124. <HintPath>..\packages\System.Collections.Immutable.1.7.1\lib\net461\System.Collections.Immutable.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  127. <HintPath>..\packages\System.ComponentModel.Annotations.4.7.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.ComponentModel.DataAnnotations" />
  130. <Reference Include="System.Configuration" />
  131. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  132. <HintPath>..\packages\System.Configuration.ConfigurationManager.4.4.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Data" />
  135. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  136. <HintPath>..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  137. <Private>True</Private>
  138. <Private>True</Private>
  139. </Reference>
  140. <Reference Include="System.Data.Entity" />
  141. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  142. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.7.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System.Drawing" />
  145. <Reference Include="System.IdentityModel" />
  146. <Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  147. <HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.5.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  150. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System.Numerics" />
  153. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  154. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  157. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  158. </Reference>
  159. <Reference Include="System.Runtime.Serialization" />
  160. <Reference Include="System.Security" />
  161. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  162. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  163. </Reference>
  164. <Reference Include="System.Windows.Forms" />
  165. <Reference Include="System.Xml" />
  166. <Reference Include="Microsoft.CSharp" />
  167. <Reference Include="System.Core" />
  168. <Reference Include="System.Xml.Linq" />
  169. <Reference Include="System.Data.DataSetExtensions" />
  170. <Reference Include="System.Net.Http" />
  171. <Reference Include="System.Xaml">
  172. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  173. </Reference>
  174. <Reference Include="WindowsBase" />
  175. <Reference Include="PresentationCore" />
  176. <Reference Include="PresentationFramework" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <ApplicationDefinition Include="App.xaml">
  180. <Generator>MSBuild:Compile</Generator>
  181. <SubType>Designer</SubType>
  182. </ApplicationDefinition>
  183. <Compile Include="Address.cs">
  184. <DependentUpon>Model1.tt</DependentUpon>
  185. </Compile>
  186. <Compile Include="CardAmount.cs">
  187. <DependentUpon>Model1.tt</DependentUpon>
  188. </Compile>
  189. <Compile Include="Cash.cs">
  190. <DependentUpon>Model1.tt</DependentUpon>
  191. </Compile>
  192. <Compile Include="CashRegister.cs">
  193. <DependentUpon>Model1.tt</DependentUpon>
  194. </Compile>
  195. <Compile Include="Context.cs" />
  196. <Compile Include="Dates.cs">
  197. <DependentUpon>Model1.tt</DependentUpon>
  198. </Compile>
  199. <Compile Include="Employees.cs">
  200. <DependentUpon>Model1.tt</DependentUpon>
  201. </Compile>
  202. <Compile Include="ForOUP\Descriptions.cs" />
  203. <Compile Include="Helper.cs" />
  204. <Compile Include="MainViewModel.cs" />
  205. <Compile Include="Model1.cs">
  206. <AutoGen>True</AutoGen>
  207. <DesignTime>True</DesignTime>
  208. <DependentUpon>Model1.tt</DependentUpon>
  209. </Compile>
  210. <Compile Include="OUP.xaml.cs">
  211. <DependentUpon>OUP.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="PasportDetails.cs">
  214. <DependentUpon>Model1.tt</DependentUpon>
  215. </Compile>
  216. <Compile Include="Payment.cs">
  217. <DependentUpon>Model1.tt</DependentUpon>
  218. </Compile>
  219. <Compile Include="Product.cs">
  220. <DependentUpon>Model1.tt</DependentUpon>
  221. </Compile>
  222. <Compile Include="Product2.cs" />
  223. <Compile Include="Qwerty.xaml.cs">
  224. <DependentUpon>Qwerty.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="RelayCommand.cs" />
  227. <Compile Include="Revenue.cs">
  228. <DependentUpon>Model1.tt</DependentUpon>
  229. </Compile>
  230. <Compile Include="Services\FileService.cs" />
  231. <Compile Include="Sign in.xaml.cs">
  232. <DependentUpon>Sign in.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="SuppliersProduct.cs">
  235. <DependentUpon>Model1.tt</DependentUpon>
  236. </Compile>
  237. <Compile Include="SupplyProduct.cs">
  238. <DependentUpon>Model1.tt</DependentUpon>
  239. </Compile>
  240. <Compile Include="SurrenderOfMoney.cs">
  241. <DependentUpon>Model1.tt</DependentUpon>
  242. </Compile>
  243. <Compile Include="ViewModel.cs" />
  244. <Compile Include="WorkingShift.cs">
  245. <DependentUpon>Model1.tt</DependentUpon>
  246. </Compile>
  247. <Page Include="MainWindow.xaml">
  248. <Generator>MSBuild:Compile</Generator>
  249. <SubType>Designer</SubType>
  250. </Page>
  251. <Compile Include="App.xaml.cs">
  252. <DependentUpon>App.xaml</DependentUpon>
  253. <SubType>Code</SubType>
  254. </Compile>
  255. <Compile Include="BaseViewModel.cs" />
  256. <Compile Include="ClassMain.cs" />
  257. <Compile Include="MainWindow.xaml.cs">
  258. <DependentUpon>MainWindow.xaml</DependentUpon>
  259. <SubType>Code</SubType>
  260. </Compile>
  261. <Page Include="OUP.xaml">
  262. <SubType>Designer</SubType>
  263. <Generator>MSBuild:Compile</Generator>
  264. </Page>
  265. <Page Include="Qwerty.xaml">
  266. <SubType>Designer</SubType>
  267. <Generator>MSBuild:Compile</Generator>
  268. </Page>
  269. <Page Include="Sign in.xaml">
  270. <SubType>Designer</SubType>
  271. <Generator>MSBuild:Compile</Generator>
  272. </Page>
  273. </ItemGroup>
  274. <ItemGroup>
  275. <Compile Include="Model1.Context.cs">
  276. <AutoGen>True</AutoGen>
  277. <DesignTime>True</DesignTime>
  278. <DependentUpon>Model1.Context.tt</DependentUpon>
  279. </Compile>
  280. <Compile Include="Model1.Designer.cs">
  281. <AutoGen>True</AutoGen>
  282. <DesignTime>True</DesignTime>
  283. <DependentUpon>Model1.edmx</DependentUpon>
  284. </Compile>
  285. <Compile Include="Properties\AssemblyInfo.cs">
  286. <SubType>Code</SubType>
  287. </Compile>
  288. <Compile Include="Properties\Resources.Designer.cs">
  289. <AutoGen>True</AutoGen>
  290. <DesignTime>True</DesignTime>
  291. <DependentUpon>Resources.resx</DependentUpon>
  292. </Compile>
  293. <Compile Include="Properties\Settings.Designer.cs">
  294. <AutoGen>True</AutoGen>
  295. <DependentUpon>Settings.settings</DependentUpon>
  296. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  297. </Compile>
  298. <EmbeddedResource Include="Properties\Resources.resx">
  299. <Generator>ResXFileCodeGenerator</Generator>
  300. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  301. </EmbeddedResource>
  302. <EntityDeploy Include="Model1.edmx">
  303. <Generator>EntityModelCodeGenerator</Generator>
  304. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  305. </EntityDeploy>
  306. <None Include="Model1.edmx.diagram">
  307. <DependentUpon>Model1.edmx</DependentUpon>
  308. </None>
  309. <None Include="packages.config" />
  310. <None Include="Properties\Settings.settings">
  311. <Generator>SettingsSingleFileGenerator</Generator>
  312. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  313. </None>
  314. </ItemGroup>
  315. <ItemGroup>
  316. <None Include="App.config" />
  317. </ItemGroup>
  318. <ItemGroup>
  319. <Content Include="Model1.Context.tt">
  320. <Generator>TextTemplatingFileGenerator</Generator>
  321. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  322. <DependentUpon>Model1.edmx</DependentUpon>
  323. </Content>
  324. <Content Include="Model1.tt">
  325. <Generator>TextTemplatingFileGenerator</Generator>
  326. <DependentUpon>Model1.edmx</DependentUpon>
  327. <LastGenOutput>Model1.cs</LastGenOutput>
  328. </Content>
  329. </ItemGroup>
  330. <ItemGroup>
  331. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  332. </ItemGroup>
  333. <ItemGroup />
  334. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  335. <Import Project="..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets" Condition="Exists('..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" />
  336. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  337. <PropertyGroup>
  338. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  339. </PropertyGroup>
  340. <Error Condition="!Exists('..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" />
  341. </Target>
  342. </Project>