ekza.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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>{1D01E963-3D12-4875-9C88-7BF2937FB2EF}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ekza</RootNamespace>
  10. <AssemblyName>ekza</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="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.ComponentModel.DataAnnotations" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Data.Entity" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Security" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xaml">
  54. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="WindowsBase" />
  57. <Reference Include="PresentationCore" />
  58. <Reference Include="PresentationFramework" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <ApplicationDefinition Include="App.xaml">
  62. <Generator>MSBuild:Compile</Generator>
  63. <SubType>Designer</SubType>
  64. </ApplicationDefinition>
  65. <Compile Include="Classes\DateBase.cs" />
  66. <Compile Include="Classes\User.cs" />
  67. <Compile Include="Model\Model1.Context.cs">
  68. <AutoGen>True</AutoGen>
  69. <DesignTime>True</DesignTime>
  70. <DependentUpon>Model1.Context.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="Model\Model1.cs">
  73. <AutoGen>True</AutoGen>
  74. <DesignTime>True</DesignTime>
  75. <DependentUpon>Model1.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="Model\Model1.Designer.cs">
  78. <AutoGen>True</AutoGen>
  79. <DesignTime>True</DesignTime>
  80. <DependentUpon>Model1.edmx</DependentUpon>
  81. </Compile>
  82. <Compile Include="Model\sp_helpdiagramdefinition_Result.cs">
  83. <DependentUpon>Model1.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="Model\sp_helpdiagrams_Result.cs">
  86. <DependentUpon>Model1.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="Model\sysdiagrams.cs">
  89. <DependentUpon>Model1.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="Model\Заказ.cs">
  92. <DependentUpon>Model1.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="Model\Пользователь.cs">
  95. <DependentUpon>Model1.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="Model\Пункт_выдачи.cs">
  98. <DependentUpon>Model1.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="Model\Список_заказа.cs">
  101. <DependentUpon>Model1.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Model\Товары.cs">
  104. <DependentUpon>Model1.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="Windows\Menu.xaml.cs">
  107. <DependentUpon>Menu.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Windows\Products.xaml.cs">
  110. <DependentUpon>Products.xaml</DependentUpon>
  111. </Compile>
  112. <Page Include="MainWindow.xaml">
  113. <Generator>MSBuild:Compile</Generator>
  114. <SubType>Designer</SubType>
  115. </Page>
  116. <Compile Include="App.xaml.cs">
  117. <DependentUpon>App.xaml</DependentUpon>
  118. <SubType>Code</SubType>
  119. </Compile>
  120. <Compile Include="MainWindow.xaml.cs">
  121. <DependentUpon>MainWindow.xaml</DependentUpon>
  122. <SubType>Code</SubType>
  123. </Compile>
  124. <Page Include="Windows\Menu.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="Windows\Products.xaml">
  129. <SubType>Designer</SubType>
  130. <Generator>MSBuild:Compile</Generator>
  131. </Page>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Compile Include="Properties\AssemblyInfo.cs">
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="Properties\Resources.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DesignTime>True</DesignTime>
  140. <DependentUpon>Resources.resx</DependentUpon>
  141. </Compile>
  142. <Compile Include="Properties\Settings.Designer.cs">
  143. <AutoGen>True</AutoGen>
  144. <DependentUpon>Settings.settings</DependentUpon>
  145. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  146. </Compile>
  147. <EmbeddedResource Include="Properties\Resources.resx">
  148. <Generator>ResXFileCodeGenerator</Generator>
  149. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  150. </EmbeddedResource>
  151. <EntityDeploy Include="Model\Model1.edmx">
  152. <Generator>EntityModelCodeGenerator</Generator>
  153. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  154. </EntityDeploy>
  155. <None Include="Model\Model1.edmx.diagram">
  156. <DependentUpon>Model1.edmx</DependentUpon>
  157. </None>
  158. <None Include="packages.config" />
  159. <None Include="Properties\Settings.settings">
  160. <Generator>SettingsSingleFileGenerator</Generator>
  161. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  162. </None>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <None Include="App.config" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Folder Include="Convertions\" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Resource Include="Assets\1.jpg" />
  172. <Resource Include="Assets\10.jpg" />
  173. <Resource Include="Assets\2.jpg" />
  174. <Resource Include="Assets\3.jpg" />
  175. <Resource Include="Assets\4.jpg" />
  176. <Resource Include="Assets\5.jpg" />
  177. <Resource Include="Assets\6.jpg" />
  178. <Resource Include="Assets\7.jpg" />
  179. <Resource Include="Assets\8.jpg" />
  180. <Resource Include="Assets\9.jpg" />
  181. <Resource Include="Assets\Icon.ico" />
  182. <Resource Include="Assets\Icon.JPG" />
  183. <Resource Include="Assets\Icon.png" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <Content Include="Model\Model1.Context.tt">
  187. <Generator>TextTemplatingFileGenerator</Generator>
  188. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  189. <DependentUpon>Model1.edmx</DependentUpon>
  190. </Content>
  191. <Content Include="Model\Model1.tt">
  192. <Generator>TextTemplatingFileGenerator</Generator>
  193. <DependentUpon>Model1.edmx</DependentUpon>
  194. <LastGenOutput>Model1.cs</LastGenOutput>
  195. </Content>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  199. </ItemGroup>
  200. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  201. </Project>