-
Notifications
You must be signed in to change notification settings - Fork 0
/
RockPaperScissors.sln
49 lines (49 loc) · 3.18 KB
/
RockPaperScissors.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RockPaperScissors.Tests", "RockPaperScissors.Tests\RockPaperScissors.Tests.csproj", "{283324F3-9E6D-491E-8362-5ECF902DB3E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RockPaperScissors.Server", "RockPaperScissors\Server\RockPaperScissors.Server.csproj", "{117E4C84-FC5F-4C1C-89B6-B9D8E0B71C21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RockPaperScissors.Client", "RockPaperScissors\Client\RockPaperScissors.Client.csproj", "{4C5E8F5A-478B-4D2D-9BC9-F2F01F8ED6F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RockPaperScissors.Shared", "RockPaperScissors\Shared\RockPaperScissors.Shared.csproj", "{E8CC5D97-D11D-4913-9682-0E98289368FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RockPaperScissors.IntegratedTests", "RockPaperScissors.IntegratedTests\RockPaperScissors.IntegratedTests.csproj", "{68BA0392-9039-4367-AC85-C6C93E824817}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{283324F3-9E6D-491E-8362-5ECF902DB3E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{283324F3-9E6D-491E-8362-5ECF902DB3E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{283324F3-9E6D-491E-8362-5ECF902DB3E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{283324F3-9E6D-491E-8362-5ECF902DB3E2}.Release|Any CPU.Build.0 = Release|Any CPU
{117E4C84-FC5F-4C1C-89B6-B9D8E0B71C21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{117E4C84-FC5F-4C1C-89B6-B9D8E0B71C21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{117E4C84-FC5F-4C1C-89B6-B9D8E0B71C21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{117E4C84-FC5F-4C1C-89B6-B9D8E0B71C21}.Release|Any CPU.Build.0 = Release|Any CPU
{4C5E8F5A-478B-4D2D-9BC9-F2F01F8ED6F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C5E8F5A-478B-4D2D-9BC9-F2F01F8ED6F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C5E8F5A-478B-4D2D-9BC9-F2F01F8ED6F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C5E8F5A-478B-4D2D-9BC9-F2F01F8ED6F6}.Release|Any CPU.Build.0 = Release|Any CPU
{E8CC5D97-D11D-4913-9682-0E98289368FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8CC5D97-D11D-4913-9682-0E98289368FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8CC5D97-D11D-4913-9682-0E98289368FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8CC5D97-D11D-4913-9682-0E98289368FD}.Release|Any CPU.Build.0 = Release|Any CPU
{68BA0392-9039-4367-AC85-C6C93E824817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68BA0392-9039-4367-AC85-C6C93E824817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68BA0392-9039-4367-AC85-C6C93E824817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68BA0392-9039-4367-AC85-C6C93E824817}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD6854A0-6425-4F6A-8DB7-FF10C5DC0756}
EndGlobalSection
EndGlobal