Write-erase.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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>{8C563F5B-557D-4235-989C-652345FD42D2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Write_erase</RootNamespace>
  10. <AssemblyName>Write-erase</AssemblyName>
  11. <TargetFrameworkVersion>v4.8.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. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="BotDetect, Version=4.4.2.0, Culture=neutral, PublicKeyToken=74616036388b765f, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Captcha.4.4.2\lib\net35\BotDetect.dll</HintPath>
  42. </Reference>
  43. <Reference Include="BotDetect.Web.Mvc, Version=4.4.2.0, Culture=neutral, PublicKeyToken=74616036388b765f, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Captcha.4.4.2\lib\net35\BotDetect.Web.Mvc.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EasyCaptcha.Wpf, Version=0.9.0.3, Culture=neutral, processorArchitecture=MSIL">
  47. <HintPath>..\packages\EasyCaptcha.Wpf.0.9.0.3\lib\net45\EasyCaptcha.Wpf.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  50. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  53. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.ComponentModel.DataAnnotations" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Data.SQLite, Version=1.0.115.5, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\lib\net46\System.Data.SQLite.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Runtime.Serialization" />
  62. <Reference Include="System.Security" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Xaml">
  70. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="WindowsBase" />
  73. <Reference Include="PresentationCore" />
  74. <Reference Include="PresentationFramework" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ApplicationDefinition Include="App.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. <SubType>Designer</SubType>
  80. </ApplicationDefinition>
  81. <Compile Include="AdminPages\ShowProductPage.xaml.cs">
  82. <DependentUpon>ShowProductPage.xaml</DependentUpon>
  83. </Compile>
  84. <Compile Include="Classes\BascketClass.cs" />
  85. <Compile Include="Classes\DataBaseClass.cs" />
  86. <Compile Include="Classes\ProductClass.cs" />
  87. <Compile Include="Classes\RoleClass.cs" />
  88. <Compile Include="DataBaseModel.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>DataBaseModel.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="GuestFolder\ShowProductPage.xaml.cs">
  94. <DependentUpon>ShowProductPage.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="MainPages\AutorizePage.xaml.cs">
  97. <DependentUpon>AutorizePage.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="ManagerPages\ShowProductPage.xaml.cs">
  100. <DependentUpon>ShowProductPage.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Order.cs">
  103. <DependentUpon>DataBaseModel.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="OrderProduct.cs">
  106. <DependentUpon>DataBaseModel.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="OrderStatus.cs">
  109. <DependentUpon>DataBaseModel.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="PickupPoint.cs">
  112. <DependentUpon>DataBaseModel.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="Product.cs">
  115. <DependentUpon>DataBaseModel.tt</DependentUpon>
  116. </Compile>
  117. <Compile Include="ProductCategory.cs">
  118. <DependentUpon>DataBaseModel.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="ProductManufacturer.cs">
  121. <DependentUpon>DataBaseModel.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="ProductMeasurenent.cs">
  124. <DependentUpon>DataBaseModel.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="ProductSupplier.cs">
  127. <DependentUpon>DataBaseModel.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="Role.cs">
  130. <DependentUpon>DataBaseModel.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="User.cs">
  133. <DependentUpon>DataBaseModel.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="UserPages\BasketWindow.xaml.cs">
  136. <DependentUpon>BasketWindow.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="UserPages\ShowProductPage.xaml.cs">
  139. <DependentUpon>ShowProductPage.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="ViewModel\CaptchaViewModel.cs" />
  142. <Page Include="AdminPages\ShowProductPage.xaml">
  143. <SubType>Designer</SubType>
  144. <Generator>MSBuild:Compile</Generator>
  145. </Page>
  146. <Page Include="GuestFolder\ShowProductPage.xaml">
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. </Page>
  150. <Page Include="MainPages\AutorizePage.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. </Page>
  154. <Page Include="MainWindow.xaml">
  155. <Generator>MSBuild:Compile</Generator>
  156. <SubType>Designer</SubType>
  157. </Page>
  158. <Compile Include="App.xaml.cs">
  159. <DependentUpon>App.xaml</DependentUpon>
  160. <SubType>Code</SubType>
  161. </Compile>
  162. <Compile Include="Classes\FrameClass.cs" />
  163. <Compile Include="DataBaseModel.Context.cs">
  164. <AutoGen>True</AutoGen>
  165. <DesignTime>True</DesignTime>
  166. <DependentUpon>DataBaseModel.Context.tt</DependentUpon>
  167. </Compile>
  168. <Compile Include="DataBaseModel.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DesignTime>True</DesignTime>
  171. <DependentUpon>DataBaseModel.edmx</DependentUpon>
  172. </Compile>
  173. <Compile Include="MainWindow.xaml.cs">
  174. <DependentUpon>MainWindow.xaml</DependentUpon>
  175. <SubType>Code</SubType>
  176. </Compile>
  177. <Page Include="ManagerPages\ShowProductPage.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. <Page Include="UserPages\BasketWindow.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="UserPages\ShowProductPage.xaml">
  186. <SubType>Designer</SubType>
  187. <Generator>MSBuild:Compile</Generator>
  188. </Page>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Compile Include="Properties\AssemblyInfo.cs">
  192. <SubType>Code</SubType>
  193. </Compile>
  194. <Compile Include="Properties\Resources.Designer.cs">
  195. <AutoGen>True</AutoGen>
  196. <DesignTime>True</DesignTime>
  197. <DependentUpon>Resources.resx</DependentUpon>
  198. </Compile>
  199. <Compile Include="Properties\Settings.Designer.cs">
  200. <AutoGen>True</AutoGen>
  201. <DependentUpon>Settings.settings</DependentUpon>
  202. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  203. </Compile>
  204. <EmbeddedResource Include="Properties\Resources.resx">
  205. <Generator>ResXFileCodeGenerator</Generator>
  206. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  207. </EmbeddedResource>
  208. <EntityDeploy Include="DataBaseModel.edmx">
  209. <Generator>EntityModelCodeGenerator</Generator>
  210. <LastGenOutput>DataBaseModel.Designer.cs</LastGenOutput>
  211. </EntityDeploy>
  212. <None Include="DataBaseModel.edmx.diagram">
  213. <DependentUpon>DataBaseModel.edmx</DependentUpon>
  214. </None>
  215. <None Include="packages.config" />
  216. <None Include="Properties\Settings.settings">
  217. <Generator>SettingsSingleFileGenerator</Generator>
  218. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  219. </None>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <None Include="App.config" />
  223. </ItemGroup>
  224. <ItemGroup>
  225. <Resource Include="Images\A346R4.jpg" />
  226. <Resource Include="Images\A543T6.jpg" />
  227. <Resource Include="Images\B730E2.jpg" />
  228. <Resource Include="Images\D419T7.png" />
  229. <Resource Include="Images\F719R5.jpg" />
  230. <Resource Include="Images\G278R6.png" />
  231. <Resource Include="Images\H452A3.png" />
  232. <Resource Include="Images\R259E6.jpg" />
  233. <Resource Include="Images\T564P5.jpg" />
  234. <Resource Include="Images\А112Т4.jpg" />
  235. </ItemGroup>
  236. <ItemGroup>
  237. <Resource Include="Images\icon.ico" />
  238. </ItemGroup>
  239. <ItemGroup>
  240. <Resource Include="Images\logo.png" />
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Content Include="DataBaseModel.Context.tt">
  244. <Generator>TextTemplatingFileGenerator</Generator>
  245. <LastGenOutput>DataBaseModel.Context.cs</LastGenOutput>
  246. <DependentUpon>DataBaseModel.edmx</DependentUpon>
  247. </Content>
  248. <Content Include="DataBaseModel.tt">
  249. <Generator>TextTemplatingFileGenerator</Generator>
  250. <DependentUpon>DataBaseModel.edmx</DependentUpon>
  251. <LastGenOutput>DataBaseModel.cs</LastGenOutput>
  252. </Content>
  253. <Resource Include="Images\picture.png" />
  254. </ItemGroup>
  255. <ItemGroup>
  256. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  257. </ItemGroup>
  258. <ItemGroup />
  259. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  260. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  261. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  262. <PropertyGroup>
  263. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  264. </PropertyGroup>
  265. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.5\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  266. </Target>
  267. </Project>