forked from tastyspleen/r1q2-archive
-
Notifications
You must be signed in to change notification settings - Fork 2
/
quake2.sln
55 lines (55 loc) · 3.55 KB
/
quake2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "game", "game\game.vcxproj", "{2F8E7B11-51DA-450D-8C56-3112D61FE95F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "quake2", "quake2.vcxproj", "{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctfgame", "ctfgame\ctfgame.vcxproj", "{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug no Websockets|Win32 = Debug no Websockets|Win32
Debug|Win32 = Debug|Win32
Dedicated|Win32 = Dedicated|Win32
Release no Websockets|Win32 = Release no Websockets|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Debug no Websockets|Win32.ActiveCfg = Debug|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Debug no Websockets|Win32.Build.0 = Debug|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Debug|Win32.ActiveCfg = Debug|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Debug|Win32.Build.0 = Debug|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Dedicated|Win32.ActiveCfg = Debug|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Dedicated|Win32.Build.0 = Debug|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Release no Websockets|Win32.ActiveCfg = Release|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Release no Websockets|Win32.Build.0 = Release|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Release|Win32.ActiveCfg = Release|Win32
{2F8E7B11-51DA-450D-8C56-3112D61FE95F}.Release|Win32.Build.0 = Release|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Debug no Websockets|Win32.ActiveCfg = Debug no Websockets|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Debug no Websockets|Win32.Build.0 = Debug no Websockets|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Debug|Win32.ActiveCfg = Debug|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Debug|Win32.Build.0 = Debug|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Dedicated|Win32.ActiveCfg = Dedicated|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Dedicated|Win32.Build.0 = Dedicated|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Release no Websockets|Win32.ActiveCfg = Release no Websockets|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Release no Websockets|Win32.Build.0 = Release no Websockets|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Release|Win32.ActiveCfg = Release|Win32
{D2D159D6-D803-42E8-97DC-CA4A1F5F2728}.Release|Win32.Build.0 = Release|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Debug no Websockets|Win32.ActiveCfg = Debug|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Debug no Websockets|Win32.Build.0 = Debug|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Debug|Win32.ActiveCfg = Debug|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Debug|Win32.Build.0 = Debug|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Dedicated|Win32.ActiveCfg = Debug|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Dedicated|Win32.Build.0 = Debug|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Release no Websockets|Win32.ActiveCfg = Release|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Release no Websockets|Win32.Build.0 = Release|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Release|Win32.ActiveCfg = Release|Win32
{06E87433-7A47-4AA6-9F8F-A206EF21CC6E}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal