-
Notifications
You must be signed in to change notification settings - Fork 2
/
OpenHoldem.sln
108 lines (108 loc) · 5.86 KB
/
OpenHoldem.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BBB408A-BE3F-445E-85A4-4E677116F815}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(SolutionItems) = preProject
ManualMode Release Notes.txt = ManualMode Release Notes.txt
OHReplay Release Notes.txt = OHReplay Release Notes.txt
OpenHoldem Release Notes.txt = OpenHoldem Release Notes.txt
OpenScrape Release Notes.txt = OpenScrape Release Notes.txt
sources of code.txt = sources of code.txt
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "1. OpenHoldem", "OpenHoldem\OpenHoldem.vcproj", "{4B4F8898-50C6-4F07-8771-B140482DBA69}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{E757A486-9770-4DB4-8299-00E22986E604} = {E757A486-9770-4DB4-8299-00E22986E604}
{A4DEF05E-E072-493E-B282-84731D60BCF0} = {A4DEF05E-E072-493E-B282-84731D60BCF0}
{A99B05F1-7EAF-4BED-AB9B-35853B1ECD4D} = {A99B05F1-7EAF-4BED-AB9B-35853B1ECD4D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "2. OpenScrape", "OpenScrape\OpenScrape.vcproj", "{24FC33AE-EECA-44F8-924C-D3658612C383}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3. ManualMode", "ManualMode\ManualMode.vcproj", "{912CBD08-CFC5-4E5C-A6B5-FD18379467F2}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{A4DEF05E-E072-493E-B282-84731D60BCF0} = {A4DEF05E-E072-493E-B282-84731D60BCF0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "4. OHReplay", "OHReplay\OHReplay.vcproj", "{339B71A7-4462-40FD-AE9C-ABA2EB73999A}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Perl_Callback", "Perl_Callback\Perl_Callback.vcproj", "{A99B05F1-7EAF-4BED-AB9B-35853B1ECD4D}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "poker-eval", "pokereval\poker-eval.vcproj", "{A4DEF05E-E072-493E-B282-84731D60BCF0}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SciLexer", "scintilla\vcbuild\SciLexer.vcproj", "{E757A486-9770-4DB4-8299-00E22986E604}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B4F8898-50C6-4F07-8771-B140482DBA69}.Debug|Win32.ActiveCfg = Debug|Win32
{4B4F8898-50C6-4F07-8771-B140482DBA69}.Debug|Win32.Build.0 = Debug|Win32
{4B4F8898-50C6-4F07-8771-B140482DBA69}.Release|Win32.ActiveCfg = Release|Win32
{4B4F8898-50C6-4F07-8771-B140482DBA69}.Release|Win32.Build.0 = Release|Win32
{24FC33AE-EECA-44F8-924C-D3658612C383}.Debug|Win32.ActiveCfg = Debug|Win32
{24FC33AE-EECA-44F8-924C-D3658612C383}.Debug|Win32.Build.0 = Debug|Win32
{24FC33AE-EECA-44F8-924C-D3658612C383}.Release|Win32.ActiveCfg = Release|Win32
{24FC33AE-EECA-44F8-924C-D3658612C383}.Release|Win32.Build.0 = Release|Win32
{912CBD08-CFC5-4E5C-A6B5-FD18379467F2}.Debug|Win32.ActiveCfg = Debug|Win32
{912CBD08-CFC5-4E5C-A6B5-FD18379467F2}.Debug|Win32.Build.0 = Debug|Win32
{912CBD08-CFC5-4E5C-A6B5-FD18379467F2}.Release|Win32.ActiveCfg = Release|Win32
{912CBD08-CFC5-4E5C-A6B5-FD18379467F2}.Release|Win32.Build.0 = Release|Win32
{339B71A7-4462-40FD-AE9C-ABA2EB73999A}.Debug|Win32.ActiveCfg = Debug|Win32
{339B71A7-4462-40FD-AE9C-ABA2EB73999A}.Debug|Win32.Build.0 = Debug|Win32
{339B71A7-4462-40FD-AE9C-ABA2EB73999A}.Release|Win32.ActiveCfg = Release|Win32
{339B71A7-4462-40FD-AE9C-ABA2EB73999A}.Release|Win32.Build.0 = Release|Win32
{A99B05F1-7EAF-4BED-AB9B-35853B1ECD4D}.Debug|Win32.ActiveCfg = Debug|Win32
{A99B05F1-7EAF-4BED-AB9B-35853B1ECD4D}.Debug|Win32.Build.0 = Debug|Win32
{A99B05F1-7EAF-4BED-AB9B-35853B1ECD4D}.Release|Win32.ActiveCfg = Release|Win32
{A99B05F1-7EAF-4BED-AB9B-35853B1ECD4D}.Release|Win32.Build.0 = Release|Win32
{A4DEF05E-E072-493E-B282-84731D60BCF0}.Debug|Win32.ActiveCfg = Debug|Win32
{A4DEF05E-E072-493E-B282-84731D60BCF0}.Debug|Win32.Build.0 = Debug|Win32
{A4DEF05E-E072-493E-B282-84731D60BCF0}.Release|Win32.ActiveCfg = Release|Win32
{A4DEF05E-E072-493E-B282-84731D60BCF0}.Release|Win32.Build.0 = Release|Win32
{E757A486-9770-4DB4-8299-00E22986E604}.Debug|Win32.ActiveCfg = Debug|Win32
{E757A486-9770-4DB4-8299-00E22986E604}.Debug|Win32.Build.0 = Debug|Win32
{E757A486-9770-4DB4-8299-00E22986E604}.Release|Win32.ActiveCfg = Release|Win32
{E757A486-9770-4DB4-8299-00E22986E604}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot =
EndGlobalSection
EndGlobal