-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoop_game.sln
34 lines (34 loc) · 1.71 KB
/
coop_game.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
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", "code\dlls\game\game.vcxproj", "{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Demo Release|x86 = Demo Release|x86
Intel Release|x86 = Intel Release|x86
Release CDROM|x86 = Release CDROM|x86
Release|x86 = Release|x86
VTune|x86 = VTune|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Debug|x86.ActiveCfg = Debug|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Debug|x86.Build.0 = Debug|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Demo Release|x86.ActiveCfg = Demo Release|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Demo Release|x86.Build.0 = Demo Release|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Intel Release|x86.ActiveCfg = Intel Release|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Intel Release|x86.Build.0 = Intel Release|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Release CDROM|x86.ActiveCfg = Release CDROM|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Release CDROM|x86.Build.0 = Release CDROM|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Release|x86.ActiveCfg = Release|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.Release|x86.Build.0 = Release|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.VTune|x86.ActiveCfg = VTune|Win32
{34A79A9A-565C-43EF-AFD6-FCF8C1E7E2FD}.VTune|x86.Build.0 = VTune|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal