-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsole2048.sln
98 lines (98 loc) · 6.09 KB
/
Console2048.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
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MSTest", "MSTest\MSTest.vcxproj", "{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}"
ProjectSection(ProjectDependencies) = postProject
{EB9C9727-85B2-4B41-B651-3903DC1B0526} = {EB9C9727-85B2-4B41-B651-3903DC1B0526}
{3BC3F629-3C1A-4853-984E-B6B87759440A} = {3BC3F629-3C1A-4853-984E-B6B87759440A}
{6D780292-D299-492E-A82D-8C2C3D9B838C} = {6D780292-D299-492E-A82D-8C2C3D9B838C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "Game\Game.vcxproj", "{3BC3F629-3C1A-4853-984E-B6B87759440A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleGameFormatting", "ConsoleGameFormatting\ConsoleGameFormatting.vcxproj", "{EB9C9727-85B2-4B41-B651-3903DC1B0526}"
ProjectSection(ProjectDependencies) = postProject
{3BC3F629-3C1A-4853-984E-B6B87759440A} = {3BC3F629-3C1A-4853-984E-B6B87759440A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Console2048", "Console2048\Console2048.vcxproj", "{43DFC30C-B468-4737-8C96-415E374C8BE2}"
ProjectSection(ProjectDependencies) = postProject
{318D3527-3E54-4C80-8651-59502FF60BD0} = {318D3527-3E54-4C80-8651-59502FF60BD0}
{EB9C9727-85B2-4B41-B651-3903DC1B0526} = {EB9C9727-85B2-4B41-B651-3903DC1B0526}
{3BC3F629-3C1A-4853-984E-B6B87759440A} = {3BC3F629-3C1A-4853-984E-B6B87759440A}
{6D780292-D299-492E-A82D-8C2C3D9B838C} = {6D780292-D299-492E-A82D-8C2C3D9B838C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleGameControl", "ConsoleGameControl\ConsoleGameControl.vcxproj", "{6D780292-D299-492E-A82D-8C2C3D9B838C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleGameModel", "ConsoleGameModel\ConsoleGameModel.vcxproj", "{318D3527-3E54-4C80-8651-59502FF60BD0}"
ProjectSection(ProjectDependencies) = postProject
{3BC3F629-3C1A-4853-984E-B6B87759440A} = {3BC3F629-3C1A-4853-984E-B6B87759440A}
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
{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}.Debug|x64.ActiveCfg = Debug|x64
{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}.Debug|x64.Build.0 = Debug|x64
{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}.Debug|x86.ActiveCfg = Debug|Win32
{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}.Debug|x86.Build.0 = Debug|Win32
{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}.Release|x64.ActiveCfg = Release|x64
{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}.Release|x64.Build.0 = Release|x64
{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}.Release|x86.ActiveCfg = Release|Win32
{7A72580C-2A7B-415F-B0C7-A6A3B108E5DD}.Release|x86.Build.0 = Release|Win32
{3BC3F629-3C1A-4853-984E-B6B87759440A}.Debug|x64.ActiveCfg = Debug|x64
{3BC3F629-3C1A-4853-984E-B6B87759440A}.Debug|x64.Build.0 = Debug|x64
{3BC3F629-3C1A-4853-984E-B6B87759440A}.Debug|x86.ActiveCfg = Debug|Win32
{3BC3F629-3C1A-4853-984E-B6B87759440A}.Debug|x86.Build.0 = Debug|Win32
{3BC3F629-3C1A-4853-984E-B6B87759440A}.Release|x64.ActiveCfg = Release|x64
{3BC3F629-3C1A-4853-984E-B6B87759440A}.Release|x64.Build.0 = Release|x64
{3BC3F629-3C1A-4853-984E-B6B87759440A}.Release|x86.ActiveCfg = Release|Win32
{3BC3F629-3C1A-4853-984E-B6B87759440A}.Release|x86.Build.0 = Release|Win32
{EB9C9727-85B2-4B41-B651-3903DC1B0526}.Debug|x64.ActiveCfg = Debug|x64
{EB9C9727-85B2-4B41-B651-3903DC1B0526}.Debug|x64.Build.0 = Debug|x64
{EB9C9727-85B2-4B41-B651-3903DC1B0526}.Debug|x86.ActiveCfg = Debug|Win32
{EB9C9727-85B2-4B41-B651-3903DC1B0526}.Debug|x86.Build.0 = Debug|Win32
{EB9C9727-85B2-4B41-B651-3903DC1B0526}.Release|x64.ActiveCfg = Release|x64
{EB9C9727-85B2-4B41-B651-3903DC1B0526}.Release|x64.Build.0 = Release|x64
{EB9C9727-85B2-4B41-B651-3903DC1B0526}.Release|x86.ActiveCfg = Release|Win32
{EB9C9727-85B2-4B41-B651-3903DC1B0526}.Release|x86.Build.0 = Release|Win32
{43DFC30C-B468-4737-8C96-415E374C8BE2}.Debug|x64.ActiveCfg = Debug|x64
{43DFC30C-B468-4737-8C96-415E374C8BE2}.Debug|x64.Build.0 = Debug|x64
{43DFC30C-B468-4737-8C96-415E374C8BE2}.Debug|x86.ActiveCfg = Debug|Win32
{43DFC30C-B468-4737-8C96-415E374C8BE2}.Debug|x86.Build.0 = Debug|Win32
{43DFC30C-B468-4737-8C96-415E374C8BE2}.Release|x64.ActiveCfg = Release|x64
{43DFC30C-B468-4737-8C96-415E374C8BE2}.Release|x64.Build.0 = Release|x64
{43DFC30C-B468-4737-8C96-415E374C8BE2}.Release|x86.ActiveCfg = Release|Win32
{43DFC30C-B468-4737-8C96-415E374C8BE2}.Release|x86.Build.0 = Release|Win32
{6D780292-D299-492E-A82D-8C2C3D9B838C}.Debug|x64.ActiveCfg = Debug|x64
{6D780292-D299-492E-A82D-8C2C3D9B838C}.Debug|x64.Build.0 = Debug|x64
{6D780292-D299-492E-A82D-8C2C3D9B838C}.Debug|x86.ActiveCfg = Debug|Win32
{6D780292-D299-492E-A82D-8C2C3D9B838C}.Debug|x86.Build.0 = Debug|Win32
{6D780292-D299-492E-A82D-8C2C3D9B838C}.Release|x64.ActiveCfg = Release|x64
{6D780292-D299-492E-A82D-8C2C3D9B838C}.Release|x64.Build.0 = Release|x64
{6D780292-D299-492E-A82D-8C2C3D9B838C}.Release|x86.ActiveCfg = Release|Win32
{6D780292-D299-492E-A82D-8C2C3D9B838C}.Release|x86.Build.0 = Release|Win32
{318D3527-3E54-4C80-8651-59502FF60BD0}.Debug|x64.ActiveCfg = Debug|x64
{318D3527-3E54-4C80-8651-59502FF60BD0}.Debug|x64.Build.0 = Debug|x64
{318D3527-3E54-4C80-8651-59502FF60BD0}.Debug|x86.ActiveCfg = Debug|Win32
{318D3527-3E54-4C80-8651-59502FF60BD0}.Debug|x86.Build.0 = Debug|Win32
{318D3527-3E54-4C80-8651-59502FF60BD0}.Release|x64.ActiveCfg = Release|x64
{318D3527-3E54-4C80-8651-59502FF60BD0}.Release|x64.Build.0 = Release|x64
{318D3527-3E54-4C80-8651-59502FF60BD0}.Release|x86.ActiveCfg = Release|Win32
{318D3527-3E54-4C80-8651-59502FF60BD0}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD990D7F-BE70-4421-9524-825736A7D6CE}
EndGlobalSection
EndGlobal