-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFutureSpace.sln
55 lines (55 loc) · 3.41 KB
/
FutureSpace.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{9E6E1694-B194-491B-83DB-AD853FB79F82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{D1A3DBA0-0089-494E-A137-C7A717F80705}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cross.Cutting", "Cross.Cutting\Cross.Cutting.csproj", "{267E8011-2369-4107-A8C7-A27B0EA779F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{DB4EF4F4-4747-4C5D-93AB-042895DDEBBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{F77161DE-8A41-43A6-B846-A72B93F33289}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{54A760BB-9149-46FD-A07A-BFC31F777309}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E6E1694-B194-491B-83DB-AD853FB79F82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E6E1694-B194-491B-83DB-AD853FB79F82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E6E1694-B194-491B-83DB-AD853FB79F82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E6E1694-B194-491B-83DB-AD853FB79F82}.Release|Any CPU.Build.0 = Release|Any CPU
{D1A3DBA0-0089-494E-A137-C7A717F80705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1A3DBA0-0089-494E-A137-C7A717F80705}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1A3DBA0-0089-494E-A137-C7A717F80705}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1A3DBA0-0089-494E-A137-C7A717F80705}.Release|Any CPU.Build.0 = Release|Any CPU
{267E8011-2369-4107-A8C7-A27B0EA779F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{267E8011-2369-4107-A8C7-A27B0EA779F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{267E8011-2369-4107-A8C7-A27B0EA779F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{267E8011-2369-4107-A8C7-A27B0EA779F0}.Release|Any CPU.Build.0 = Release|Any CPU
{DB4EF4F4-4747-4C5D-93AB-042895DDEBBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB4EF4F4-4747-4C5D-93AB-042895DDEBBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB4EF4F4-4747-4C5D-93AB-042895DDEBBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB4EF4F4-4747-4C5D-93AB-042895DDEBBC}.Release|Any CPU.Build.0 = Release|Any CPU
{F77161DE-8A41-43A6-B846-A72B93F33289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F77161DE-8A41-43A6-B846-A72B93F33289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F77161DE-8A41-43A6-B846-A72B93F33289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F77161DE-8A41-43A6-B846-A72B93F33289}.Release|Any CPU.Build.0 = Release|Any CPU
{54A760BB-9149-46FD-A07A-BFC31F777309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54A760BB-9149-46FD-A07A-BFC31F777309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54A760BB-9149-46FD-A07A-BFC31F777309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54A760BB-9149-46FD-A07A-BFC31F777309}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57A25ABA-33A4-4C08-8C16-A43B9C52427B}
EndGlobalSection
EndGlobal