forked from BackToTech-Study/HuntTheTwistedWumpus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHuntTheWumpus.sln
43 lines (43 loc) · 2.56 KB
/
HuntTheWumpus.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameServerUnitTests", "GameServerUnitTests\GameServerUnitTests.csproj", "{BB72AF83-1439-4095-B076-D058F305009D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameServer", "GameServer\GameServer.csproj", "{522792B6-39CE-4F63-A7A2-16CF7541A20F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleClient", "ConsoleClient\ConsoleClient.csproj", "{641DDB71-B304-40F1-ADCB-6C96FB163287}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleClientUnitTests", "ConsoleClientUnitTests\ConsoleClientUnitTests.csproj", "{ECE6B186-BE53-4110-B27D-A8D96AE34028}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB72AF83-1439-4095-B076-D058F305009D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB72AF83-1439-4095-B076-D058F305009D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB72AF83-1439-4095-B076-D058F305009D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB72AF83-1439-4095-B076-D058F305009D}.Release|Any CPU.Build.0 = Release|Any CPU
{522792B6-39CE-4F63-A7A2-16CF7541A20F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{522792B6-39CE-4F63-A7A2-16CF7541A20F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{522792B6-39CE-4F63-A7A2-16CF7541A20F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{522792B6-39CE-4F63-A7A2-16CF7541A20F}.Release|Any CPU.Build.0 = Release|Any CPU
{641DDB71-B304-40F1-ADCB-6C96FB163287}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{641DDB71-B304-40F1-ADCB-6C96FB163287}.Debug|Any CPU.Build.0 = Debug|Any CPU
{641DDB71-B304-40F1-ADCB-6C96FB163287}.Release|Any CPU.ActiveCfg = Release|Any CPU
{641DDB71-B304-40F1-ADCB-6C96FB163287}.Release|Any CPU.Build.0 = Release|Any CPU
{ECE6B186-BE53-4110-B27D-A8D96AE34028}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECE6B186-BE53-4110-B27D-A8D96AE34028}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECE6B186-BE53-4110-B27D-A8D96AE34028}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECE6B186-BE53-4110-B27D-A8D96AE34028}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C7A0A1A-B584-43B6-9374-841B7989EFF4}
EndGlobalSection
EndGlobal