-
Notifications
You must be signed in to change notification settings - Fork 0
/
GOL.sln
55 lines (55 loc) · 3.65 KB
/
GOL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28621.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameOfLife.UI", "GameOfLife.UI\GameOfLife.UI.csproj", "{3A2F458F-396B-4432-89F6-77EB4544BBBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameOfLife.Library.Tests", "GameOfLife.Library.Tests\GameOfLife.Library.Tests.csproj", "{4FEBDD86-B64E-4B4E-AC9C-08C9FE1F3838}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameOfLife.Library", "GameOfLife.Library\GameOfLife.Library.csproj", "{56B3C77F-7FD2-4F8A-A3B1-2C60576E4BDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameOfLife.ConsoleUI", "GameOfLife.ConsoleUI\GameOfLife.ConsoleUI.csproj", "{A992B032-B908-4FE2-8144-E336EE3B0CD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameOfLife.PerformanceTest", "GameOfLife.PerformanceTest\GameOfLife.PerformanceTest.csproj", "{45EE5C20-042C-4709-B655-07F5E4B272EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameOfLife.Services", "GameOfLife.Services\GameOfLife.Services.csproj", "{4FB41F05-13E4-4CAC-8559-5DF599FE2B78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A2F458F-396B-4432-89F6-77EB4544BBBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A2F458F-396B-4432-89F6-77EB4544BBBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A2F458F-396B-4432-89F6-77EB4544BBBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A2F458F-396B-4432-89F6-77EB4544BBBF}.Release|Any CPU.Build.0 = Release|Any CPU
{4FEBDD86-B64E-4B4E-AC9C-08C9FE1F3838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FEBDD86-B64E-4B4E-AC9C-08C9FE1F3838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FEBDD86-B64E-4B4E-AC9C-08C9FE1F3838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FEBDD86-B64E-4B4E-AC9C-08C9FE1F3838}.Release|Any CPU.Build.0 = Release|Any CPU
{56B3C77F-7FD2-4F8A-A3B1-2C60576E4BDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56B3C77F-7FD2-4F8A-A3B1-2C60576E4BDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56B3C77F-7FD2-4F8A-A3B1-2C60576E4BDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56B3C77F-7FD2-4F8A-A3B1-2C60576E4BDF}.Release|Any CPU.Build.0 = Release|Any CPU
{A992B032-B908-4FE2-8144-E336EE3B0CD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A992B032-B908-4FE2-8144-E336EE3B0CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A992B032-B908-4FE2-8144-E336EE3B0CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A992B032-B908-4FE2-8144-E336EE3B0CD6}.Release|Any CPU.Build.0 = Release|Any CPU
{45EE5C20-042C-4709-B655-07F5E4B272EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45EE5C20-042C-4709-B655-07F5E4B272EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45EE5C20-042C-4709-B655-07F5E4B272EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45EE5C20-042C-4709-B655-07F5E4B272EC}.Release|Any CPU.Build.0 = Release|Any CPU
{4FB41F05-13E4-4CAC-8559-5DF599FE2B78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FB41F05-13E4-4CAC-8559-5DF599FE2B78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FB41F05-13E4-4CAC-8559-5DF599FE2B78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FB41F05-13E4-4CAC-8559-5DF599FE2B78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC6D4411-005D-4549-B539-1B5A8261168A}
EndGlobalSection
EndGlobal