forked from uakfdotb/ghostpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathghost.sln
97 lines (97 loc) · 6.55 KB
/
ghost.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29521.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ghost", "ghost\ghost.vcxproj", "{B57A04BC-13D4-4CAD-B835-C046B9D66269}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BNCSutil", "bncsutil\vc8_build\BNCSutil.vcxproj", "{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "update_dota_elo", "update_dota_elo\update_dota_elo.vcxproj", "{B77E1E52-C1FB-4226-B05B-9E70433BB95E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "update_w3mmd_elo", "update_w3mmd_elo\update_w3mmd_elo.vcxproj", "{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug MySQL|Win32 = Debug MySQL|Win32
Debug MySQL|x64 = Debug MySQL|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release MySQL|Win32 = Release MySQL|Win32
Release MySQL|x64 = Release MySQL|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug MySQL|Win32.ActiveCfg = Debug MySQL|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug MySQL|Win32.Build.0 = Debug MySQL|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug MySQL|x64.ActiveCfg = Debug MySQL|x64
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug MySQL|x64.Build.0 = Debug MySQL|x64
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug|Win32.ActiveCfg = Debug|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug|Win32.Build.0 = Debug|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug|x64.ActiveCfg = Debug|x64
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug|x64.Build.0 = Debug|x64
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release MySQL|Win32.ActiveCfg = Release MySQL|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release MySQL|Win32.Build.0 = Release MySQL|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release MySQL|x64.ActiveCfg = Release MySQL|x64
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release MySQL|x64.Build.0 = Release MySQL|x64
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release|Win32.ActiveCfg = Release|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release|Win32.Build.0 = Release|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release|x64.ActiveCfg = Release|x64
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release|x64.Build.0 = Release|x64
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug MySQL|Win32.ActiveCfg = Debug MySQL|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug MySQL|Win32.Build.0 = Debug MySQL|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug MySQL|x64.ActiveCfg = Debug MySQL|x64
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug MySQL|x64.Build.0 = Debug MySQL|x64
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug|Win32.ActiveCfg = Debug|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug|Win32.Build.0 = Debug|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug|x64.ActiveCfg = Debug|x64
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug|x64.Build.0 = Debug|x64
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release MySQL|Win32.ActiveCfg = Release MySQL|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release MySQL|Win32.Build.0 = Release MySQL|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release MySQL|x64.ActiveCfg = Release MySQL|x64
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release MySQL|x64.Build.0 = Release MySQL|x64
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release|Win32.ActiveCfg = Release|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release|Win32.Build.0 = Release|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release|x64.ActiveCfg = Release|x64
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release|x64.Build.0 = Release|x64
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug MySQL|Win32.ActiveCfg = Debug|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug MySQL|Win32.Build.0 = Debug|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug MySQL|x64.ActiveCfg = Debug|x64
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug MySQL|x64.Build.0 = Debug|x64
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug|Win32.ActiveCfg = Debug|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug|Win32.Build.0 = Debug|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug|x64.ActiveCfg = Debug|x64
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug|x64.Build.0 = Debug|x64
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release MySQL|Win32.ActiveCfg = Release|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release MySQL|Win32.Build.0 = Release|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release MySQL|x64.ActiveCfg = Release|x64
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release MySQL|x64.Build.0 = Release|x64
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release|Win32.ActiveCfg = Release|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release|Win32.Build.0 = Release|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release|x64.ActiveCfg = Release|x64
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release|x64.Build.0 = Release|x64
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Debug MySQL|Win32.ActiveCfg = Debug|Win32
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Debug MySQL|Win32.Build.0 = Debug|Win32
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Debug MySQL|x64.ActiveCfg = Debug|x64
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Debug MySQL|x64.Build.0 = Debug|x64
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Debug|Win32.ActiveCfg = Debug|Win32
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Debug|Win32.Build.0 = Debug|Win32
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Debug|x64.ActiveCfg = Debug|x64
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Debug|x64.Build.0 = Debug|x64
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Release MySQL|Win32.ActiveCfg = Release|Win32
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Release MySQL|Win32.Build.0 = Release|Win32
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Release MySQL|x64.ActiveCfg = Release|x64
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Release MySQL|x64.Build.0 = Release|x64
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Release|Win32.ActiveCfg = Release|Win32
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Release|Win32.Build.0 = Release|Win32
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Release|x64.ActiveCfg = Release|x64
{67FB5DB9-6F09-4F1A-BB70-66CD585599FC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F158B6F-65D9-40CC-B70D-790DE0A50E4A}
EndGlobalSection
EndGlobal