This repository has been archived by the owner on May 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CenturySpiceRoad.sln
49 lines (49 loc) · 2.95 KB
/
CenturySpiceRoad.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "TheBigPropertyGamble\API.csproj", "{17DEF521-DFCA-4865-A4BD-4EB49FE9F12A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{2993664A-BF08-4AF6-93B3-A2379B424A3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{877FE72D-ECA5-4D58-B53E-7299D7B5C389}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{3762530B-0665-4038-BE7E-73B393CA106E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainTest", "DomainTest\DomainTest.csproj", "{A5CD80A3-F573-41F6-8B7F-89553B78816B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17DEF521-DFCA-4865-A4BD-4EB49FE9F12A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17DEF521-DFCA-4865-A4BD-4EB49FE9F12A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17DEF521-DFCA-4865-A4BD-4EB49FE9F12A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17DEF521-DFCA-4865-A4BD-4EB49FE9F12A}.Release|Any CPU.Build.0 = Release|Any CPU
{2993664A-BF08-4AF6-93B3-A2379B424A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2993664A-BF08-4AF6-93B3-A2379B424A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2993664A-BF08-4AF6-93B3-A2379B424A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2993664A-BF08-4AF6-93B3-A2379B424A3C}.Release|Any CPU.Build.0 = Release|Any CPU
{877FE72D-ECA5-4D58-B53E-7299D7B5C389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{877FE72D-ECA5-4D58-B53E-7299D7B5C389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{877FE72D-ECA5-4D58-B53E-7299D7B5C389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{877FE72D-ECA5-4D58-B53E-7299D7B5C389}.Release|Any CPU.Build.0 = Release|Any CPU
{3762530B-0665-4038-BE7E-73B393CA106E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3762530B-0665-4038-BE7E-73B393CA106E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3762530B-0665-4038-BE7E-73B393CA106E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3762530B-0665-4038-BE7E-73B393CA106E}.Release|Any CPU.Build.0 = Release|Any CPU
{A5CD80A3-F573-41F6-8B7F-89553B78816B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5CD80A3-F573-41F6-8B7F-89553B78816B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5CD80A3-F573-41F6-8B7F-89553B78816B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5CD80A3-F573-41F6-8B7F-89553B78816B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B3E5101-D2E4-47AD-951E-5D86E5D325BF}
EndGlobalSection
EndGlobal