-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleMiner.sln
More file actions
61 lines (61 loc) · 3.55 KB
/
SimpleMiner.sln
File metadata and controls
61 lines (61 loc) · 3.55 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleMiner", "Code\Game\Game.vcxproj", "{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Engine", "..\Engine\Code\Engine\Engine.vcxproj", "{D80656F3-B024-489F-B7B3-8BF35B25C423}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
DebugInline|x64 = DebugInline|x64
DebugInline|x86 = DebugInline|x86
FastBreak|x64 = FastBreak|x64
FastBreak|x86 = FastBreak|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.Debug|x64.ActiveCfg = Debug|x64
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.Debug|x64.Build.0 = Debug|x64
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.Debug|x86.ActiveCfg = Debug|Win32
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.Debug|x86.Build.0 = Debug|Win32
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.DebugInline|x64.ActiveCfg = DebugInline|x64
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.DebugInline|x64.Build.0 = DebugInline|x64
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.DebugInline|x86.ActiveCfg = DebugInline|Win32
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.DebugInline|x86.Build.0 = DebugInline|Win32
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.FastBreak|x64.ActiveCfg = FastBreak|x64
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.FastBreak|x64.Build.0 = FastBreak|x64
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.FastBreak|x86.ActiveCfg = FastBreak|Win32
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.FastBreak|x86.Build.0 = FastBreak|Win32
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.Release|x64.ActiveCfg = Release|x64
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.Release|x64.Build.0 = Release|x64
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.Release|x86.ActiveCfg = Release|Win32
{1C6046C0-ACFA-4AB7-B8D2-670AD463B3EF}.Release|x86.Build.0 = Release|Win32
{D80656F3-B024-489F-B7B3-8BF35B25C423}.Debug|x64.ActiveCfg = Debug|x64
{D80656F3-B024-489F-B7B3-8BF35B25C423}.Debug|x64.Build.0 = Debug|x64
{D80656F3-B024-489F-B7B3-8BF35B25C423}.Debug|x86.ActiveCfg = Debug|Win32
{D80656F3-B024-489F-B7B3-8BF35B25C423}.Debug|x86.Build.0 = Debug|Win32
{D80656F3-B024-489F-B7B3-8BF35B25C423}.DebugInline|x64.ActiveCfg = DebugInline|x64
{D80656F3-B024-489F-B7B3-8BF35B25C423}.DebugInline|x64.Build.0 = DebugInline|x64
{D80656F3-B024-489F-B7B3-8BF35B25C423}.DebugInline|x86.ActiveCfg = DebugInline|Win32
{D80656F3-B024-489F-B7B3-8BF35B25C423}.DebugInline|x86.Build.0 = DebugInline|Win32
{D80656F3-B024-489F-B7B3-8BF35B25C423}.FastBreak|x64.ActiveCfg = FastBreak|x64
{D80656F3-B024-489F-B7B3-8BF35B25C423}.FastBreak|x64.Build.0 = FastBreak|x64
{D80656F3-B024-489F-B7B3-8BF35B25C423}.FastBreak|x86.ActiveCfg = FastBreak|Win32
{D80656F3-B024-489F-B7B3-8BF35B25C423}.FastBreak|x86.Build.0 = FastBreak|Win32
{D80656F3-B024-489F-B7B3-8BF35B25C423}.Release|x64.ActiveCfg = Release|x64
{D80656F3-B024-489F-B7B3-8BF35B25C423}.Release|x64.Build.0 = Release|x64
{D80656F3-B024-489F-B7B3-8BF35B25C423}.Release|x86.ActiveCfg = Release|Win32
{D80656F3-B024-489F-B7B3-8BF35B25C423}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C669C816-D638-45FC-8A97-8F016D4257C8}
EndGlobalSection
EndGlobal