-
Notifications
You must be signed in to change notification settings - Fork 0
/
Marbles.sln
79 lines (79 loc) · 5.05 KB
/
Marbles.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marbles", "Marbles\Marbles.csproj", "{779BD01D-7176-412F-99E6-8C1C18D9700F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Engine", "..\AxEngine\Engine\Engine.csproj", "{2AFB2A37-CEA7-4859-9792-0E745889ACAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net3dBool", "..\AxEngine\External\Net3dBool\src\Net3dBool\Net3dBool.csproj", "{7E57CC8D-D191-4292-A383-315A25B74292}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "..\AxEngine\Common\Common.csproj", "{7EAB4D06-D4F5-490E-904E-5343240F44C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Render", "..\AxEngine\Render\Render.csproj", "{E72DCF45-B09C-40F0-85E2-1857D6F11960}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{D2DB116D-4DA7-4C56-9A48-3E930CC5C0B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "props", "props", "{3DE6BF95-9668-4E01-B6B2-BF806D4FCF2A}"
ProjectSection(SolutionItems) = preProject
..\AxEngine\props\default.ruleset = ..\AxEngine\props\default.ruleset
..\AxEngine\props\SharedProjectSettings.props = ..\AxEngine\props\SharedProjectSettings.props
..\AxEngine\props\stylecop.json = ..\AxEngine\props\stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "..\AxEngine\Demo\Demo.csproj", "{79F838C7-8EB7-440B-98FE-A427EEBDA95E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "..\AxEngine\Tests\Tests.csproj", "{D03CB932-B322-4EEB-AEB5-CE82B4A75594}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{779BD01D-7176-412F-99E6-8C1C18D9700F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{779BD01D-7176-412F-99E6-8C1C18D9700F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{779BD01D-7176-412F-99E6-8C1C18D9700F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{779BD01D-7176-412F-99E6-8C1C18D9700F}.Release|Any CPU.Build.0 = Release|Any CPU
{2AFB2A37-CEA7-4859-9792-0E745889ACAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AFB2A37-CEA7-4859-9792-0E745889ACAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AFB2A37-CEA7-4859-9792-0E745889ACAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AFB2A37-CEA7-4859-9792-0E745889ACAE}.Release|Any CPU.Build.0 = Release|Any CPU
{7E57CC8D-D191-4292-A383-315A25B74292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E57CC8D-D191-4292-A383-315A25B74292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E57CC8D-D191-4292-A383-315A25B74292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E57CC8D-D191-4292-A383-315A25B74292}.Release|Any CPU.Build.0 = Release|Any CPU
{7EAB4D06-D4F5-490E-904E-5343240F44C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EAB4D06-D4F5-490E-904E-5343240F44C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EAB4D06-D4F5-490E-904E-5343240F44C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EAB4D06-D4F5-490E-904E-5343240F44C9}.Release|Any CPU.Build.0 = Release|Any CPU
{E72DCF45-B09C-40F0-85E2-1857D6F11960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E72DCF45-B09C-40F0-85E2-1857D6F11960}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E72DCF45-B09C-40F0-85E2-1857D6F11960}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E72DCF45-B09C-40F0-85E2-1857D6F11960}.Release|Any CPU.Build.0 = Release|Any CPU
{79F838C7-8EB7-440B-98FE-A427EEBDA95E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79F838C7-8EB7-440B-98FE-A427EEBDA95E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79F838C7-8EB7-440B-98FE-A427EEBDA95E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79F838C7-8EB7-440B-98FE-A427EEBDA95E}.Release|Any CPU.Build.0 = Release|Any CPU
{D03CB932-B322-4EEB-AEB5-CE82B4A75594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D03CB932-B322-4EEB-AEB5-CE82B4A75594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D03CB932-B322-4EEB-AEB5-CE82B4A75594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D03CB932-B322-4EEB-AEB5-CE82B4A75594}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2AFB2A37-CEA7-4859-9792-0E745889ACAE} = {D2DB116D-4DA7-4C56-9A48-3E930CC5C0B0}
{7E57CC8D-D191-4292-A383-315A25B74292} = {D2DB116D-4DA7-4C56-9A48-3E930CC5C0B0}
{7EAB4D06-D4F5-490E-904E-5343240F44C9} = {D2DB116D-4DA7-4C56-9A48-3E930CC5C0B0}
{E72DCF45-B09C-40F0-85E2-1857D6F11960} = {D2DB116D-4DA7-4C56-9A48-3E930CC5C0B0}
{3DE6BF95-9668-4E01-B6B2-BF806D4FCF2A} = {D2DB116D-4DA7-4C56-9A48-3E930CC5C0B0}
{79F838C7-8EB7-440B-98FE-A427EEBDA95E} = {D2DB116D-4DA7-4C56-9A48-3E930CC5C0B0}
{D03CB932-B322-4EEB-AEB5-CE82B4A75594} = {D2DB116D-4DA7-4C56-9A48-3E930CC5C0B0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1AAC3E5-6971-4275-B049-04F488C4421C}
EndGlobalSection
EndGlobal