-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHotel.App.sln
42 lines (42 loc) · 2.24 KB
/
Hotel.App.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hotel.PL", "Hotel.PL\Hotel.PL.csproj", "{BD997C45-0648-4504-8202-4D529B34C9DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hotel.BL", "Hotel.BL\Hotel.BL.csproj", "{A08CEFE5-3E0C-4984-A73E-6874880B8727}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hotel.DAL", "Hotel.DAL\Hotel.DAL.csproj", "{691CC02A-EE2E-457B-9457-FB0D19E53957}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A68D6174-733E-4BF8-848A-D2D416FBE8C2}"
ProjectSection(SolutionItems) = preProject
GlobelUsings.cs = GlobelUsings.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD997C45-0648-4504-8202-4D529B34C9DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD997C45-0648-4504-8202-4D529B34C9DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD997C45-0648-4504-8202-4D529B34C9DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD997C45-0648-4504-8202-4D529B34C9DB}.Release|Any CPU.Build.0 = Release|Any CPU
{A08CEFE5-3E0C-4984-A73E-6874880B8727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A08CEFE5-3E0C-4984-A73E-6874880B8727}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A08CEFE5-3E0C-4984-A73E-6874880B8727}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A08CEFE5-3E0C-4984-A73E-6874880B8727}.Release|Any CPU.Build.0 = Release|Any CPU
{691CC02A-EE2E-457B-9457-FB0D19E53957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{691CC02A-EE2E-457B-9457-FB0D19E53957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{691CC02A-EE2E-457B-9457-FB0D19E53957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{691CC02A-EE2E-457B-9457-FB0D19E53957}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA89D47F-A3D1-4CE0-BAEF-EDF2F0E39878}
EndGlobalSection
EndGlobal