-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBookingSystem.sln
More file actions
43 lines (43 loc) · 2.62 KB
/
BookingSystem.sln
File metadata and controls
43 lines (43 loc) · 2.62 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.13.35919.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookingSystem.WebAPI", "BookingSystem.WebAPI\BookingSystem.WebAPI.csproj", "{A8C6C5E1-0285-491A-992A-72CA2B51C0B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookingSystem.Core", "BookingSystem.Core\BookingSystem.Core.csproj", "{FE72CFAE-6AC7-40E5-8A7A-8823C50EC135}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookingSystem.DataAccessLayer", "BookingSystem.DataAccessLayer\BookingSystem.DataAccessLayer.csproj", "{26882649-5747-480C-8525-0B2E1AF5789B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookingSystem.Tests", "BookingSystem.Tests\BookingSystem.Tests.csproj", "{60B4F45E-F528-4A9E-B959-721CBE9C9320}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8C6C5E1-0285-491A-992A-72CA2B51C0B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8C6C5E1-0285-491A-992A-72CA2B51C0B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8C6C5E1-0285-491A-992A-72CA2B51C0B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8C6C5E1-0285-491A-992A-72CA2B51C0B9}.Release|Any CPU.Build.0 = Release|Any CPU
{FE72CFAE-6AC7-40E5-8A7A-8823C50EC135}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE72CFAE-6AC7-40E5-8A7A-8823C50EC135}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE72CFAE-6AC7-40E5-8A7A-8823C50EC135}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE72CFAE-6AC7-40E5-8A7A-8823C50EC135}.Release|Any CPU.Build.0 = Release|Any CPU
{26882649-5747-480C-8525-0B2E1AF5789B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26882649-5747-480C-8525-0B2E1AF5789B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26882649-5747-480C-8525-0B2E1AF5789B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26882649-5747-480C-8525-0B2E1AF5789B}.Release|Any CPU.Build.0 = Release|Any CPU
{60B4F45E-F528-4A9E-B959-721CBE9C9320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B4F45E-F528-4A9E-B959-721CBE9C9320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B4F45E-F528-4A9E-B959-721CBE9C9320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B4F45E-F528-4A9E-B959-721CBE9C9320}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BAFFEA3-DDDA-436D-817F-0AAC12020A48}
EndGlobalSection
EndGlobal