blob: 8f65c96958eea722e9046c39e96dfaadfc718b16 (
plain) (
blame)
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
|
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderDebug", "./RenderDebug.vcxproj", "{473AD218-8370-A35E-CAB1-F030F86A6449}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
checked|Win32 = checked|Win32
debug|Win32 = debug|Win32
profile|Win32 = profile|Win32
release|Win32 = release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{473AD218-8370-A35E-CAB1-F030F86A6449}.checked|Win32.ActiveCfg = checked|Win32
{473AD218-8370-A35E-CAB1-F030F86A6449}.checked|Win32.Build.0 = checked|Win32
{473AD218-8370-A35E-CAB1-F030F86A6449}.debug|Win32.ActiveCfg = debug|Win32
{473AD218-8370-A35E-CAB1-F030F86A6449}.debug|Win32.Build.0 = debug|Win32
{473AD218-8370-A35E-CAB1-F030F86A6449}.profile|Win32.ActiveCfg = profile|Win32
{473AD218-8370-A35E-CAB1-F030F86A6449}.profile|Win32.Build.0 = profile|Win32
{473AD218-8370-A35E-CAB1-F030F86A6449}.release|Win32.ActiveCfg = release|Win32
{473AD218-8370-A35E-CAB1-F030F86A6449}.release|Win32.Build.0 = release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddins) = postSolution
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal
|