-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameEngine.sln
More file actions
60 lines (60 loc) · 3.54 KB
/
GameEngine.sln
File metadata and controls
60 lines (60 loc) · 3.54 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GameEngine", "GameEngine\GameEngine.vcxproj", "{A916CF9D-738F-4600-89DA-8316B69C036C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelperScripts", "HelperScripts\HelperScripts.vcxproj", "{9AF66C53-C463-4663-AD13-463418C5C800}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
MinSizeRel|x64 = MinSizeRel|x64
MinSizeRel|x86 = MinSizeRel|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
RelWithDebInfo|x64 = RelWithDebInfo|x64
RelWithDebInfo|x86 = RelWithDebInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A916CF9D-738F-4600-89DA-8316B69C036C}.Debug|x64.ActiveCfg = Debug|x64
{A916CF9D-738F-4600-89DA-8316B69C036C}.Debug|x64.Build.0 = Debug|x64
{A916CF9D-738F-4600-89DA-8316B69C036C}.Debug|x86.ActiveCfg = Debug|Win32
{A916CF9D-738F-4600-89DA-8316B69C036C}.Debug|x86.Build.0 = Debug|Win32
{A916CF9D-738F-4600-89DA-8316B69C036C}.MinSizeRel|x64.ActiveCfg = Release|x64
{A916CF9D-738F-4600-89DA-8316B69C036C}.MinSizeRel|x64.Build.0 = Release|x64
{A916CF9D-738F-4600-89DA-8316B69C036C}.MinSizeRel|x86.ActiveCfg = Release|Win32
{A916CF9D-738F-4600-89DA-8316B69C036C}.MinSizeRel|x86.Build.0 = Release|Win32
{A916CF9D-738F-4600-89DA-8316B69C036C}.Release|x64.ActiveCfg = Release|x64
{A916CF9D-738F-4600-89DA-8316B69C036C}.Release|x64.Build.0 = Release|x64
{A916CF9D-738F-4600-89DA-8316B69C036C}.Release|x86.ActiveCfg = Release|Win32
{A916CF9D-738F-4600-89DA-8316B69C036C}.Release|x86.Build.0 = Release|Win32
{A916CF9D-738F-4600-89DA-8316B69C036C}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{A916CF9D-738F-4600-89DA-8316B69C036C}.RelWithDebInfo|x64.Build.0 = Release|x64
{A916CF9D-738F-4600-89DA-8316B69C036C}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{A916CF9D-738F-4600-89DA-8316B69C036C}.RelWithDebInfo|x86.Build.0 = Release|Win32
{9AF66C53-C463-4663-AD13-463418C5C800}.Debug|x64.ActiveCfg = Debug|x64
{9AF66C53-C463-4663-AD13-463418C5C800}.Debug|x64.Build.0 = Debug|x64
{9AF66C53-C463-4663-AD13-463418C5C800}.Debug|x86.ActiveCfg = Debug|Win32
{9AF66C53-C463-4663-AD13-463418C5C800}.MinSizeRel|x64.ActiveCfg = Release|x64
{9AF66C53-C463-4663-AD13-463418C5C800}.MinSizeRel|x64.Build.0 = Release|x64
{9AF66C53-C463-4663-AD13-463418C5C800}.MinSizeRel|x86.ActiveCfg = Release|Win32
{9AF66C53-C463-4663-AD13-463418C5C800}.MinSizeRel|x86.Build.0 = Release|Win32
{9AF66C53-C463-4663-AD13-463418C5C800}.Release|x64.ActiveCfg = Release|x64
{9AF66C53-C463-4663-AD13-463418C5C800}.Release|x64.Build.0 = Release|x64
{9AF66C53-C463-4663-AD13-463418C5C800}.Release|x86.ActiveCfg = Release|Win32
{9AF66C53-C463-4663-AD13-463418C5C800}.Release|x86.Build.0 = Release|Win32
{9AF66C53-C463-4663-AD13-463418C5C800}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{9AF66C53-C463-4663-AD13-463418C5C800}.RelWithDebInfo|x64.Build.0 = Release|x64
{9AF66C53-C463-4663-AD13-463418C5C800}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{9AF66C53-C463-4663-AD13-463418C5C800}.RelWithDebInfo|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {461F3F82-8B70-4F2C-9A07-5DF98AAF6C68}
EndGlobalSection
EndGlobal