-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCsExamples.sln
79 lines (79 loc) · 5.35 KB
/
CsExamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFramework", "TempCs\TestFramework.csproj", "{2F00D329-1267-4E47-80B7-BADEC02DE5A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCore", "TestCore\TestCore.csproj", "{90334417-172C-41D4-8E1F-DF9B9FE7670B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chess-1-Simple", "Chess\Chess-1-Simple.csproj", "{21EC60C2-859E-49CC-900B-363F64AF1C95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chess-3-Classes", "ChessWithClasses\Chess-3-Classes.csproj", "{0ACB65EF-8BEB-47B0-AA4D-9B5CD687303F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chess-2-Delegates", "ChessWithDelegates\Chess-2-Delegates.csproj", "{25C791D3-1EF1-44CC-9CAD-7ECE356F562E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cypher", "Cypher\Cypher.csproj", "{29D4CAD0-7893-473B-86A4-B7952A333E43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FillWords", "FillWords\FillWords\FillWords.csproj", "{3D59EE7D-5C10-4BA9-9170-E15D2BC320C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HangmanConsole", "HangmanConsole\HangmanConsole.csproj", "{8F0C88A3-7FBB-4E08-9A85-35431E7509C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RelationsTask", "RelationsTask\RelationsTask.csproj", "{D63E3955-CDD5-4C16-A466-CBD54F146AC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DummyDatabase", "DummyDatabase\DummyDatabase.csproj", "{CADBB4E5-9E37-4469-A8E6-EBB0809DBA37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F00D329-1267-4E47-80B7-BADEC02DE5A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F00D329-1267-4E47-80B7-BADEC02DE5A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F00D329-1267-4E47-80B7-BADEC02DE5A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F00D329-1267-4E47-80B7-BADEC02DE5A9}.Release|Any CPU.Build.0 = Release|Any CPU
{90334417-172C-41D4-8E1F-DF9B9FE7670B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90334417-172C-41D4-8E1F-DF9B9FE7670B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90334417-172C-41D4-8E1F-DF9B9FE7670B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90334417-172C-41D4-8E1F-DF9B9FE7670B}.Release|Any CPU.Build.0 = Release|Any CPU
{21EC60C2-859E-49CC-900B-363F64AF1C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21EC60C2-859E-49CC-900B-363F64AF1C95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21EC60C2-859E-49CC-900B-363F64AF1C95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21EC60C2-859E-49CC-900B-363F64AF1C95}.Release|Any CPU.Build.0 = Release|Any CPU
{0ACB65EF-8BEB-47B0-AA4D-9B5CD687303F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ACB65EF-8BEB-47B0-AA4D-9B5CD687303F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ACB65EF-8BEB-47B0-AA4D-9B5CD687303F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ACB65EF-8BEB-47B0-AA4D-9B5CD687303F}.Release|Any CPU.Build.0 = Release|Any CPU
{25C791D3-1EF1-44CC-9CAD-7ECE356F562E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25C791D3-1EF1-44CC-9CAD-7ECE356F562E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25C791D3-1EF1-44CC-9CAD-7ECE356F562E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25C791D3-1EF1-44CC-9CAD-7ECE356F562E}.Release|Any CPU.Build.0 = Release|Any CPU
{29D4CAD0-7893-473B-86A4-B7952A333E43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29D4CAD0-7893-473B-86A4-B7952A333E43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29D4CAD0-7893-473B-86A4-B7952A333E43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29D4CAD0-7893-473B-86A4-B7952A333E43}.Release|Any CPU.Build.0 = Release|Any CPU
{3D59EE7D-5C10-4BA9-9170-E15D2BC320C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D59EE7D-5C10-4BA9-9170-E15D2BC320C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D59EE7D-5C10-4BA9-9170-E15D2BC320C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D59EE7D-5C10-4BA9-9170-E15D2BC320C4}.Release|Any CPU.Build.0 = Release|Any CPU
{8F0C88A3-7FBB-4E08-9A85-35431E7509C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F0C88A3-7FBB-4E08-9A85-35431E7509C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F0C88A3-7FBB-4E08-9A85-35431E7509C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F0C88A3-7FBB-4E08-9A85-35431E7509C7}.Release|Any CPU.Build.0 = Release|Any CPU
{D63E3955-CDD5-4C16-A466-CBD54F146AC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D63E3955-CDD5-4C16-A466-CBD54F146AC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D63E3955-CDD5-4C16-A466-CBD54F146AC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D63E3955-CDD5-4C16-A466-CBD54F146AC5}.Release|Any CPU.Build.0 = Release|Any CPU
{CADBB4E5-9E37-4469-A8E6-EBB0809DBA37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CADBB4E5-9E37-4469-A8E6-EBB0809DBA37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CADBB4E5-9E37-4469-A8E6-EBB0809DBA37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CADBB4E5-9E37-4469-A8E6-EBB0809DBA37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCA9E177-3170-48B4-9805-43BC4E3C4D45}
EndGlobalSection
EndGlobal