-
Notifications
You must be signed in to change notification settings - Fork 0
/
LDJAM50.sln
94 lines (94 loc) · 5.54 KB
/
LDJAM50.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
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "legion\engine\core\core.vcxproj", "{63D0D607-E99E-40B0-9B27-6E2430B57F7E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "application", "legion\engine\application\application.vcxproj", "{AB3D3A2D-6510-4345-9D34-0222E46110E6}"
ProjectSection(ProjectDependencies) = postProject
{63D0D607-E99E-40B0-9B27-6E2430B57F7E} = {63D0D607-E99E-40B0-9B27-6E2430B57F7E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rendering", "legion\engine\rendering\rendering.vcxproj", "{FC6211BB-9E48-496A-8A77-5FF83CAF046D}"
ProjectSection(ProjectDependencies) = postProject
{63D0D607-E99E-40B0-9B27-6E2430B57F7E} = {63D0D607-E99E-40B0-9B27-6E2430B57F7E}
{AB3D3A2D-6510-4345-9D34-0222E46110E6} = {AB3D3A2D-6510-4345-9D34-0222E46110E6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audio", "legion\engine\audio\audio.vcxproj", "{749C658F-0217-4A86-A205-FD8A35C121B8}"
ProjectSection(ProjectDependencies) = postProject
{63D0D607-E99E-40B0-9B27-6E2430B57F7E} = {63D0D607-E99E-40B0-9B27-6E2430B57F7E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "physics", "legion\engine\physics\physics.vcxproj", "{07B99C45-60D0-4605-9A33-4BFEE86D588A}"
ProjectSection(ProjectDependencies) = postProject
{63D0D607-E99E-40B0-9B27-6E2430B57F7E} = {63D0D607-E99E-40B0-9B27-6E2430B57F7E}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "engine", "engine", "{F1668831-DACE-436F-BAD6-BA23AFC863CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "applications", "applications", "{5ADCB9E3-B58C-47D0-A475-E515B05E6103}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{71C8D3DB-EE84-4856-ACBA-B3210A62F409}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LDJAM50", "applications\jam\LDJAM50.vcxproj", "{C578D912-3BEB-4EE1-8AA1-E9EACF7CA441}"
ProjectSection(ProjectDependencies) = postProject
{63D0D607-E99E-40B0-9B27-6E2430B57F7E} = {63D0D607-E99E-40B0-9B27-6E2430B57F7E}
{AB3D3A2D-6510-4345-9D34-0222E46110E6} = {AB3D3A2D-6510-4345-9D34-0222E46110E6}
{07B99C45-60D0-4605-9A33-4BFEE86D588A} = {07B99C45-60D0-4605-9A33-4BFEE86D588A}
{749C658F-0217-4A86-A205-FD8A35C121B8} = {749C658F-0217-4A86-A205-FD8A35C121B8}
{FC6211BB-9E48-496A-8A77-5FF83CAF046D} = {FC6211BB-9E48-496A-8A77-5FF83CAF046D}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "editor", "editor", "{6735340E-5542-4CC8-84E0-20D740BBBD9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63D0D607-E99E-40B0-9B27-6E2430B57F7E}.Debug|x64.ActiveCfg = Debug|x64
{63D0D607-E99E-40B0-9B27-6E2430B57F7E}.Debug|x64.Build.0 = Debug|x64
{63D0D607-E99E-40B0-9B27-6E2430B57F7E}.Release|x64.ActiveCfg = Release|x64
{63D0D607-E99E-40B0-9B27-6E2430B57F7E}.Release|x64.Build.0 = Release|x64
{AB3D3A2D-6510-4345-9D34-0222E46110E6}.Debug|x64.ActiveCfg = Debug|x64
{AB3D3A2D-6510-4345-9D34-0222E46110E6}.Debug|x64.Build.0 = Debug|x64
{AB3D3A2D-6510-4345-9D34-0222E46110E6}.Release|x64.ActiveCfg = Release|x64
{AB3D3A2D-6510-4345-9D34-0222E46110E6}.Release|x64.Build.0 = Release|x64
{FC6211BB-9E48-496A-8A77-5FF83CAF046D}.Debug|x64.ActiveCfg = Debug|x64
{FC6211BB-9E48-496A-8A77-5FF83CAF046D}.Debug|x64.Build.0 = Debug|x64
{FC6211BB-9E48-496A-8A77-5FF83CAF046D}.Release|x64.ActiveCfg = Release|x64
{FC6211BB-9E48-496A-8A77-5FF83CAF046D}.Release|x64.Build.0 = Release|x64
{749C658F-0217-4A86-A205-FD8A35C121B8}.Debug|x64.ActiveCfg = Debug|x64
{749C658F-0217-4A86-A205-FD8A35C121B8}.Debug|x64.Build.0 = Debug|x64
{749C658F-0217-4A86-A205-FD8A35C121B8}.Release|x64.ActiveCfg = Release|x64
{749C658F-0217-4A86-A205-FD8A35C121B8}.Release|x64.Build.0 = Release|x64
{07B99C45-60D0-4605-9A33-4BFEE86D588A}.Debug|x64.ActiveCfg = Debug|x64
{07B99C45-60D0-4605-9A33-4BFEE86D588A}.Debug|x64.Build.0 = Debug|x64
{07B99C45-60D0-4605-9A33-4BFEE86D588A}.Release|x64.ActiveCfg = Release|x64
{07B99C45-60D0-4605-9A33-4BFEE86D588A}.Release|x64.Build.0 = Release|x64
{C578D912-3BEB-4EE1-8AA1-E9EACF7CA441}.Debug|x64.ActiveCfg = Debug|x64
{C578D912-3BEB-4EE1-8AA1-E9EACF7CA441}.Debug|x64.Build.0 = Debug|x64
{C578D912-3BEB-4EE1-8AA1-E9EACF7CA441}.Release|x64.ActiveCfg = Release|x64
{C578D912-3BEB-4EE1-8AA1-E9EACF7CA441}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63D0D607-E99E-40B0-9B27-6E2430B57F7E} = {F1668831-DACE-436F-BAD6-BA23AFC863CE}
{AB3D3A2D-6510-4345-9D34-0222E46110E6} = {F1668831-DACE-436F-BAD6-BA23AFC863CE}
{FC6211BB-9E48-496A-8A77-5FF83CAF046D} = {F1668831-DACE-436F-BAD6-BA23AFC863CE}
{749C658F-0217-4A86-A205-FD8A35C121B8} = {F1668831-DACE-436F-BAD6-BA23AFC863CE}
{07B99C45-60D0-4605-9A33-4BFEE86D588A} = {F1668831-DACE-436F-BAD6-BA23AFC863CE}
{C578D912-3BEB-4EE1-8AA1-E9EACF7CA441} = {5ADCB9E3-B58C-47D0-A475-E515B05E6103}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1B9D2B9-82AE-4AC1-9B5C-7FC79CB09C3E}
EndGlobalSection
EndGlobal