-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInSource.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
InSource.sln
File metadata and controls
37 lines (37 loc) · 2.02 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "game\client\swarm_skeleton_client.vcxproj", "{A26C0361-6B09-9E3D-5194-C9CB89243710}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "game\server\swarm_skeleton_server.vcxproj", "{5F66F048-1D65-4D70-A050-12AB030009BE}"
ProjectSection(ProjectDependencies) = postProject
{A26C0361-6B09-9E3D-5194-C9CB89243710} = {A26C0361-6B09-9E3D-5194-C9CB89243710}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shaderlib", "materialsystem\shaderlib\shaderlib_swarm.vcxproj", "{1A1149D9-CB1B-BF85-19CA-C9C2996BFDE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A26C0361-6B09-9E3D-5194-C9CB89243710}.Debug|Win32.ActiveCfg = Debug|Win32
{A26C0361-6B09-9E3D-5194-C9CB89243710}.Debug|Win32.Build.0 = Debug|Win32
{A26C0361-6B09-9E3D-5194-C9CB89243710}.Release|Win32.ActiveCfg = Release|Win32
{A26C0361-6B09-9E3D-5194-C9CB89243710}.Release|Win32.Build.0 = Release|Win32
{5F66F048-1D65-4D70-A050-12AB030009BE}.Debug|Win32.ActiveCfg = Debug|Win32
{5F66F048-1D65-4D70-A050-12AB030009BE}.Debug|Win32.Build.0 = Debug|Win32
{5F66F048-1D65-4D70-A050-12AB030009BE}.Release|Win32.ActiveCfg = Release|Win32
{5F66F048-1D65-4D70-A050-12AB030009BE}.Release|Win32.Build.0 = Release|Win32
{1A1149D9-CB1B-BF85-19CA-C9C2996BFDE8}.Debug|Win32.ActiveCfg = Debug|Win32
{1A1149D9-CB1B-BF85-19CA-C9C2996BFDE8}.Debug|Win32.Build.0 = Debug|Win32
{1A1149D9-CB1B-BF85-19CA-C9C2996BFDE8}.Release|Win32.ActiveCfg = Release|Win32
{1A1149D9-CB1B-BF85-19CA-C9C2996BFDE8}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal