-
Notifications
You must be signed in to change notification settings - Fork 0
/
Engine.sln
88 lines (88 loc) · 5.69 KB
/
Engine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "Game.vcxproj", "{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Engine", "Engine.vcxproj", "{9A420477-E72C-45DE-8C56-669B2760829A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EngineTests", "EngineTests.vcxproj", "{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Vendor", "Vendor", "{4E63AE7D-5977-401F-A421-ABB7491D9233}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crnlib", "Vendor\crunch\crnlib\crnlib.2008.vcxproj", "{CF2E70E8-7133-4D96-92C7-68BB406C0664}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imgui", "Vendor\imgui\imgui.vcxproj", "{E1FB8FA3-337A-4F39-971F-8948575CB35F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl3w", "Vendor\gl3w\gl3w.vcxproj", "{937A010E-3824-4831-B56D-97AAAC7D851C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
Standalone|x64 = Standalone|x64
StandaloneDebug|x64 = StandaloneDebug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}.Debug|x64.ActiveCfg = Debug|x64
{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}.Debug|x64.Build.0 = Debug|x64
{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}.Release|x64.ActiveCfg = Release|x64
{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}.Release|x64.Build.0 = Release|x64
{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}.Standalone|x64.ActiveCfg = Standalone|x64
{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}.Standalone|x64.Build.0 = Standalone|x64
{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}.StandaloneDebug|x64.ActiveCfg = StandaloneDebug|x64
{7BC8F47D-DE5C-40C2-A5D7-82923BE4003F}.StandaloneDebug|x64.Build.0 = StandaloneDebug|x64
{9A420477-E72C-45DE-8C56-669B2760829A}.Debug|x64.ActiveCfg = Debug|x64
{9A420477-E72C-45DE-8C56-669B2760829A}.Debug|x64.Build.0 = Debug|x64
{9A420477-E72C-45DE-8C56-669B2760829A}.Release|x64.ActiveCfg = Release|x64
{9A420477-E72C-45DE-8C56-669B2760829A}.Release|x64.Build.0 = Release|x64
{9A420477-E72C-45DE-8C56-669B2760829A}.Standalone|x64.ActiveCfg = Standalone|x64
{9A420477-E72C-45DE-8C56-669B2760829A}.Standalone|x64.Build.0 = Standalone|x64
{9A420477-E72C-45DE-8C56-669B2760829A}.StandaloneDebug|x64.ActiveCfg = StandaloneDebug|x64
{9A420477-E72C-45DE-8C56-669B2760829A}.StandaloneDebug|x64.Build.0 = StandaloneDebug|x64
{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}.Debug|x64.ActiveCfg = Debug|x64
{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}.Debug|x64.Build.0 = Debug|x64
{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}.Release|x64.ActiveCfg = Release|x64
{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}.Release|x64.Build.0 = Release|x64
{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}.Standalone|x64.ActiveCfg = Standalone|x64
{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}.Standalone|x64.Build.0 = Standalone|x64
{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}.StandaloneDebug|x64.ActiveCfg = StandaloneDebug|x64
{C1E8F337-8DAC-4EE4-992B-6BAB2FEF3D1A}.StandaloneDebug|x64.Build.0 = StandaloneDebug|x64
{CF2E70E8-7133-4D96-92C7-68BB406C0664}.Debug|x64.ActiveCfg = Debug|x64
{CF2E70E8-7133-4D96-92C7-68BB406C0664}.Debug|x64.Build.0 = Debug|x64
{CF2E70E8-7133-4D96-92C7-68BB406C0664}.Release|x64.ActiveCfg = Release|x64
{CF2E70E8-7133-4D96-92C7-68BB406C0664}.Release|x64.Build.0 = Release|x64
{CF2E70E8-7133-4D96-92C7-68BB406C0664}.Standalone|x64.ActiveCfg = Standalone|x64
{CF2E70E8-7133-4D96-92C7-68BB406C0664}.Standalone|x64.Build.0 = Standalone|x64
{CF2E70E8-7133-4D96-92C7-68BB406C0664}.StandaloneDebug|x64.ActiveCfg = StandaloneDebug|x64
{CF2E70E8-7133-4D96-92C7-68BB406C0664}.StandaloneDebug|x64.Build.0 = StandaloneDebug|x64
{E1FB8FA3-337A-4F39-971F-8948575CB35F}.Debug|x64.ActiveCfg = Debug|x64
{E1FB8FA3-337A-4F39-971F-8948575CB35F}.Debug|x64.Build.0 = Debug|x64
{E1FB8FA3-337A-4F39-971F-8948575CB35F}.Release|x64.ActiveCfg = Release|x64
{E1FB8FA3-337A-4F39-971F-8948575CB35F}.Release|x64.Build.0 = Release|x64
{E1FB8FA3-337A-4F39-971F-8948575CB35F}.Standalone|x64.ActiveCfg = Standalone|x64
{E1FB8FA3-337A-4F39-971F-8948575CB35F}.Standalone|x64.Build.0 = Standalone|x64
{E1FB8FA3-337A-4F39-971F-8948575CB35F}.StandaloneDebug|x64.ActiveCfg = StandaloneDebug|x64
{E1FB8FA3-337A-4F39-971F-8948575CB35F}.StandaloneDebug|x64.Build.0 = StandaloneDebug|x64
{937A010E-3824-4831-B56D-97AAAC7D851C}.Debug|x64.ActiveCfg = Debug|x64
{937A010E-3824-4831-B56D-97AAAC7D851C}.Debug|x64.Build.0 = Debug|x64
{937A010E-3824-4831-B56D-97AAAC7D851C}.Release|x64.ActiveCfg = Release|x64
{937A010E-3824-4831-B56D-97AAAC7D851C}.Release|x64.Build.0 = Release|x64
{937A010E-3824-4831-B56D-97AAAC7D851C}.Standalone|x64.ActiveCfg = Standalone|x64
{937A010E-3824-4831-B56D-97AAAC7D851C}.Standalone|x64.Build.0 = Standalone|x64
{937A010E-3824-4831-B56D-97AAAC7D851C}.StandaloneDebug|x64.ActiveCfg = StandaloneDebug|x64
{937A010E-3824-4831-B56D-97AAAC7D851C}.StandaloneDebug|x64.Build.0 = StandaloneDebug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CF2E70E8-7133-4D96-92C7-68BB406C0664} = {4E63AE7D-5977-401F-A421-ABB7491D9233}
{E1FB8FA3-337A-4F39-971F-8948575CB35F} = {4E63AE7D-5977-401F-A421-ABB7491D9233}
{937A010E-3824-4831-B56D-97AAAC7D851C} = {4E63AE7D-5977-401F-A421-ABB7491D9233}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FABB7812-19AA-4EF7-83EB-F86993DEEC68}
EndGlobalSection
EndGlobal