-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameOfLife.sln
More file actions
34 lines (34 loc) · 1.65 KB
/
GameOfLife.sln
File metadata and controls
34 lines (34 loc) · 1.65 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameOfLife", "GameOfLife\GameOfLife.csproj", "{7971D185-4A94-4325-9E08-E287DEF71B0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameOfLifeTest", "GameOfLifeTest\GameOfLifeTest.csproj", "{8F8D7D9C-FECE-40BB-93E3-919CC4E93D6C}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7971D185-4A94-4325-9E08-E287DEF71B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7971D185-4A94-4325-9E08-E287DEF71B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7971D185-4A94-4325-9E08-E287DEF71B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7971D185-4A94-4325-9E08-E287DEF71B0E}.Release|Any CPU.Build.0 = Release|Any CPU
{8F8D7D9C-FECE-40BB-93E3-919CC4E93D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F8D7D9C-FECE-40BB-93E3-919CC4E93D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F8D7D9C-FECE-40BB-93E3-919CC4E93D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F8D7D9C-FECE-40BB-93E3-919CC4E93D6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40B18049-8F8A-44C8-947B-169B7BB4921E}
EndGlobalSection
EndGlobal