Hotel_Course_Project.csproj 12 KB

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