-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathall.sln
More file actions
103 lines (103 loc) · 6.39 KB
/
all.sln
File metadata and controls
103 lines (103 loc) · 6.39 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
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
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RedLib", "RedLib\RedLib.vcxproj", "{C546AD46-2176-4CA0-901B-F0B48EEBD398}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RedEngine", "RedEngine\RedEngine.vcxproj", "{A535E471-C60C-4798-AD54-9A5BD1D96DF1}"
ProjectSection(ProjectDependencies) = postProject
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68} = {BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}
{C546AD46-2176-4CA0-901B-F0B48EEBD398} = {C546AD46-2176-4CA0-901B-F0B48EEBD398}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RedEngineGraphics", "RedEngineGraphics\RedEngineGraphics.vcxproj", "{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}"
ProjectSection(ProjectDependencies) = postProject
{C546AD46-2176-4CA0-901B-F0B48EEBD398} = {C546AD46-2176-4CA0-901B-F0B48EEBD398}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RedEnginePhysics", "RedEnginePhysics\RedEnginePhysics.vcxproj", "{C3EE7059-80F0-42F8-B7BF-083C73F96370}"
ProjectSection(ProjectDependencies) = postProject
{C546AD46-2176-4CA0-901B-F0B48EEBD398} = {C546AD46-2176-4CA0-901B-F0B48EEBD398}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RedEngineInput", "RedEngineInput\RedEngineInput.vcxproj", "{B902647D-A79B-4601-98AF-2F27871772BD}"
ProjectSection(ProjectDependencies) = postProject
{A535E471-C60C-4798-AD54-9A5BD1D96DF1} = {A535E471-C60C-4798-AD54-9A5BD1D96DF1}
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68} = {BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}
{C546AD46-2176-4CA0-901B-F0B48EEBD398} = {C546AD46-2176-4CA0-901B-F0B48EEBD398}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleGame", "SampleGame\SampleGame.vcxproj", "{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}"
ProjectSection(ProjectDependencies) = postProject
{A535E471-C60C-4798-AD54-9A5BD1D96DF1} = {A535E471-C60C-4798-AD54-9A5BD1D96DF1}
{B902647D-A79B-4601-98AF-2F27871772BD} = {B902647D-A79B-4601-98AF-2F27871772BD}
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68} = {BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}
{C3EE7059-80F0-42F8-B7BF-083C73F96370} = {C3EE7059-80F0-42F8-B7BF-083C73F96370}
{C546AD46-2176-4CA0-901B-F0B48EEBD398} = {C546AD46-2176-4CA0-901B-F0B48EEBD398}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C546AD46-2176-4CA0-901B-F0B48EEBD398}.Debug|x64.ActiveCfg = Debug|x64
{C546AD46-2176-4CA0-901B-F0B48EEBD398}.Debug|x64.Build.0 = Debug|x64
{C546AD46-2176-4CA0-901B-F0B48EEBD398}.Debug|x86.ActiveCfg = Debug|Win32
{C546AD46-2176-4CA0-901B-F0B48EEBD398}.Debug|x86.Build.0 = Debug|Win32
{C546AD46-2176-4CA0-901B-F0B48EEBD398}.Release|x64.ActiveCfg = Release|x64
{C546AD46-2176-4CA0-901B-F0B48EEBD398}.Release|x64.Build.0 = Release|x64
{C546AD46-2176-4CA0-901B-F0B48EEBD398}.Release|x86.ActiveCfg = Release|Win32
{C546AD46-2176-4CA0-901B-F0B48EEBD398}.Release|x86.Build.0 = Release|Win32
{A535E471-C60C-4798-AD54-9A5BD1D96DF1}.Debug|x64.ActiveCfg = Debug|x64
{A535E471-C60C-4798-AD54-9A5BD1D96DF1}.Debug|x64.Build.0 = Debug|x64
{A535E471-C60C-4798-AD54-9A5BD1D96DF1}.Debug|x86.ActiveCfg = Debug|Win32
{A535E471-C60C-4798-AD54-9A5BD1D96DF1}.Debug|x86.Build.0 = Debug|Win32
{A535E471-C60C-4798-AD54-9A5BD1D96DF1}.Release|x64.ActiveCfg = Release|x64
{A535E471-C60C-4798-AD54-9A5BD1D96DF1}.Release|x64.Build.0 = Release|x64
{A535E471-C60C-4798-AD54-9A5BD1D96DF1}.Release|x86.ActiveCfg = Release|Win32
{A535E471-C60C-4798-AD54-9A5BD1D96DF1}.Release|x86.Build.0 = Release|Win32
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}.Debug|x64.ActiveCfg = Debug|x64
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}.Debug|x64.Build.0 = Debug|x64
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}.Debug|x86.ActiveCfg = Debug|Win32
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}.Debug|x86.Build.0 = Debug|Win32
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}.Release|x64.ActiveCfg = Release|x64
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}.Release|x64.Build.0 = Release|x64
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}.Release|x86.ActiveCfg = Release|Win32
{BBFAFB32-6A47-4FF0-AFD5-36CE159A1B68}.Release|x86.Build.0 = Release|Win32
{C3EE7059-80F0-42F8-B7BF-083C73F96370}.Debug|x64.ActiveCfg = Debug|x64
{C3EE7059-80F0-42F8-B7BF-083C73F96370}.Debug|x64.Build.0 = Debug|x64
{C3EE7059-80F0-42F8-B7BF-083C73F96370}.Debug|x86.ActiveCfg = Debug|Win32
{C3EE7059-80F0-42F8-B7BF-083C73F96370}.Debug|x86.Build.0 = Debug|Win32
{C3EE7059-80F0-42F8-B7BF-083C73F96370}.Release|x64.ActiveCfg = Release|x64
{C3EE7059-80F0-42F8-B7BF-083C73F96370}.Release|x64.Build.0 = Release|x64
{C3EE7059-80F0-42F8-B7BF-083C73F96370}.Release|x86.ActiveCfg = Release|Win32
{C3EE7059-80F0-42F8-B7BF-083C73F96370}.Release|x86.Build.0 = Release|Win32
{B902647D-A79B-4601-98AF-2F27871772BD}.Debug|x64.ActiveCfg = Debug|x64
{B902647D-A79B-4601-98AF-2F27871772BD}.Debug|x64.Build.0 = Debug|x64
{B902647D-A79B-4601-98AF-2F27871772BD}.Debug|x86.ActiveCfg = Debug|Win32
{B902647D-A79B-4601-98AF-2F27871772BD}.Debug|x86.Build.0 = Debug|Win32
{B902647D-A79B-4601-98AF-2F27871772BD}.Release|x64.ActiveCfg = Release|x64
{B902647D-A79B-4601-98AF-2F27871772BD}.Release|x64.Build.0 = Release|x64
{B902647D-A79B-4601-98AF-2F27871772BD}.Release|x86.ActiveCfg = Release|Win32
{B902647D-A79B-4601-98AF-2F27871772BD}.Release|x86.Build.0 = Release|Win32
{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}.Debug|x64.ActiveCfg = Debug|x64
{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}.Debug|x64.Build.0 = Debug|x64
{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}.Debug|x86.ActiveCfg = Debug|Win32
{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}.Debug|x86.Build.0 = Debug|Win32
{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}.Release|x64.ActiveCfg = Release|x64
{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}.Release|x64.Build.0 = Release|x64
{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}.Release|x86.ActiveCfg = Release|Win32
{D61A7871-07AC-421B-B776-2C4B5EFE1CB8}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9A4621A-1B09-4F5A-8626-9106077D0480}
EndGlobalSection
EndGlobal