-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSharp-Poker-Game.sln
49 lines (49 loc) · 3.08 KB
/
CSharp-Poker-Game.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 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardGameConsole", "CardGameConsole\CardGameConsole.csproj", "{AA53C764-57A3-4B45-BD34-FD865FEC5D85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardLibrary", "CardLibrary\CardLibrary.csproj", "{2FC5F0F2-AA87-4788-B5CE-0C4EB71E31CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardLibrary.UnitTests", "CardLibrary.UnitTests\CardLibrary.UnitTests.csproj", "{50B2C0B3-57C1-453F-891C-AF60D1C5CA71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokerSessionLibrary", "PokerSessionLibrary\PokerSessionLibrary.csproj", "{A017F36B-CF2E-4D57-B55F-F6764033F5D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokerSessionLibrary.UnitTests", "PokerSessionLibrary.UnitTests\PokerSessionLibrary.UnitTests.csproj", "{5A5C1849-7A7F-4003-BB5C-59279ED69446}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA53C764-57A3-4B45-BD34-FD865FEC5D85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA53C764-57A3-4B45-BD34-FD865FEC5D85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA53C764-57A3-4B45-BD34-FD865FEC5D85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA53C764-57A3-4B45-BD34-FD865FEC5D85}.Release|Any CPU.Build.0 = Release|Any CPU
{2FC5F0F2-AA87-4788-B5CE-0C4EB71E31CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC5F0F2-AA87-4788-B5CE-0C4EB71E31CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC5F0F2-AA87-4788-B5CE-0C4EB71E31CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC5F0F2-AA87-4788-B5CE-0C4EB71E31CD}.Release|Any CPU.Build.0 = Release|Any CPU
{50B2C0B3-57C1-453F-891C-AF60D1C5CA71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B2C0B3-57C1-453F-891C-AF60D1C5CA71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B2C0B3-57C1-453F-891C-AF60D1C5CA71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B2C0B3-57C1-453F-891C-AF60D1C5CA71}.Release|Any CPU.Build.0 = Release|Any CPU
{A017F36B-CF2E-4D57-B55F-F6764033F5D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A017F36B-CF2E-4D57-B55F-F6764033F5D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A017F36B-CF2E-4D57-B55F-F6764033F5D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A017F36B-CF2E-4D57-B55F-F6764033F5D5}.Release|Any CPU.Build.0 = Release|Any CPU
{5A5C1849-7A7F-4003-BB5C-59279ED69446}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A5C1849-7A7F-4003-BB5C-59279ED69446}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A5C1849-7A7F-4003-BB5C-59279ED69446}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A5C1849-7A7F-4003-BB5C-59279ED69446}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BCA3E02-0D7A-4EFD-9D53-3FE7F9509EDC}
EndGlobalSection
EndGlobal