Hotel_Course_Project.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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>{8B2F35A7-C603-4F61-9B27-B6F76AFD6587}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Hotel_Course_Project</RootNamespace>
  10. <AssemblyName>Hotel_Course_Project</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="AdminPage.xaml.cs">
  70. <DependentUpon>AdminPage.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="ChangePasLogWindow.xaml.cs">
  73. <DependentUpon>ChangePasLogWindow.xaml</DependentUpon>
  74. </Compile>
  75. <Compile Include="Client.cs">
  76. <DependentUpon>ModelDB.tt</DependentUpon>
  77. </Compile>
  78. <Compile Include="ClientAddOnOrderWindow.xaml.cs">
  79. <DependentUpon>ClientAddOnOrderWindow.xaml</DependentUpon>
  80. </Compile>
  81. <Compile Include="ClientChangeOrAddPage.xaml.cs">
  82. <DependentUpon>ClientChangeOrAddPage.xaml</DependentUpon>
  83. </Compile>
  84. <Compile Include="DataBase.cs" />
  85. <Compile Include="Helper.cs" />
  86. <Compile Include="HostelsPage.xaml.cs">
  87. <DependentUpon>HostelsPage.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="ModelDB.cs">
  90. <AutoGen>True</AutoGen>
  91. <DesignTime>True</DesignTime>
  92. <DependentUpon>ModelDB.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="Order.cs">
  95. <DependentUpon>ModelDB.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="OrderChangeOrAddPage.xaml.cs">
  98. <DependentUpon>OrderChangeOrAddPage.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="OrderStatus.cs">
  101. <DependentUpon>ModelDB.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Pay.cs">
  104. <DependentUpon>ModelDB.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="PayAddOnOrderWindow.xaml.cs">
  107. <DependentUpon>PayAddOnOrderWindow.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="PayType.cs">
  110. <DependentUpon>ModelDB.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="PayTypeAddWindow.xaml.cs">
  113. <DependentUpon>PayTypeAddWindow.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="PChanger.cs" />
  116. <Compile Include="PersStasus.cs">
  117. <DependentUpon>ModelDB.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="RoleAddWindow.xaml.cs">
  120. <DependentUpon>RoleAddWindow.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Room.cs">
  123. <DependentUpon>ModelDB.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="RoomAddOnOrderWindow.xaml.cs">
  126. <DependentUpon>RoomAddOnOrderWindow.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="RoomAddOrChangePage.xaml.cs">
  129. <DependentUpon>RoomAddOrChangePage.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="RoomStatus.cs">
  132. <DependentUpon>ModelDB.tt</DependentUpon>
  133. </Compile>
  134. <Compile Include="SomeMethods.cs" />
  135. <Compile Include="Staff.cs">
  136. <DependentUpon>ModelDB.tt</DependentUpon>
  137. </Compile>
  138. <Compile Include="StaffChangeOrAddPage.xaml.cs">
  139. <DependentUpon>StaffChangeOrAddPage.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="StaffRole.cs">
  142. <DependentUpon>ModelDB.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="StatusRoomAddWindow.xaml.cs">
  145. <DependentUpon>StatusRoomAddWindow.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="sysdiagrams.cs">
  148. <DependentUpon>ModelDB.tt</DependentUpon>
  149. </Compile>
  150. <Page Include="AdminPage.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. </Page>
  154. <Page Include="AuthorizationWindow.xaml">
  155. <SubType>Designer</SubType>
  156. <Generator>MSBuild:Compile</Generator>
  157. </Page>
  158. <Page Include="ChangePasLogWindow.xaml">
  159. <SubType>Designer</SubType>
  160. <Generator>MSBuild:Compile</Generator>
  161. </Page>
  162. <Page Include="ClientAddOnOrderWindow.xaml">
  163. <SubType>Designer</SubType>
  164. <Generator>MSBuild:Compile</Generator>
  165. </Page>
  166. <Page Include="ClientChangeOrAddPage.xaml">
  167. <SubType>Designer</SubType>
  168. <Generator>MSBuild:Compile</Generator>
  169. </Page>
  170. <Page Include="HostelsPage.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="MainWindow.xaml">
  175. <Generator>MSBuild:Compile</Generator>
  176. <SubType>Designer</SubType>
  177. </Page>
  178. <Compile Include="App.xaml.cs">
  179. <DependentUpon>App.xaml</DependentUpon>
  180. <SubType>Code</SubType>
  181. </Compile>
  182. <Compile Include="AuthorizationWindow.xaml.cs">
  183. <DependentUpon>AuthorizationWindow.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="MainWindow.xaml.cs">
  186. <DependentUpon>MainWindow.xaml</DependentUpon>
  187. <SubType>Code</SubType>
  188. </Compile>
  189. <Page Include="OrderChangeOrAddPage.xaml">
  190. <SubType>Designer</SubType>
  191. <Generator>MSBuild:Compile</Generator>
  192. </Page>
  193. <Page Include="PayAddOnOrderWindow.xaml">
  194. <SubType>Designer</SubType>
  195. <Generator>MSBuild:Compile</Generator>
  196. </Page>
  197. <Page Include="PayTypeAddWindow.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. <Page Include="RoleAddWindow.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. <Page Include="RoomAddOnOrderWindow.xaml">
  206. <SubType>Designer</SubType>
  207. <Generator>MSBuild:Compile</Generator>
  208. </Page>
  209. <Page Include="RoomAddOrChangePage.xaml">
  210. <SubType>Designer</SubType>
  211. <Generator>MSBuild:Compile</Generator>
  212. </Page>
  213. <Page Include="StaffChangeOrAddPage.xaml">
  214. <SubType>Designer</SubType>
  215. <Generator>MSBuild:Compile</Generator>
  216. </Page>
  217. <Page Include="StatusRoomAddWindow.xaml">
  218. <SubType>Designer</SubType>
  219. <Generator>MSBuild:Compile</Generator>
  220. </Page>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Compile Include="ModelDB.Context.cs">
  224. <AutoGen>True</AutoGen>
  225. <DesignTime>True</DesignTime>
  226. <DependentUpon>ModelDB.Context.tt</DependentUpon>
  227. </Compile>
  228. <Compile Include="ModelDB.Designer.cs">
  229. <AutoGen>True</AutoGen>
  230. <DesignTime>True</DesignTime>
  231. <DependentUpon>ModelDB.edmx</DependentUpon>
  232. </Compile>
  233. <Compile Include="Properties\AssemblyInfo.cs">
  234. <SubType>Code</SubType>
  235. </Compile>
  236. <Compile Include="Properties\Resources.Designer.cs">
  237. <AutoGen>True</AutoGen>
  238. <DesignTime>True</DesignTime>
  239. <DependentUpon>Resources.resx</DependentUpon>
  240. </Compile>
  241. <Compile Include="Properties\Settings.Designer.cs">
  242. <AutoGen>True</AutoGen>
  243. <DependentUpon>Settings.settings</DependentUpon>
  244. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  245. </Compile>
  246. <EmbeddedResource Include="Properties\Resources.resx">
  247. <Generator>ResXFileCodeGenerator</Generator>
  248. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  249. </EmbeddedResource>
  250. <EntityDeploy Include="ModelDB.edmx">
  251. <Generator>EntityModelCodeGenerator</Generator>
  252. <LastGenOutput>ModelDB.Designer.cs</LastGenOutput>
  253. </EntityDeploy>
  254. <None Include="ModelDB.edmx.diagram">
  255. <DependentUpon>ModelDB.edmx</DependentUpon>
  256. </None>
  257. <None Include="packages.config" />
  258. <None Include="Properties\Settings.settings">
  259. <Generator>SettingsSingleFileGenerator</Generator>
  260. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  261. </None>
  262. </ItemGroup>
  263. <ItemGroup>
  264. <None Include="App.config" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <Content Include="ModelDB.Context.tt">
  268. <Generator>TextTemplatingFileGenerator</Generator>
  269. <LastGenOutput>ModelDB.Context.cs</LastGenOutput>
  270. <DependentUpon>ModelDB.edmx</DependentUpon>
  271. </Content>
  272. <Content Include="ModelDB.tt">
  273. <Generator>TextTemplatingFileGenerator</Generator>
  274. <DependentUpon>ModelDB.edmx</DependentUpon>
  275. <LastGenOutput>ModelDB.cs</LastGenOutput>
  276. </Content>
  277. <Resource Include="Resources\no_picture.jpg" />
  278. <Resource Include="Resources\PersDefaultPhoto.png" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <WCFMetadata Include="Connected Services\" />
  285. </ItemGroup>
  286. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  287. </Project>