-
Notifications
You must be signed in to change notification settings - Fork 4
/
df3d.sln
29 lines (29 loc) · 1.44 KB
/
df3d.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renderer", "renderer\renderer.vcxproj", "{7A4EFEFC-5BCB-4139-85AD-556C6469A0BD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "client\client.vcxproj", "{B0237D0C-EB5F-4B50-B8B4-E885C66E1D17}"
ProjectSection(ProjectDependencies) = postProject
{7A4EFEFC-5BCB-4139-85AD-556C6469A0BD} = {7A4EFEFC-5BCB-4139-85AD-556C6469A0BD}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A4EFEFC-5BCB-4139-85AD-556C6469A0BD}.Debug|Win32.ActiveCfg = Debug|Win32
{7A4EFEFC-5BCB-4139-85AD-556C6469A0BD}.Debug|Win32.Build.0 = Debug|Win32
{7A4EFEFC-5BCB-4139-85AD-556C6469A0BD}.Release|Win32.ActiveCfg = Release|Win32
{7A4EFEFC-5BCB-4139-85AD-556C6469A0BD}.Release|Win32.Build.0 = Release|Win32
{B0237D0C-EB5F-4B50-B8B4-E885C66E1D17}.Debug|Win32.ActiveCfg = Debug|Win32
{B0237D0C-EB5F-4B50-B8B4-E885C66E1D17}.Debug|Win32.Build.0 = Debug|Win32
{B0237D0C-EB5F-4B50-B8B4-E885C66E1D17}.Release|Win32.ActiveCfg = Release|Win32
{B0237D0C-EB5F-4B50-B8B4-E885C66E1D17}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal