-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestdrivenHotel.sln
More file actions
43 lines (43 loc) · 2.61 KB
/
TestdrivenHotel.sln
File metadata and controls
43 lines (43 loc) · 2.61 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestdrivenHotel.UI", "TestdrivenHotel.UI\TestdrivenHotel.UI.csproj", "{65DEAF24-1A5F-46A1-BBD0-20C55A9B9E61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestDrivenHotel.Logic", "TestDrivenHotel.Logic\TestDrivenHotel.Logic.csproj", "{F8C3E46F-2DCB-4956-912C-4CF4F6D29FDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestdrivenHotel.Test", "TestdrivenHotel.Test\TestdrivenHotel.Test.csproj", "{8FCEC687-DAF0-49CD-B3CD-BEACC0E19B87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestDrivenHotel.Data", "TestDrivenHotel.DataAccess\TestDrivenHotel.Data.csproj", "{0D5020E6-3584-43A4-8FFF-A174C40A2067}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65DEAF24-1A5F-46A1-BBD0-20C55A9B9E61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65DEAF24-1A5F-46A1-BBD0-20C55A9B9E61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65DEAF24-1A5F-46A1-BBD0-20C55A9B9E61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65DEAF24-1A5F-46A1-BBD0-20C55A9B9E61}.Release|Any CPU.Build.0 = Release|Any CPU
{F8C3E46F-2DCB-4956-912C-4CF4F6D29FDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8C3E46F-2DCB-4956-912C-4CF4F6D29FDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8C3E46F-2DCB-4956-912C-4CF4F6D29FDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8C3E46F-2DCB-4956-912C-4CF4F6D29FDB}.Release|Any CPU.Build.0 = Release|Any CPU
{8FCEC687-DAF0-49CD-B3CD-BEACC0E19B87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FCEC687-DAF0-49CD-B3CD-BEACC0E19B87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FCEC687-DAF0-49CD-B3CD-BEACC0E19B87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FCEC687-DAF0-49CD-B3CD-BEACC0E19B87}.Release|Any CPU.Build.0 = Release|Any CPU
{0D5020E6-3584-43A4-8FFF-A174C40A2067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D5020E6-3584-43A4-8FFF-A174C40A2067}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D5020E6-3584-43A4-8FFF-A174C40A2067}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D5020E6-3584-43A4-8FFF-A174C40A2067}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55592B23-E999-416C-8A01-D64AAF3ED977}
EndGlobalSection
EndGlobal