forked from CyberBoardPBEM/cbwindows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CyberBoard.sln
40 lines (40 loc) · 2.15 KB
/
CyberBoard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CBDesign", "GM\CBDsgn32.vcxproj", "{107CA415-78FA-4517-B192-D207313CD48E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CBPlay", "GP\Cbplay32.vcxproj", "{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
DebugU|Win32 = DebugU|Win32
DebugU|x64 = DebugU|x64
ReleaseU|Win32 = ReleaseU|Win32
ReleaseU|x64 = ReleaseU|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{107CA415-78FA-4517-B192-D207313CD48E}.DebugU|Win32.ActiveCfg = DebugU|Win32
{107CA415-78FA-4517-B192-D207313CD48E}.DebugU|Win32.Build.0 = DebugU|Win32
{107CA415-78FA-4517-B192-D207313CD48E}.DebugU|x64.ActiveCfg = DebugU|x64
{107CA415-78FA-4517-B192-D207313CD48E}.DebugU|x64.Build.0 = DebugU|x64
{107CA415-78FA-4517-B192-D207313CD48E}.ReleaseU|Win32.ActiveCfg = ReleaseU|Win32
{107CA415-78FA-4517-B192-D207313CD48E}.ReleaseU|Win32.Build.0 = ReleaseU|Win32
{107CA415-78FA-4517-B192-D207313CD48E}.ReleaseU|x64.ActiveCfg = ReleaseU|x64
{107CA415-78FA-4517-B192-D207313CD48E}.ReleaseU|x64.Build.0 = ReleaseU|x64
{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}.DebugU|Win32.ActiveCfg = DebugU|Win32
{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}.DebugU|Win32.Build.0 = DebugU|Win32
{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}.DebugU|x64.ActiveCfg = DebugU|x64
{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}.DebugU|x64.Build.0 = DebugU|x64
{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}.ReleaseU|Win32.ActiveCfg = ReleaseU|Win32
{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}.ReleaseU|Win32.Build.0 = ReleaseU|Win32
{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}.ReleaseU|x64.ActiveCfg = ReleaseU|x64
{2A0A2247-0569-4973-8E0D-8A3DF0B66A43}.ReleaseU|x64.Build.0 = ReleaseU|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73745982-6D48-4833-A009-4136E65040C2}
EndGlobalSection
EndGlobal