TrainingBeforeExams.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{7352D018-2E67-43BB-BC80-FA2A8540D94E}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>TrainingBeforeExams</RootNamespace>
  11. <AssemblyName>TrainingBeforeExams</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.4.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.4.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.Security" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ApplicationDefinition Include="App.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </ApplicationDefinition>
  71. <Compile Include="Auth.xaml.cs">
  72. <DependentUpon>Auth.xaml</DependentUpon>
  73. </Compile>
  74. <Compile Include="CookerWindow.xaml.cs">
  75. <DependentUpon>CookerWindow.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="DbModel.cs">
  78. <AutoGen>True</AutoGen>
  79. <DesignTime>True</DesignTime>
  80. <DependentUpon>DbModel.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="Dish.cs">
  83. <DependentUpon>DbModel.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="Order.cs">
  86. <DependentUpon>DbModel.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="Place.cs">
  89. <DependentUpon>DbModel.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="Preorder.cs">
  92. <DependentUpon>DbModel.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="PreorderDishWindow.xaml.cs">
  95. <DependentUpon>PreorderDishWindow.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="PreorderWindow.xaml.cs">
  98. <DependentUpon>PreorderWindow.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Role.cs">
  101. <DependentUpon>DbModel.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Staff.cs">
  104. <DependentUpon>DbModel.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="StaffList.cs">
  107. <DependentUpon>DbModel.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="StatusOrder.cs">
  110. <DependentUpon>DbModel.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="StatusPlace.cs">
  113. <DependentUpon>DbModel.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="StatusUser.cs">
  116. <DependentUpon>DbModel.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="User.cs">
  119. <DependentUpon>DbModel.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="WaiterWindow.xaml.cs">
  122. <DependentUpon>WaiterWindow.xaml</DependentUpon>
  123. </Compile>
  124. <Page Include="Auth.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="CookerWindow.xaml">
  129. <SubType>Designer</SubType>
  130. <Generator>MSBuild:Compile</Generator>
  131. </Page>
  132. <Page Include="MainWindow.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </Page>
  136. <Compile Include="App.xaml.cs">
  137. <DependentUpon>App.xaml</DependentUpon>
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="DbModel.Context.cs">
  141. <AutoGen>True</AutoGen>
  142. <DesignTime>True</DesignTime>
  143. <DependentUpon>DbModel.Context.tt</DependentUpon>
  144. </Compile>
  145. <Compile Include="DbModel.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DesignTime>True</DesignTime>
  148. <DependentUpon>DbModel.edmx</DependentUpon>
  149. </Compile>
  150. <Compile Include="MainWindow.xaml.cs">
  151. <DependentUpon>MainWindow.xaml</DependentUpon>
  152. <SubType>Code</SubType>
  153. </Compile>
  154. <Page Include="PreorderDishWindow.xaml">
  155. <SubType>Designer</SubType>
  156. <Generator>MSBuild:Compile</Generator>
  157. </Page>
  158. <Page Include="PreorderWindow.xaml">
  159. <SubType>Designer</SubType>
  160. <Generator>MSBuild:Compile</Generator>
  161. </Page>
  162. <Page Include="WaiterWindow.xaml">
  163. <SubType>Designer</SubType>
  164. <Generator>MSBuild:Compile</Generator>
  165. </Page>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Compile Include="Properties\AssemblyInfo.cs">
  169. <SubType>Code</SubType>
  170. </Compile>
  171. <Compile Include="Properties\Resources.Designer.cs">
  172. <AutoGen>True</AutoGen>
  173. <DesignTime>True</DesignTime>
  174. <DependentUpon>Resources.resx</DependentUpon>
  175. </Compile>
  176. <Compile Include="Properties\Settings.Designer.cs">
  177. <AutoGen>True</AutoGen>
  178. <DependentUpon>Settings.settings</DependentUpon>
  179. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  180. </Compile>
  181. <EmbeddedResource Include="Properties\Resources.resx">
  182. <Generator>ResXFileCodeGenerator</Generator>
  183. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  184. </EmbeddedResource>
  185. <EntityDeploy Include="DbModel.edmx">
  186. <Generator>EntityModelCodeGenerator</Generator>
  187. <LastGenOutput>DbModel.Designer.cs</LastGenOutput>
  188. </EntityDeploy>
  189. <None Include="DbModel.edmx.diagram">
  190. <DependentUpon>DbModel.edmx</DependentUpon>
  191. </None>
  192. <None Include="packages.config" />
  193. <None Include="Properties\Settings.settings">
  194. <Generator>SettingsSingleFileGenerator</Generator>
  195. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  196. </None>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <None Include="App.config" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Content Include="DbModel.Context.tt">
  203. <Generator>TextTemplatingFileGenerator</Generator>
  204. <LastGenOutput>DbModel.Context.cs</LastGenOutput>
  205. <DependentUpon>DbModel.edmx</DependentUpon>
  206. </Content>
  207. <Content Include="DbModel.tt">
  208. <Generator>TextTemplatingFileGenerator</Generator>
  209. <DependentUpon>DbModel.edmx</DependentUpon>
  210. <LastGenOutput>DbModel.cs</LastGenOutput>
  211. </Content>
  212. <Resource Include="Resources\rab.png" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  216. </ItemGroup>
  217. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  218. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  219. <PropertyGroup>
  220. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  221. </PropertyGroup>
  222. <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.props'))" />
  223. <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.targets'))" />
  224. </Target>
  225. <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" />
  226. </Project>