-
Notifications
You must be signed in to change notification settings - Fork 1
/
ghost.sln
49 lines (49 loc) · 3.02 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
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.vcproj", "{B77E1E52-C1FB-4226-B05B-9E70433BB95E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug MySQL|Win32 = Debug MySQL|Win32
Debug|Win32 = Debug|Win32
Release MySQL|Win32 = Release MySQL|Win32
Release|Win32 = Release|Win32
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|Win32.ActiveCfg = Debug|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Debug|Win32.Build.0 = Debug|Win32
{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|Win32.ActiveCfg = Release|Win32
{B57A04BC-13D4-4CAD-B835-C046B9D66269}.Release|Win32.Build.0 = Release|Win32
{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|Win32.ActiveCfg = Debug|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Debug|Win32.Build.0 = Debug|Win32
{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|Win32.ActiveCfg = Release|Win32
{CFB9AEE6-C0BB-49B0-B0F5-F564975202B8}.Release|Win32.Build.0 = Release|Win32
{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|Win32.ActiveCfg = Debug|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Debug|Win32.Build.0 = Debug|Win32
{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|Win32.ActiveCfg = Release|Win32
{B77E1E52-C1FB-4226-B05B-9E70433BB95E}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal