-
Notifications
You must be signed in to change notification settings - Fork 1
/
Game2048.sln
37 lines (37 loc) · 1.82 KB
/
Game2048.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Game2048", "Game2048\Game2048.csproj", "{EA86E2B0-8F80-43F7-A612-D39E0E2AFF9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Game2048.Tests", "Game2048.Tests\Game2048.Tests.csproj", "{9E3BB842-C5E7-4174-A40B-42B547953B5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{22914FCA-4721-4F1C-8FCA-EA0341F36CCB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Media\scr2048.png = Media\scr2048.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA86E2B0-8F80-43F7-A612-D39E0E2AFF9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA86E2B0-8F80-43F7-A612-D39E0E2AFF9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA86E2B0-8F80-43F7-A612-D39E0E2AFF9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA86E2B0-8F80-43F7-A612-D39E0E2AFF9C}.Release|Any CPU.Build.0 = Release|Any CPU
{9E3BB842-C5E7-4174-A40B-42B547953B5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E3BB842-C5E7-4174-A40B-42B547953B5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E3BB842-C5E7-4174-A40B-42B547953B5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E3BB842-C5E7-4174-A40B-42B547953B5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A07A10FA-1B4E-4B16-BB2D-FC3CD7D9031F}
EndGlobalSection
EndGlobal