-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCubes3DIntersection.sln
82 lines (82 loc) · 5.05 KB
/
Cubes3DIntersection.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1B783C05-A587-407F-8DE6-336BF39ADD7F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1E31D5BF-EFD8-4648-ACA8-22458B5E452B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cubes3DIntersection.Api", "src\Cubes3DIntersection.Api\Cubes3DIntersection.Api.csproj", "{17CE8D18-ACCE-4B72-8218-E081B137D693}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cubes3DIntersection.Application", "src\Cubes3DIntersection.Application\Cubes3DIntersection.Application.csproj", "{EA03BF80-1F70-4957-8B2D-1FAD63AA2276}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cubes3DIntersection.Core", "src\Cubes3DIntersection.Core\Cubes3DIntersection.Core.csproj", "{B4A3BDAD-0EC6-4BF7-9C18-EEFD84D9426F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cubes3DIntersection.Infrastructure", "src\Cubes3DIntersection.Infrastructure\Cubes3DIntersection.Infrastructure.csproj", "{DC9D249A-3557-4BA6-AB35-6812578D20C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF535289-8F9D-4238-8587-F64F257B65F5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
_config.yml = _config.yml
.github\workflows\BuildAndTest.yml = .github\workflows\BuildAndTest.yml
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit", "Unit", "{C4B10CD8-C917-49D7-AEBC-259417086CF0}"
ProjectSection(SolutionItems) = preProject
test\Unit\UnitTestCoverage.json = test\Unit\UnitTestCoverage.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Postman", "Postman", "{D37CC9AD-D4BB-461F-BB8A-AEC6A9A6107C}"
ProjectSection(SolutionItems) = preProject
test\Postman\Cubes3Dntersection.postman_collection.json = test\Postman\Cubes3Dntersection.postman_collection.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cubes3DIntersection.Api.Tests", "test\Unit\Cubes3DIntersection.Api.Tests\Cubes3DIntersection.Api.Tests.csproj", "{DE23A57E-492F-418F-AF87-841E281E2277}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17CE8D18-ACCE-4B72-8218-E081B137D693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17CE8D18-ACCE-4B72-8218-E081B137D693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17CE8D18-ACCE-4B72-8218-E081B137D693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17CE8D18-ACCE-4B72-8218-E081B137D693}.Release|Any CPU.Build.0 = Release|Any CPU
{EA03BF80-1F70-4957-8B2D-1FAD63AA2276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA03BF80-1F70-4957-8B2D-1FAD63AA2276}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA03BF80-1F70-4957-8B2D-1FAD63AA2276}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA03BF80-1F70-4957-8B2D-1FAD63AA2276}.Release|Any CPU.Build.0 = Release|Any CPU
{B4A3BDAD-0EC6-4BF7-9C18-EEFD84D9426F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4A3BDAD-0EC6-4BF7-9C18-EEFD84D9426F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4A3BDAD-0EC6-4BF7-9C18-EEFD84D9426F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4A3BDAD-0EC6-4BF7-9C18-EEFD84D9426F}.Release|Any CPU.Build.0 = Release|Any CPU
{DC9D249A-3557-4BA6-AB35-6812578D20C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC9D249A-3557-4BA6-AB35-6812578D20C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC9D249A-3557-4BA6-AB35-6812578D20C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC9D249A-3557-4BA6-AB35-6812578D20C8}.Release|Any CPU.Build.0 = Release|Any CPU
{DE23A57E-492F-418F-AF87-841E281E2277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE23A57E-492F-418F-AF87-841E281E2277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE23A57E-492F-418F-AF87-841E281E2277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE23A57E-492F-418F-AF87-841E281E2277}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{17CE8D18-ACCE-4B72-8218-E081B137D693} = {1B783C05-A587-407F-8DE6-336BF39ADD7F}
{EA03BF80-1F70-4957-8B2D-1FAD63AA2276} = {1B783C05-A587-407F-8DE6-336BF39ADD7F}
{B4A3BDAD-0EC6-4BF7-9C18-EEFD84D9426F} = {1B783C05-A587-407F-8DE6-336BF39ADD7F}
{DC9D249A-3557-4BA6-AB35-6812578D20C8} = {1B783C05-A587-407F-8DE6-336BF39ADD7F}
{C4B10CD8-C917-49D7-AEBC-259417086CF0} = {1E31D5BF-EFD8-4648-ACA8-22458B5E452B}
{D37CC9AD-D4BB-461F-BB8A-AEC6A9A6107C} = {1E31D5BF-EFD8-4648-ACA8-22458B5E452B}
{DE23A57E-492F-418F-AF87-841E281E2277} = {C4B10CD8-C917-49D7-AEBC-259417086CF0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA487FAA-98B8-46ED-9E51-CFD22A1E1529}
EndGlobalSection
EndGlobal