-
Notifications
You must be signed in to change notification settings - Fork 1
/
Poker.sln
37 lines (37 loc) · 2 KB
/
Poker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokerGame", "PokerGame.csproj", "{41FE7C63-198B-45D9-BFE8-8D74C6ECDB6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardLibrary", "CardLibrary\CardLibrary.csproj", "{D42C67BF-00E7-409C-8707-D7F4C54807ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardBox", "CardBox\CardBox.csproj", "{4306F47B-8244-452C-A30D-52AC33D2C271}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41FE7C63-198B-45D9-BFE8-8D74C6ECDB6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41FE7C63-198B-45D9-BFE8-8D74C6ECDB6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41FE7C63-198B-45D9-BFE8-8D74C6ECDB6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41FE7C63-198B-45D9-BFE8-8D74C6ECDB6F}.Release|Any CPU.Build.0 = Release|Any CPU
{D42C67BF-00E7-409C-8707-D7F4C54807ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D42C67BF-00E7-409C-8707-D7F4C54807ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D42C67BF-00E7-409C-8707-D7F4C54807ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D42C67BF-00E7-409C-8707-D7F4C54807ED}.Release|Any CPU.Build.0 = Release|Any CPU
{4306F47B-8244-452C-A30D-52AC33D2C271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4306F47B-8244-452C-A30D-52AC33D2C271}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4306F47B-8244-452C-A30D-52AC33D2C271}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4306F47B-8244-452C-A30D-52AC33D2C271}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D867520-9726-4516-9C2B-B52323F4FE4C}
EndGlobalSection
EndGlobal