-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tetrominoes.sln
46 lines (46 loc) · 2.61 KB
/
Tetrominoes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{31FFEC1B-515A-4238-98AE-8E843BFBD798}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0D067517-CFE6-412F-9EAD-C1E145512D80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tetrominoes", "src\Tetrominoes\Tetrominoes.csproj", "{0C01E040-095B-4350-8C2A-C2FFFEF93E8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tetrominoes.OpenGL", "src\Tetrominoes.OpenGL\Tetrominoes.OpenGL.csproj", "{DE09C381-524D-42E8-B6CB-D1A6F93409E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tetrominoes.Tests", "tests\Tetrominoes.Tests\Tetrominoes.Tests.csproj", "{CD46DB9E-ADBD-4B30-A162-BA0A00CD8555}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C01E040-095B-4350-8C2A-C2FFFEF93E8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C01E040-095B-4350-8C2A-C2FFFEF93E8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C01E040-095B-4350-8C2A-C2FFFEF93E8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C01E040-095B-4350-8C2A-C2FFFEF93E8E}.Release|Any CPU.Build.0 = Release|Any CPU
{DE09C381-524D-42E8-B6CB-D1A6F93409E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE09C381-524D-42E8-B6CB-D1A6F93409E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE09C381-524D-42E8-B6CB-D1A6F93409E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE09C381-524D-42E8-B6CB-D1A6F93409E3}.Release|Any CPU.Build.0 = Release|Any CPU
{CD46DB9E-ADBD-4B30-A162-BA0A00CD8555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD46DB9E-ADBD-4B30-A162-BA0A00CD8555}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD46DB9E-ADBD-4B30-A162-BA0A00CD8555}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD46DB9E-ADBD-4B30-A162-BA0A00CD8555}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C01E040-095B-4350-8C2A-C2FFFEF93E8E} = {31FFEC1B-515A-4238-98AE-8E843BFBD798}
{DE09C381-524D-42E8-B6CB-D1A6F93409E3} = {31FFEC1B-515A-4238-98AE-8E843BFBD798}
{CD46DB9E-ADBD-4B30-A162-BA0A00CD8555} = {0D067517-CFE6-412F-9EAD-C1E145512D80}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE644B42-9397-4041-A892-B9B527AA6796}
EndGlobalSection
EndGlobal