-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCubeIntersectionAPI.sln
More file actions
57 lines (57 loc) · 3.59 KB
/
CubeIntersectionAPI.sln
File metadata and controls
57 lines (57 loc) · 3.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{8EEFA970-F013-4382-933F-7DEC80AFA898}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{14BA2D51-73C1-4E0D-A487-B9210BFF2C09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CubeIntersectionAPI.Domain", "CubeIntersectionAPI.Domain\CubeIntersectionAPI.Domain.csproj", "{05F45BED-0191-407A-8071-F3528EB4329E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CubeIntersectionAPI.Infrastructure", "CubeIntersectionAPI.Infrastructure\CubeIntersectionAPI.Infrastructure.csproj", "{73BC99AC-99E9-4648-BFF0-300A96C86849}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5F176B41-441D-47CA-842A-A45D744E0E7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CubeIntersectionAPITest", "CubeIntersectionAPITest\CubeIntersectionAPITest.csproj", "{9EFD23BA-F8C6-4430-96A3-0817C738BA98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{479C22EF-F675-4710-A654-12EC15C966E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CubeIntersectionAPI.Application", "CubeIntersectionAPI.Application\CubeIntersectionAPI.Application.csproj", "{D2C932A1-7D99-4905-B101-C48EBAA2254F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05F45BED-0191-407A-8071-F3528EB4329E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05F45BED-0191-407A-8071-F3528EB4329E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05F45BED-0191-407A-8071-F3528EB4329E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05F45BED-0191-407A-8071-F3528EB4329E}.Release|Any CPU.Build.0 = Release|Any CPU
{73BC99AC-99E9-4648-BFF0-300A96C86849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73BC99AC-99E9-4648-BFF0-300A96C86849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73BC99AC-99E9-4648-BFF0-300A96C86849}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73BC99AC-99E9-4648-BFF0-300A96C86849}.Release|Any CPU.Build.0 = Release|Any CPU
{9EFD23BA-F8C6-4430-96A3-0817C738BA98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EFD23BA-F8C6-4430-96A3-0817C738BA98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EFD23BA-F8C6-4430-96A3-0817C738BA98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EFD23BA-F8C6-4430-96A3-0817C738BA98}.Release|Any CPU.Build.0 = Release|Any CPU
{D2C932A1-7D99-4905-B101-C48EBAA2254F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2C932A1-7D99-4905-B101-C48EBAA2254F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2C932A1-7D99-4905-B101-C48EBAA2254F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2C932A1-7D99-4905-B101-C48EBAA2254F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{05F45BED-0191-407A-8071-F3528EB4329E} = {8EEFA970-F013-4382-933F-7DEC80AFA898}
{73BC99AC-99E9-4648-BFF0-300A96C86849} = {14BA2D51-73C1-4E0D-A487-B9210BFF2C09}
{9EFD23BA-F8C6-4430-96A3-0817C738BA98} = {5F176B41-441D-47CA-842A-A45D744E0E7D}
{D2C932A1-7D99-4905-B101-C48EBAA2254F} = {479C22EF-F675-4710-A654-12EC15C966E2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D38F2D59-937A-4578-AAA0-21AEBD6ED2F6}
EndGlobalSection
EndGlobal