examPrepare.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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>{839C1CA7-F52F-4A30-855A-DF9D362C90CC}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>examPrepare</RootNamespace>
  10. <AssemblyName>examPrepare</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. <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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.ComponentModel.DataAnnotations" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Runtime.Serialization" />
  50. <Reference Include="System.Security" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xaml">
  58. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="WindowsBase" />
  61. <Reference Include="PresentationCore" />
  62. <Reference Include="PresentationFramework" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ApplicationDefinition Include="App.xaml">
  66. <Generator>MSBuild:Compile</Generator>
  67. <SubType>Designer</SubType>
  68. </ApplicationDefinition>
  69. <Compile Include="DeliveryPoint.cs">
  70. <DependentUpon>Model1.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="GlobalInfo.cs" />
  73. <Compile Include="Manufacturer.cs">
  74. <DependentUpon>Model1.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="Model1.cs">
  77. <AutoGen>True</AutoGen>
  78. <DesignTime>True</DesignTime>
  79. <DependentUpon>Model1.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="Models\ProductModel.cs" />
  82. <Compile Include="Order.cs">
  83. <DependentUpon>Model1.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="OrderProduct.cs">
  86. <DependentUpon>Model1.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="OrderStatus.cs">
  89. <DependentUpon>Model1.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="Pages\Cart.xaml.cs">
  92. <DependentUpon>Cart.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Pages\Catalog.xaml.cs">
  95. <DependentUpon>Catalog.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="Pages\order.xaml.cs">
  98. <DependentUpon>order.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Product.cs">
  101. <DependentUpon>Model1.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="ProductCategory.cs">
  104. <DependentUpon>Model1.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="ProductVendor.cs">
  107. <DependentUpon>Model1.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="Role.cs">
  110. <DependentUpon>Model1.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="sysdiagrams.cs">
  113. <DependentUpon>Model1.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="User.cs">
  116. <DependentUpon>Model1.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="ViewModels\CartViewModel.cs" />
  119. <Compile Include="ViewModels\CatalogViewModel.cs" />
  120. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  121. <Compile Include="ViewModels\OrderViewModel.cs" />
  122. <Compile Include="Windows\Auth.xaml.cs">
  123. <DependentUpon>Auth.xaml</DependentUpon>
  124. </Compile>
  125. <Page Include="MainWindow.xaml">
  126. <Generator>MSBuild:Compile</Generator>
  127. <SubType>Designer</SubType>
  128. </Page>
  129. <Compile Include="App.xaml.cs">
  130. <DependentUpon>App.xaml</DependentUpon>
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="MainWindow.xaml.cs">
  134. <DependentUpon>MainWindow.xaml</DependentUpon>
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Page Include="Pages\Cart.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </Page>
  141. <Page Include="Pages\Catalog.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="Pages\order.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Page>
  149. <Page Include="Windows\Auth.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Compile Include="Model1.Context.cs">
  156. <AutoGen>True</AutoGen>
  157. <DesignTime>True</DesignTime>
  158. <DependentUpon>Model1.Context.tt</DependentUpon>
  159. </Compile>
  160. <Compile Include="Model1.Designer.cs">
  161. <AutoGen>True</AutoGen>
  162. <DesignTime>True</DesignTime>
  163. <DependentUpon>Model1.edmx</DependentUpon>
  164. </Compile>
  165. <Compile Include="Properties\AssemblyInfo.cs">
  166. <SubType>Code</SubType>
  167. </Compile>
  168. <Compile Include="Properties\Resources.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DesignTime>True</DesignTime>
  171. <DependentUpon>Resources.resx</DependentUpon>
  172. </Compile>
  173. <Compile Include="Properties\Settings.Designer.cs">
  174. <AutoGen>True</AutoGen>
  175. <DependentUpon>Settings.settings</DependentUpon>
  176. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  177. </Compile>
  178. <EmbeddedResource Include="Properties\Resources.resx">
  179. <Generator>ResXFileCodeGenerator</Generator>
  180. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  181. </EmbeddedResource>
  182. <EntityDeploy Include="Model1.edmx">
  183. <Generator>EntityModelCodeGenerator</Generator>
  184. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  185. </EntityDeploy>
  186. <None Include="Model1.edmx.diagram">
  187. <DependentUpon>Model1.edmx</DependentUpon>
  188. </None>
  189. <None Include="packages.config" />
  190. <None Include="Properties\Settings.settings">
  191. <Generator>SettingsSingleFileGenerator</Generator>
  192. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  193. </None>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <None Include="App.config" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Content Include="Model1.Context.tt">
  200. <Generator>TextTemplatingFileGenerator</Generator>
  201. <DependentUpon>Model1.edmx</DependentUpon>
  202. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  203. </Content>
  204. <Content Include="Model1.tt">
  205. <Generator>TextTemplatingFileGenerator</Generator>
  206. <DependentUpon>Model1.edmx</DependentUpon>
  207. <LastGenOutput>Model1.cs</LastGenOutput>
  208. </Content>
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  212. </ItemGroup>
  213. <ItemGroup />
  214. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  215. </Project>