Hotel_Course_Project.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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. <PropertyGroup>
  40. <ApplicationIcon>
  41. </ApplicationIcon>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  46. </Reference>
  47. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  48. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.ComponentModel.DataAnnotations" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Runtime.Serialization" />
  54. <Reference Include="System.Security" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="System.Net.Http" />
  61. <Reference Include="System.Xaml">
  62. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="WindowsBase" />
  65. <Reference Include="PresentationCore" />
  66. <Reference Include="PresentationFramework" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ApplicationDefinition Include="App.xaml">
  70. <Generator>MSBuild:Compile</Generator>
  71. <SubType>Designer</SubType>
  72. </ApplicationDefinition>
  73. <Compile Include="AdminPage.xaml.cs">
  74. <DependentUpon>AdminPage.xaml</DependentUpon>
  75. </Compile>
  76. <Compile Include="ChangePasLogWindow.xaml.cs">
  77. <DependentUpon>ChangePasLogWindow.xaml</DependentUpon>
  78. </Compile>
  79. <Compile Include="Client.cs">
  80. <DependentUpon>ModelDB.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="ClientAddOnOrderWindow.xaml.cs">
  83. <DependentUpon>ClientAddOnOrderWindow.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="ClientChangeOrAddPage.xaml.cs">
  86. <DependentUpon>ClientChangeOrAddPage.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="DataBase.cs" />
  89. <Compile Include="EnterLoginWindow.xaml.cs">
  90. <DependentUpon>EnterLoginWindow.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="Helper.cs" />
  93. <Compile Include="HelpQuestion.cs">
  94. <DependentUpon>ModelDB.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="HelpQustionWindow.xaml.cs">
  97. <DependentUpon>HelpQustionWindow.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="HostelsPage.xaml.cs">
  100. <DependentUpon>HostelsPage.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="LoginRememberWindow.xaml.cs">
  103. <DependentUpon>LoginRememberWindow.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="ModelDB.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>ModelDB.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="Order.cs">
  111. <DependentUpon>ModelDB.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="OrderChangeOrAddPage.xaml.cs">
  114. <DependentUpon>OrderChangeOrAddPage.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="OrderStatus.cs">
  117. <DependentUpon>ModelDB.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="Pay.cs">
  120. <DependentUpon>ModelDB.tt</DependentUpon>
  121. </Compile>
  122. <Compile Include="PayAddOnOrderWindow.xaml.cs">
  123. <DependentUpon>PayAddOnOrderWindow.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="PayType.cs">
  126. <DependentUpon>ModelDB.tt</DependentUpon>
  127. </Compile>
  128. <Compile Include="PayTypeAddWindow.xaml.cs">
  129. <DependentUpon>PayTypeAddWindow.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="PChanger.cs" />
  132. <Compile Include="PersStasus.cs">
  133. <DependentUpon>ModelDB.tt</DependentUpon>
  134. </Compile>
  135. <Compile Include="RoleAddWindow.xaml.cs">
  136. <DependentUpon>RoleAddWindow.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Room.cs">
  139. <DependentUpon>ModelDB.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="RoomAddOnOrderWindow.xaml.cs">
  142. <DependentUpon>RoomAddOnOrderWindow.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="RoomAddOrChangePage.xaml.cs">
  145. <DependentUpon>RoomAddOrChangePage.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="RoomStatus.cs">
  148. <DependentUpon>ModelDB.tt</DependentUpon>
  149. </Compile>
  150. <Compile Include="SomeMethods.cs" />
  151. <Compile Include="Staff.cs">
  152. <DependentUpon>ModelDB.tt</DependentUpon>
  153. </Compile>
  154. <Compile Include="StaffChangeOrAddPage.xaml.cs">
  155. <DependentUpon>StaffChangeOrAddPage.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="StaffRole.cs">
  158. <DependentUpon>ModelDB.tt</DependentUpon>
  159. </Compile>
  160. <Compile Include="StatusRoomAddWindow.xaml.cs">
  161. <DependentUpon>StatusRoomAddWindow.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="sysdiagrams.cs">
  164. <DependentUpon>ModelDB.tt</DependentUpon>
  165. </Compile>
  166. <Page Include="AdminPage.xaml">
  167. <SubType>Designer</SubType>
  168. <Generator>MSBuild:Compile</Generator>
  169. </Page>
  170. <Page Include="AuthorizationWindow.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="ChangePasLogWindow.xaml">
  175. <SubType>Designer</SubType>
  176. <Generator>MSBuild:Compile</Generator>
  177. </Page>
  178. <Page Include="ClientAddOnOrderWindow.xaml">
  179. <SubType>Designer</SubType>
  180. <Generator>MSBuild:Compile</Generator>
  181. </Page>
  182. <Page Include="ClientChangeOrAddPage.xaml">
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. </Page>
  186. <Page Include="EnterLoginWindow.xaml">
  187. <SubType>Designer</SubType>
  188. <Generator>MSBuild:Compile</Generator>
  189. </Page>
  190. <Page Include="HelpQustionWindow.xaml">
  191. <SubType>Designer</SubType>
  192. <Generator>MSBuild:Compile</Generator>
  193. </Page>
  194. <Page Include="HostelsPage.xaml">
  195. <SubType>Designer</SubType>
  196. <Generator>MSBuild:Compile</Generator>
  197. </Page>
  198. <Page Include="LoginRememberWindow.xaml">
  199. <SubType>Designer</SubType>
  200. <Generator>MSBuild:Compile</Generator>
  201. </Page>
  202. <Page Include="MainWindow.xaml">
  203. <Generator>MSBuild:Compile</Generator>
  204. <SubType>Designer</SubType>
  205. </Page>
  206. <Compile Include="App.xaml.cs">
  207. <DependentUpon>App.xaml</DependentUpon>
  208. <SubType>Code</SubType>
  209. </Compile>
  210. <Compile Include="AuthorizationWindow.xaml.cs">
  211. <DependentUpon>AuthorizationWindow.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="MainWindow.xaml.cs">
  214. <DependentUpon>MainWindow.xaml</DependentUpon>
  215. <SubType>Code</SubType>
  216. </Compile>
  217. <Page Include="OrderChangeOrAddPage.xaml">
  218. <SubType>Designer</SubType>
  219. <Generator>MSBuild:Compile</Generator>
  220. </Page>
  221. <Page Include="PayAddOnOrderWindow.xaml">
  222. <SubType>Designer</SubType>
  223. <Generator>MSBuild:Compile</Generator>
  224. </Page>
  225. <Page Include="PayTypeAddWindow.xaml">
  226. <SubType>Designer</SubType>
  227. <Generator>MSBuild:Compile</Generator>
  228. </Page>
  229. <Page Include="RoleAddWindow.xaml">
  230. <SubType>Designer</SubType>
  231. <Generator>MSBuild:Compile</Generator>
  232. </Page>
  233. <Page Include="RoomAddOnOrderWindow.xaml">
  234. <SubType>Designer</SubType>
  235. <Generator>MSBuild:Compile</Generator>
  236. </Page>
  237. <Page Include="RoomAddOrChangePage.xaml">
  238. <SubType>Designer</SubType>
  239. <Generator>MSBuild:Compile</Generator>
  240. </Page>
  241. <Page Include="StaffChangeOrAddPage.xaml">
  242. <SubType>Designer</SubType>
  243. <Generator>MSBuild:Compile</Generator>
  244. </Page>
  245. <Page Include="StatusRoomAddWindow.xaml">
  246. <SubType>Designer</SubType>
  247. <Generator>MSBuild:Compile</Generator>
  248. </Page>
  249. </ItemGroup>
  250. <ItemGroup>
  251. <Compile Include="ModelDB.Context.cs">
  252. <AutoGen>True</AutoGen>
  253. <DesignTime>True</DesignTime>
  254. <DependentUpon>ModelDB.Context.tt</DependentUpon>
  255. </Compile>
  256. <Compile Include="ModelDB.Designer.cs">
  257. <AutoGen>True</AutoGen>
  258. <DesignTime>True</DesignTime>
  259. <DependentUpon>ModelDB.edmx</DependentUpon>
  260. </Compile>
  261. <Compile Include="Properties\AssemblyInfo.cs">
  262. <SubType>Code</SubType>
  263. </Compile>
  264. <Compile Include="Properties\Resources.Designer.cs">
  265. <AutoGen>True</AutoGen>
  266. <DesignTime>True</DesignTime>
  267. <DependentUpon>Resources.resx</DependentUpon>
  268. </Compile>
  269. <Compile Include="Properties\Settings.Designer.cs">
  270. <AutoGen>True</AutoGen>
  271. <DependentUpon>Settings.settings</DependentUpon>
  272. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  273. </Compile>
  274. <EmbeddedResource Include="Properties\Resources.resx">
  275. <Generator>ResXFileCodeGenerator</Generator>
  276. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  277. </EmbeddedResource>
  278. <EntityDeploy Include="ModelDB.edmx">
  279. <Generator>EntityModelCodeGenerator</Generator>
  280. <LastGenOutput>ModelDB.Designer.cs</LastGenOutput>
  281. </EntityDeploy>
  282. <None Include="ModelDB.edmx.diagram">
  283. <DependentUpon>ModelDB.edmx</DependentUpon>
  284. </None>
  285. <None Include="packages.config" />
  286. <None Include="Properties\Settings.settings">
  287. <Generator>SettingsSingleFileGenerator</Generator>
  288. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  289. </None>
  290. </ItemGroup>
  291. <ItemGroup>
  292. <None Include="App.config" />
  293. </ItemGroup>
  294. <ItemGroup>
  295. <Content Include="ModelDB.Context.tt">
  296. <Generator>TextTemplatingFileGenerator</Generator>
  297. <LastGenOutput>ModelDB.Context.cs</LastGenOutput>
  298. <DependentUpon>ModelDB.edmx</DependentUpon>
  299. </Content>
  300. <Content Include="ModelDB.tt">
  301. <Generator>TextTemplatingFileGenerator</Generator>
  302. <DependentUpon>ModelDB.edmx</DependentUpon>
  303. <LastGenOutput>ModelDB.cs</LastGenOutput>
  304. </Content>
  305. <Resource Include="Resources\favicon.ico" />
  306. <Resource Include="Resources\no_picture.jpg" />
  307. <Resource Include="Resources\PersDefaultPhoto.png" />
  308. </ItemGroup>
  309. <ItemGroup>
  310. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  311. </ItemGroup>
  312. <ItemGroup>
  313. <WCFMetadata Include="Connected Services\" />
  314. </ItemGroup>
  315. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  316. </Project>