-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlueHotel.sln
81 lines (81 loc) · 4.59 KB
/
BlueHotel.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainModel", "DomainModel\DomainModel.csproj", "{4D4CCE3C-3A0D-46AA-A570-E5C911D47B78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dal", "Dal\Dal.csproj", "{D4BF7D84-A890-49E8-B482-10412A4F8C01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{539571A9-3F5E-454B-8AEF-66A468B24C6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackApi", "BackApi\BackApi.csproj", "{FE7F8650-888F-41BB-B96C-D11E8838A2BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{C1377AD9-6C0B-491D-8EEB-9446CE94281C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{D879D40C-3A1B-4EB4-86A0-FD593FB0A8A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeavyClients", "HeavyClients", "{6945E58C-2024-4E2F-917F-91668C8CE90E}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "FrontWeb", "FrontWeb\", "{492E94B2-E140-4ABD-A052-F4D0BF220852}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_63579"
Debug.AspNetCompiler.PhysicalPath = "FrontWeb\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63579\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_63579"
Release.AspNetCompiler.PhysicalPath = "FrontWeb\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63579\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "63579"
SlnRelativePath = "FrontWeb\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D4CCE3C-3A0D-46AA-A570-E5C911D47B78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D4CCE3C-3A0D-46AA-A570-E5C911D47B78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D4CCE3C-3A0D-46AA-A570-E5C911D47B78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D4CCE3C-3A0D-46AA-A570-E5C911D47B78}.Release|Any CPU.Build.0 = Release|Any CPU
{D4BF7D84-A890-49E8-B482-10412A4F8C01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4BF7D84-A890-49E8-B482-10412A4F8C01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4BF7D84-A890-49E8-B482-10412A4F8C01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4BF7D84-A890-49E8-B482-10412A4F8C01}.Release|Any CPU.Build.0 = Release|Any CPU
{539571A9-3F5E-454B-8AEF-66A468B24C6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{539571A9-3F5E-454B-8AEF-66A468B24C6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{539571A9-3F5E-454B-8AEF-66A468B24C6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{539571A9-3F5E-454B-8AEF-66A468B24C6F}.Release|Any CPU.Build.0 = Release|Any CPU
{FE7F8650-888F-41BB-B96C-D11E8838A2BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE7F8650-888F-41BB-B96C-D11E8838A2BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE7F8650-888F-41BB-B96C-D11E8838A2BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE7F8650-888F-41BB-B96C-D11E8838A2BE}.Release|Any CPU.Build.0 = Release|Any CPU
{492E94B2-E140-4ABD-A052-F4D0BF220852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{492E94B2-E140-4ABD-A052-F4D0BF220852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{492E94B2-E140-4ABD-A052-F4D0BF220852}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{492E94B2-E140-4ABD-A052-F4D0BF220852}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D4CCE3C-3A0D-46AA-A570-E5C911D47B78} = {C1377AD9-6C0B-491D-8EEB-9446CE94281C}
{D4BF7D84-A890-49E8-B482-10412A4F8C01} = {C1377AD9-6C0B-491D-8EEB-9446CE94281C}
{539571A9-3F5E-454B-8AEF-66A468B24C6F} = {6945E58C-2024-4E2F-917F-91668C8CE90E}
{FE7F8650-888F-41BB-B96C-D11E8838A2BE} = {D879D40C-3A1B-4EB4-86A0-FD593FB0A8A9}
{492E94B2-E140-4ABD-A052-F4D0BF220852} = {D879D40C-3A1B-4EB4-86A0-FD593FB0A8A9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62857CAA-4029-4F21-8EC7-B10EFBDAFBFD}
EndGlobalSection
EndGlobal