BookStoreFramework.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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>{671AB4B4-59B1-406D-8675-47A348A137DD}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>BookStoreFramework</RootNamespace>
  11. <AssemblyName>BookStoreFramework</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.Configuration" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.Security" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ApplicationDefinition Include="App.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </ApplicationDefinition>
  71. <Page Include="MainWindow.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </Page>
  75. <Compile Include="App.xaml.cs">
  76. <DependentUpon>App.xaml</DependentUpon>
  77. <SubType>Code</SubType>
  78. </Compile>
  79. <Compile Include="Books.cs">
  80. <DependentUpon>BookStore.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="BookStore.Context.cs">
  83. <AutoGen>True</AutoGen>
  84. <DesignTime>True</DesignTime>
  85. <DependentUpon>BookStore.Context.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="BookStore.cs">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>BookStore.tt</DependentUpon>
  91. </Compile>
  92. <Compile Include="BookStore.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>BookStore.edmx</DependentUpon>
  96. </Compile>
  97. <Compile Include="MainWindow.xaml.cs">
  98. <DependentUpon>MainWindow.xaml</DependentUpon>
  99. <SubType>Code</SubType>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="Properties\AssemblyInfo.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DesignTime>True</DesignTime>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. </Compile>
  111. <Compile Include="Properties\Settings.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. </Compile>
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. </EmbeddedResource>
  120. <EntityDeploy Include="BookStore.edmx">
  121. <Generator>EntityModelCodeGenerator</Generator>
  122. <LastGenOutput>BookStore.Designer.cs</LastGenOutput>
  123. </EntityDeploy>
  124. <None Include="BookStore.edmx.diagram">
  125. <DependentUpon>BookStore.edmx</DependentUpon>
  126. </None>
  127. <None Include="packages.config" />
  128. <None Include="Properties\Settings.settings">
  129. <Generator>SettingsSingleFileGenerator</Generator>
  130. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  131. </None>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="App.config" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Content Include="BookStore.Context.tt">
  138. <Generator>TextTemplatingFileGenerator</Generator>
  139. <LastGenOutput>BookStore.Context.cs</LastGenOutput>
  140. <DependentUpon>BookStore.edmx</DependentUpon>
  141. </Content>
  142. <Content Include="BookStore.tt">
  143. <Generator>TextTemplatingFileGenerator</Generator>
  144. <DependentUpon>BookStore.edmx</DependentUpon>
  145. <LastGenOutput>BookStore.cs</LastGenOutput>
  146. </Content>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  153. <PropertyGroup>
  154. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  155. </PropertyGroup>
  156. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  157. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  158. </Target>
  159. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  160. </Project>