-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSportsFacilityManager.sln
37 lines (37 loc) · 1.97 KB
/
SportsFacilityManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{91EFB66F-20C2-4D2C-9DEB-B3E20B6EE736}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{7EEA6D5E-6311-4DBD-81D6-9C04CAB0E17F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{762F6C54-C943-4904-B4CF-2F16CE6D3C1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91EFB66F-20C2-4D2C-9DEB-B3E20B6EE736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91EFB66F-20C2-4D2C-9DEB-B3E20B6EE736}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91EFB66F-20C2-4D2C-9DEB-B3E20B6EE736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91EFB66F-20C2-4D2C-9DEB-B3E20B6EE736}.Release|Any CPU.Build.0 = Release|Any CPU
{7EEA6D5E-6311-4DBD-81D6-9C04CAB0E17F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EEA6D5E-6311-4DBD-81D6-9C04CAB0E17F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EEA6D5E-6311-4DBD-81D6-9C04CAB0E17F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EEA6D5E-6311-4DBD-81D6-9C04CAB0E17F}.Release|Any CPU.Build.0 = Release|Any CPU
{762F6C54-C943-4904-B4CF-2F16CE6D3C1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{762F6C54-C943-4904-B4CF-2F16CE6D3C1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{762F6C54-C943-4904-B4CF-2F16CE6D3C1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{762F6C54-C943-4904-B4CF-2F16CE6D3C1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5FA0133-732F-4911-8CA5-55AC77A27957}
EndGlobalSection
EndGlobal