Stankovita.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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>{AB16D0DD-DAEB-4AF2-AA1E-477D03AF94E7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Stankovita</RootNamespace>
  10. <AssemblyName>Stankovita</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ApplicationIcon>stankovita.ico</ApplicationIcon>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  57. <HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  58. </Reference>
  59. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  60. <HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.ComponentModel.DataAnnotations" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Runtime.Serialization" />
  67. <Reference Include="System.Security" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xaml">
  75. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="WindowsBase" />
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="PresentationFramework" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ApplicationDefinition Include="App.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </ApplicationDefinition>
  86. <Page Include="Program\MainWindow.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </Page>
  90. <Compile Include="App.xaml.cs">
  91. <DependentUpon>App.xaml</DependentUpon>
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="Model\Admins.cs">
  95. <DependentUpon>Model_StankovitaDB.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="Model\Customers.cs">
  98. <DependentUpon>Model_StankovitaDB.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="Model\Logs.cs">
  101. <DependentUpon>Model_StankovitaDB.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Model\Manufactures.cs">
  104. <DependentUpon>Model_StankovitaDB.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="Model\Model_StankovitaDB.Context.cs">
  107. <AutoGen>True</AutoGen>
  108. <DesignTime>True</DesignTime>
  109. <DependentUpon>Model_StankovitaDB.Context.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="Model\Model_StankovitaDB.cs">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>Model_StankovitaDB.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="Model\Model_StankovitaDB.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DesignTime>True</DesignTime>
  119. <DependentUpon>Model_StankovitaDB.edmx</DependentUpon>
  120. </Compile>
  121. <Compile Include="Model\Orders.cs">
  122. <DependentUpon>Model_StankovitaDB.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="Program\GlobalVaribles.cs" />
  125. <Compile Include="Program\MainWindow.xaml.cs">
  126. <DependentUpon>MainWindow.xaml</DependentUpon>
  127. <SubType>Code</SubType>
  128. </Compile>
  129. <Page Include="Program\Pages\AddEditPages\AddEditManufactures.xaml">
  130. <SubType>Designer</SubType>
  131. <Generator>MSBuild:Compile</Generator>
  132. </Page>
  133. <Page Include="Program\Pages\AddEditPages\AddEditOrders.xaml">
  134. <SubType>Designer</SubType>
  135. <Generator>MSBuild:Compile</Generator>
  136. </Page>
  137. <Page Include="Program\Pages\ConnectMode.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </Page>
  141. <Page Include="Program\Pages\UsersLogs.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="Program\Pages\SignInOut.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Page>
  149. <Page Include="Program\Pages\View.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. <Page Include="Themes\MyDictionary.xaml">
  154. <SubType>Designer</SubType>
  155. <Generator>MSBuild:Compile</Generator>
  156. </Page>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <Compile Include="Program\Pages\AddEditPages\AddEditManufactures.xaml.cs">
  160. <DependentUpon>AddEditManufactures.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Program\Pages\AddEditPages\AddEditOrders.xaml.cs">
  163. <DependentUpon>AddEditOrders.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Program\Pages\ConnectMode.xaml.cs">
  166. <DependentUpon>ConnectMode.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Program\Pages\UsersLogs.xaml.cs">
  169. <DependentUpon>UsersLogs.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Program\Pages\SignInOut.xaml.cs">
  172. <DependentUpon>SignInOut.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Program\Pages\View.xaml.cs">
  175. <DependentUpon>View.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Properties\AssemblyInfo.cs">
  178. <SubType>Code</SubType>
  179. </Compile>
  180. <Compile Include="Properties\Resources.Designer.cs">
  181. <AutoGen>True</AutoGen>
  182. <DesignTime>True</DesignTime>
  183. <DependentUpon>Resources.resx</DependentUpon>
  184. </Compile>
  185. <Compile Include="Properties\Settings.Designer.cs">
  186. <AutoGen>True</AutoGen>
  187. <DependentUpon>Settings.settings</DependentUpon>
  188. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  189. </Compile>
  190. <EmbeddedResource Include="Properties\Resources.resx">
  191. <Generator>ResXFileCodeGenerator</Generator>
  192. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  193. </EmbeddedResource>
  194. <EntityDeploy Include="Model\Model_StankovitaDB.edmx">
  195. <Generator>EntityModelCodeGenerator</Generator>
  196. <LastGenOutput>Model_StankovitaDB.Designer.cs</LastGenOutput>
  197. </EntityDeploy>
  198. <None Include="Model\Model_StankovitaDB.edmx.diagram">
  199. <DependentUpon>Model_StankovitaDB.edmx</DependentUpon>
  200. </None>
  201. <None Include="packages.config" />
  202. <None Include="Properties\Settings.settings">
  203. <Generator>SettingsSingleFileGenerator</Generator>
  204. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  205. </None>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <None Include="App.config" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Resource Include="stankovita.ico" />
  212. <Resource Include="PhotoMachines\aspustUP2000.png" />
  213. <Resource Include="PhotoMachines\bobr1.png" />
  214. <Resource Include="PhotoMachines\bobr3.1.png" />
  215. <Resource Include="PhotoMachines\bobr3.2.png" />
  216. <Resource Include="PhotoMachines\bobr4.2.png" />
  217. <Resource Include="PhotoMachines\burlak6.3.png" />
  218. <Resource Include="PhotoMachines\karaman2.3.3.png" />
  219. <Resource Include="PhotoMachines\prb3200.png" />
  220. <Resource Include="PhotoMachines\saratovka3200.png" />
  221. <Resource Include="PhotoMachines\uzs1.200.png" />
  222. <Resource Include="PhotoMachines\volgar21.png" />
  223. <Resource Include="Resources\logo_2.png" />
  224. <Resource Include="Resources\logo.png" />
  225. </ItemGroup>
  226. <ItemGroup>
  227. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  228. </ItemGroup>
  229. <ItemGroup>
  230. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  231. <Visible>False</Visible>
  232. <ProductName>Microsoft .NET Framework 4.8 %28x86 и x64%29</ProductName>
  233. <Install>true</Install>
  234. </BootstrapperPackage>
  235. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  236. <Visible>False</Visible>
  237. <ProductName>.NET Framework 3.5 SP1</ProductName>
  238. <Install>false</Install>
  239. </BootstrapperPackage>
  240. </ItemGroup>
  241. <ItemGroup />
  242. <ItemGroup>
  243. <Content Include="Model\Model_StankovitaDB.Context.tt">
  244. <Generator>TextTemplatingFileGenerator</Generator>
  245. <DependentUpon>Model_StankovitaDB.edmx</DependentUpon>
  246. <LastGenOutput>Model_StankovitaDB.Context.cs</LastGenOutput>
  247. </Content>
  248. <Content Include="Model\Model_StankovitaDB.tt">
  249. <Generator>TextTemplatingFileGenerator</Generator>
  250. <DependentUpon>Model_StankovitaDB.edmx</DependentUpon>
  251. <LastGenOutput>Model_StankovitaDB.cs</LastGenOutput>
  252. </Content>
  253. <Content Include="Model\Stankovita_DB.mdf">
  254. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  255. </Content>
  256. <Content Include="Model\Stankovita_DB_log.ldf">
  257. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  258. <DependentUpon>Stankovita_DB.mdf</DependentUpon>
  259. </Content>
  260. </ItemGroup>
  261. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  262. </Project>