-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameCoding.sln
More file actions
80 lines (80 loc) · 4.83 KB
/
Copy pathGameCoding.sln
File metadata and controls
80 lines (80 loc) · 4.83 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Engine", "Engine\Engine.vcxproj", "{4F5C1012-31BD-4947-831E-BF2CC095398F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "Client\Client.vcxproj", "{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AssimpTool", "AssimpTool\AssimpTool.vcxproj", "{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor\Editor.vcxproj", "{A92E3839-AD87-4E4C-A83A-6D625B77EE32}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GameRuntime", "GameRuntime\GameRuntime.vcxproj", "{CF6F160E-6B27-41A7-B855-4F0479D1B7E8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EngineTests", "EngineTests\EngineTests.vcxproj", "{E5B5365E-17FD-4C62-AB38-690B709BE474}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{09CC16C7-9F36-4EEE-87B4-AC0DBA07807B}"
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
{4F5C1012-31BD-4947-831E-BF2CC095398F}.Debug|x64.ActiveCfg = Debug|x64
{4F5C1012-31BD-4947-831E-BF2CC095398F}.Debug|x64.Build.0 = Debug|x64
{4F5C1012-31BD-4947-831E-BF2CC095398F}.Debug|x86.ActiveCfg = Debug|Win32
{4F5C1012-31BD-4947-831E-BF2CC095398F}.Debug|x86.Build.0 = Debug|Win32
{4F5C1012-31BD-4947-831E-BF2CC095398F}.Release|x64.ActiveCfg = Release|x64
{4F5C1012-31BD-4947-831E-BF2CC095398F}.Release|x64.Build.0 = Release|x64
{4F5C1012-31BD-4947-831E-BF2CC095398F}.Release|x86.ActiveCfg = Release|Win32
{4F5C1012-31BD-4947-831E-BF2CC095398F}.Release|x86.Build.0 = Release|Win32
{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}.Debug|x64.ActiveCfg = Debug|x64
{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}.Debug|x64.Build.0 = Debug|x64
{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}.Debug|x86.ActiveCfg = Debug|Win32
{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}.Debug|x86.Build.0 = Debug|Win32
{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}.Release|x64.ActiveCfg = Release|x64
{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}.Release|x64.Build.0 = Release|x64
{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}.Release|x86.ActiveCfg = Release|Win32
{2C2D9AA8-61C9-4AB4-B14A-DBDF76A868CC}.Release|x86.Build.0 = Release|Win32
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}.Debug|x64.ActiveCfg = Debug|x64
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}.Debug|x64.Build.0 = Debug|x64
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}.Debug|x86.ActiveCfg = Debug|Win32
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}.Debug|x86.Build.0 = Debug|Win32
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}.Release|x64.ActiveCfg = Release|x64
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}.Release|x64.Build.0 = Release|x64
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}.Release|x86.ActiveCfg = Release|Win32
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786}.Release|x86.Build.0 = Release|Win32
{A92E3839-AD87-4E4C-A83A-6D625B77EE32}.Debug|x64.ActiveCfg = Debug|x64
{A92E3839-AD87-4E4C-A83A-6D625B77EE32}.Debug|x64.Build.0 = Debug|x64
{A92E3839-AD87-4E4C-A83A-6D625B77EE32}.Debug|x86.ActiveCfg = Debug|x64
{A92E3839-AD87-4E4C-A83A-6D625B77EE32}.Release|x64.ActiveCfg = Release|x64
{A92E3839-AD87-4E4C-A83A-6D625B77EE32}.Release|x64.Build.0 = Release|x64
{A92E3839-AD87-4E4C-A83A-6D625B77EE32}.Release|x86.ActiveCfg = Release|x64
{CF6F160E-6B27-41A7-B855-4F0479D1B7E8}.Debug|x64.ActiveCfg = Debug|x64
{CF6F160E-6B27-41A7-B855-4F0479D1B7E8}.Debug|x64.Build.0 = Debug|x64
{CF6F160E-6B27-41A7-B855-4F0479D1B7E8}.Debug|x86.ActiveCfg = Debug|x64
{CF6F160E-6B27-41A7-B855-4F0479D1B7E8}.Release|x64.ActiveCfg = Release|x64
{CF6F160E-6B27-41A7-B855-4F0479D1B7E8}.Release|x64.Build.0 = Release|x64
{CF6F160E-6B27-41A7-B855-4F0479D1B7E8}.Release|x86.ActiveCfg = Release|x64
{E5B5365E-17FD-4C62-AB38-690B709BE474}.Debug|x64.ActiveCfg = Debug|x64
{E5B5365E-17FD-4C62-AB38-690B709BE474}.Debug|x64.Build.0 = Debug|x64
{E5B5365E-17FD-4C62-AB38-690B709BE474}.Debug|x86.ActiveCfg = Debug|x64
{E5B5365E-17FD-4C62-AB38-690B709BE474}.Release|x64.ActiveCfg = Release|x64
{E5B5365E-17FD-4C62-AB38-690B709BE474}.Release|x64.Build.0 = Release|x64
{E5B5365E-17FD-4C62-AB38-690B709BE474}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0CC180DC-4DD6-4CAD-BDDA-29C3B175C786} = {09CC16C7-9F36-4EEE-87B4-AC0DBA07807B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A12A6A71-F451-4DB4-9628-92FF887AE4DF}
EndGlobalSection
EndGlobal