-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHangman.sln
More file actions
49 lines (49 loc) · 2.92 KB
/
Hangman.sln
File metadata and controls
49 lines (49 loc) · 2.92 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangman.Components", "Hangman.Components\Hangman.Components.csproj", "{0CE5657E-EF01-41DE-9A7D-BB1BF142B697}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangman.ConsoleInterface", "Hangman.ConsoleInterface\Hangman.ConsoleInterface.csproj", "{64A15016-032C-4D70-AD89-70E422604E42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangman.Components.Tests", "Hangman.Components.Tests\Hangman.Components.Tests.csproj", "{6D25A121-A2F4-415D-A297-62AC98122779}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangman.ConsoleInterface.Tests", "Hangman.ConsoleInterface.Tests\Hangman.ConsoleInterface.Tests.csproj", "{897CBF65-4BEB-400B-887E-AE1553DB2F74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8C52FCD7-BD2B-4587-AD3E-F7F62C96679F}"
ProjectSection(SolutionItems) = preProject
example.secrets.json = example.secrets.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CE5657E-EF01-41DE-9A7D-BB1BF142B697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CE5657E-EF01-41DE-9A7D-BB1BF142B697}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CE5657E-EF01-41DE-9A7D-BB1BF142B697}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CE5657E-EF01-41DE-9A7D-BB1BF142B697}.Release|Any CPU.Build.0 = Release|Any CPU
{64A15016-032C-4D70-AD89-70E422604E42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64A15016-032C-4D70-AD89-70E422604E42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64A15016-032C-4D70-AD89-70E422604E42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64A15016-032C-4D70-AD89-70E422604E42}.Release|Any CPU.Build.0 = Release|Any CPU
{6D25A121-A2F4-415D-A297-62AC98122779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D25A121-A2F4-415D-A297-62AC98122779}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D25A121-A2F4-415D-A297-62AC98122779}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D25A121-A2F4-415D-A297-62AC98122779}.Release|Any CPU.Build.0 = Release|Any CPU
{897CBF65-4BEB-400B-887E-AE1553DB2F74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{897CBF65-4BEB-400B-887E-AE1553DB2F74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{897CBF65-4BEB-400B-887E-AE1553DB2F74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{897CBF65-4BEB-400B-887E-AE1553DB2F74}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74C6B730-0937-4CF4-B4C7-FF7355241DC2}
EndGlobalSection
EndGlobal