kursach_2.0.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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>{FDEE5373-36E1-4263-8AD6-AD2D17BE74C5}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>kursach_2._0</RootNamespace>
  11. <AssemblyName>kursach_2.0</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  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=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Runtime.Serialization" />
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="System.Xaml">
  59. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="WindowsBase" />
  62. <Reference Include="PresentationCore" />
  63. <Reference Include="PresentationFramework" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ApplicationDefinition Include="App.xaml">
  67. <Generator>MSBuild:Compile</Generator>
  68. <SubType>Designer</SubType>
  69. </ApplicationDefinition>
  70. <Compile Include="cards.cs">
  71. <DependentUpon>Model1.tt</DependentUpon>
  72. </Compile>
  73. <Compile Include="distributors.cs">
  74. <DependentUpon>Model1.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="employees.cs">
  77. <DependentUpon>Model1.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="invoices.cs">
  80. <DependentUpon>Model1.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="Model1.Context.cs">
  83. <AutoGen>True</AutoGen>
  84. <DesignTime>True</DesignTime>
  85. <DependentUpon>Model1.Context.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="Model1.cs">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>Model1.tt</DependentUpon>
  91. </Compile>
  92. <Compile Include="Model1.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>Model1.edmx</DependentUpon>
  96. </Compile>
  97. <Compile Include="products.cs">
  98. <DependentUpon>Model1.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="sysdiagrams.cs">
  101. <DependentUpon>Model1.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Windows\Change.xaml.cs">
  104. <DependentUpon>Change.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Windows\Confirmation.xaml.cs">
  107. <DependentUpon>Confirmation.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Windows\Handbooks.xaml.cs">
  110. <DependentUpon>Handbooks.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Windows\Invoices.xaml.cs">
  113. <DependentUpon>Invoices.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Windows\Menu.xaml.cs">
  116. <DependentUpon>Menu.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Windows\product_insert.xaml.cs">
  119. <DependentUpon>product_insert.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="Windows\Profile.xaml.cs">
  122. <DependentUpon>Profile.xaml</DependentUpon>
  123. </Compile>
  124. <Page Include="MainWindow.xaml">
  125. <Generator>MSBuild:Compile</Generator>
  126. <SubType>Designer</SubType>
  127. </Page>
  128. <Compile Include="App.xaml.cs">
  129. <DependentUpon>App.xaml</DependentUpon>
  130. <SubType>Code</SubType>
  131. </Compile>
  132. <Compile Include="MainWindow.xaml.cs">
  133. <DependentUpon>MainWindow.xaml</DependentUpon>
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Page Include="Windows\Change.xaml">
  137. <SubType>Designer</SubType>
  138. <Generator>MSBuild:Compile</Generator>
  139. </Page>
  140. <Page Include="Windows\Confirmation.xaml">
  141. <SubType>Designer</SubType>
  142. <Generator>MSBuild:Compile</Generator>
  143. </Page>
  144. <Page Include="Windows\Handbooks.xaml">
  145. <SubType>Designer</SubType>
  146. <Generator>MSBuild:Compile</Generator>
  147. </Page>
  148. <Page Include="Windows\Invoices.xaml">
  149. <SubType>Designer</SubType>
  150. <Generator>MSBuild:Compile</Generator>
  151. </Page>
  152. <Page Include="Windows\Menu.xaml">
  153. <SubType>Designer</SubType>
  154. <Generator>MSBuild:Compile</Generator>
  155. </Page>
  156. <Page Include="Windows\product_insert.xaml">
  157. <SubType>Designer</SubType>
  158. <Generator>MSBuild:Compile</Generator>
  159. </Page>
  160. <Page Include="Windows\Profile.xaml">
  161. <SubType>Designer</SubType>
  162. <Generator>MSBuild:Compile</Generator>
  163. </Page>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Compile Include="Properties\AssemblyInfo.cs">
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Compile Include="Properties\Resources.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DesignTime>True</DesignTime>
  172. <DependentUpon>Resources.resx</DependentUpon>
  173. </Compile>
  174. <Compile Include="Properties\Settings.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DependentUpon>Settings.settings</DependentUpon>
  177. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  178. </Compile>
  179. <EmbeddedResource Include="Properties\Resources.resx">
  180. <Generator>ResXFileCodeGenerator</Generator>
  181. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  182. </EmbeddedResource>
  183. <Resource Include="Fonts\Montserrat-Medium.otf" />
  184. <Resource Include="Fonts\Montserrat-Light.otf" />
  185. <EntityDeploy Include="Model1.edmx">
  186. <Generator>EntityModelCodeGenerator</Generator>
  187. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  188. </EntityDeploy>
  189. <None Include="Model1.edmx.diagram">
  190. <DependentUpon>Model1.edmx</DependentUpon>
  191. </None>
  192. <None Include="packages.config" />
  193. <None Include="Properties\Settings.settings">
  194. <Generator>SettingsSingleFileGenerator</Generator>
  195. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  196. </None>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <None Include="App.config" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Resource Include="Images\home.png" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Content Include="Model1.Context.tt">
  206. <Generator>TextTemplatingFileGenerator</Generator>
  207. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  208. <DependentUpon>Model1.edmx</DependentUpon>
  209. </Content>
  210. <Content Include="Model1.tt">
  211. <Generator>TextTemplatingFileGenerator</Generator>
  212. <DependentUpon>Model1.edmx</DependentUpon>
  213. <LastGenOutput>Model1.cs</LastGenOutput>
  214. </Content>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  218. </ItemGroup>
  219. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  220. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  221. <PropertyGroup>
  222. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  223. </PropertyGroup>
  224. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  225. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  226. </Target>
  227. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  228. </Project>