Sessioa.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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>{07DB81F2-F2E9-4DBA-B5AC-751AB1544D6E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Sessioa</RootNamespace>
  10. <AssemblyName>Sessioa</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  39. <HintPath>..\packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.2.0\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.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="itextsharp, Version=5.5.13.3, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
  48. <HintPath>..\packages\iTextSharp.5.5.13.3\lib\itextsharp.dll</HintPath>
  49. </Reference>
  50. <Reference Include="PresentationFramework.Aero2" />
  51. <Reference Include="System" />
  52. <Reference Include="System.ComponentModel.DataAnnotations" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Runtime.Serialization" />
  56. <Reference Include="System.Security" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xaml">
  64. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="WindowsBase" />
  67. <Reference Include="PresentationCore" />
  68. <Reference Include="PresentationFramework" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ApplicationDefinition Include="App.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </ApplicationDefinition>
  75. <Page Include="MainWindow.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </Page>
  79. <Compile Include="App.xaml.cs">
  80. <DependentUpon>App.xaml</DependentUpon>
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Compile Include="BaseModel\Manufacturer.cs">
  84. <DependentUpon>ModelBase.tt</DependentUpon>
  85. </Compile>
  86. <Compile Include="BaseModel\ModelBase.Context.cs">
  87. <AutoGen>True</AutoGen>
  88. <DesignTime>True</DesignTime>
  89. <DependentUpon>ModelBase.Context.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="BaseModel\ModelBase.cs">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>ModelBase.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="BaseModel\ModelBase.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DesignTime>True</DesignTime>
  99. <DependentUpon>ModelBase.edmx</DependentUpon>
  100. </Compile>
  101. <Compile Include="BaseModel\Order.cs">
  102. <DependentUpon>ModelBase.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="BaseModel\OrderProduct.cs">
  105. <DependentUpon>ModelBase.tt</DependentUpon>
  106. </Compile>
  107. <Compile Include="BaseModel\PointsOfIssue.cs">
  108. <DependentUpon>ModelBase.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="BaseModel\Product.cs">
  111. <DependentUpon>ModelBase.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="BaseModel\ProductCategory.cs">
  114. <DependentUpon>ModelBase.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="BaseModel\Provider.cs">
  117. <DependentUpon>ModelBase.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="BaseModel\Role.cs">
  120. <DependentUpon>ModelBase.tt</DependentUpon>
  121. </Compile>
  122. <Compile Include="BaseModel\StatusOrder.cs">
  123. <DependentUpon>ModelBase.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="BaseModel\User.cs">
  126. <DependentUpon>ModelBase.tt</DependentUpon>
  127. </Compile>
  128. <Compile Include="Classes\BaseClass.cs" />
  129. <Compile Include="Classes\FrameClass.cs" />
  130. <Compile Include="MainWindow.xaml.cs">
  131. <DependentUpon>MainWindow.xaml</DependentUpon>
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Page Include="Pages\Autorization.xaml">
  135. <SubType>Designer</SubType>
  136. <Generator>MSBuild:Compile</Generator>
  137. </Page>
  138. <Page Include="Pages\OrderCard.xaml">
  139. <SubType>Designer</SubType>
  140. <Generator>MSBuild:Compile</Generator>
  141. </Page>
  142. <Page Include="Pages\OrderNew.xaml">
  143. <SubType>Designer</SubType>
  144. <Generator>MSBuild:Compile</Generator>
  145. </Page>
  146. <Page Include="Pages\ProductCard.xaml">
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. </Page>
  150. <Page Include="Pages\ProductsPage.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. </Page>
  154. </ItemGroup>
  155. <ItemGroup>
  156. <Compile Include="Pages\Autorization.xaml.cs">
  157. <DependentUpon>Autorization.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Pages\OrderCard.xaml.cs">
  160. <DependentUpon>OrderCard.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Pages\OrderNew.xaml.cs">
  163. <DependentUpon>OrderNew.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Pages\ProductCard.xaml.cs">
  166. <DependentUpon>ProductCard.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Pages\ProductsPage.xaml.cs">
  169. <DependentUpon>ProductsPage.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Properties\AssemblyInfo.cs">
  172. <SubType>Code</SubType>
  173. </Compile>
  174. <Compile Include="Properties\Resources.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DesignTime>True</DesignTime>
  177. <DependentUpon>Resources.resx</DependentUpon>
  178. </Compile>
  179. <Compile Include="Properties\Settings.Designer.cs">
  180. <AutoGen>True</AutoGen>
  181. <DependentUpon>Settings.settings</DependentUpon>
  182. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  183. </Compile>
  184. <EmbeddedResource Include="Properties\Resources.resx">
  185. <Generator>ResXFileCodeGenerator</Generator>
  186. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  187. <SubType>Designer</SubType>
  188. </EmbeddedResource>
  189. <EntityDeploy Include="BaseModel\ModelBase.edmx">
  190. <Generator>EntityModelCodeGenerator</Generator>
  191. <LastGenOutput>ModelBase.Designer.cs</LastGenOutput>
  192. </EntityDeploy>
  193. <None Include="BaseModel\ModelBase.edmx.diagram">
  194. <DependentUpon>ModelBase.edmx</DependentUpon>
  195. </None>
  196. <None Include="packages.config" />
  197. <None Include="Properties\Settings.settings">
  198. <Generator>SettingsSingleFileGenerator</Generator>
  199. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  200. </None>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <None Include="App.config" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <Content Include="BaseModel\ModelBase.Context.tt">
  210. <Generator>TextTemplatingFileGenerator</Generator>
  211. <DependentUpon>ModelBase.edmx</DependentUpon>
  212. <LastGenOutput>ModelBase.Context.cs</LastGenOutput>
  213. </Content>
  214. <Content Include="BaseModel\ModelBase.tt">
  215. <Generator>TextTemplatingFileGenerator</Generator>
  216. <DependentUpon>ModelBase.edmx</DependentUpon>
  217. <LastGenOutput>ModelBase.cs</LastGenOutput>
  218. </Content>
  219. <Resource Include="Resources\logo.png" />
  220. <Resource Include="bin\Debug\Photos\А112Т4.jpg" />
  221. <Resource Include="bin\Debug\Photos\T564P5.jpg" />
  222. <Resource Include="bin\Debug\Photos\R259E6.jpg" />
  223. <Resource Include="bin\Debug\Photos\H452A3.png" />
  224. <Resource Include="bin\Debug\Photos\G278R6.png" />
  225. <Resource Include="bin\Debug\Photos\F719R5.jpg" />
  226. <Resource Include="bin\Debug\Photos\D419T7.png" />
  227. <Resource Include="bin\Debug\Photos\B730E2.jpg" />
  228. <Resource Include="bin\Debug\Photos\A543T6.jpg" />
  229. <Resource Include="bin\Debug\Photos\A346R4.jpg" />
  230. <Resource Include="Resources\picture.png" />
  231. <Resource Include="Photos\A346R4.jpg" />
  232. <Resource Include="Photos\A543T6.jpg" />
  233. <Resource Include="Photos\B730E2.jpg" />
  234. <Resource Include="Photos\D419T7.png" />
  235. <Resource Include="Photos\F719R5.jpg" />
  236. <Resource Include="Photos\G278R6.png" />
  237. <Resource Include="Photos\H452A3.png" />
  238. <Resource Include="Photos\R259E6.jpg" />
  239. <Resource Include="Photos\T564P5.jpg" />
  240. <Resource Include="Photos\А112Т4.jpg" />
  241. </ItemGroup>
  242. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  243. </Project>