-
Notifications
You must be signed in to change notification settings - Fork 0
/
renderer.sln
executable file
·37 lines (37 loc) · 1.91 KB
/
renderer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "app", "app\app.vcxproj", "{D8C6D6B6-EB00-4AB7-AB14-E7A15110144F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renderer", "renderer\renderer.vcxproj", "{D2FE9BAC-29D4-446A-A31C-68A43F2D7ED4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scene", "scene\scene.vcxproj", "{85EC7D1D-B22C-4B2E-9A47-3C9DE376838D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2FE9BAC-29D4-446A-A31C-68A43F2D7ED4}.Debug|x64.ActiveCfg = Debug|x64
{D2FE9BAC-29D4-446A-A31C-68A43F2D7ED4}.Debug|x64.Build.0 = Debug|x64
{D2FE9BAC-29D4-446A-A31C-68A43F2D7ED4}.Release|x64.ActiveCfg = Release|x64
{D2FE9BAC-29D4-446A-A31C-68A43F2D7ED4}.Release|x64.Build.0 = Release|x64
{D8C6D6B6-EB00-4AB7-AB14-E7A15110144F}.Debug|x64.ActiveCfg = Debug|x64
{D8C6D6B6-EB00-4AB7-AB14-E7A15110144F}.Debug|x64.Build.0 = Debug|x64
{D8C6D6B6-EB00-4AB7-AB14-E7A15110144F}.Release|x64.ActiveCfg = Release|x64
{D8C6D6B6-EB00-4AB7-AB14-E7A15110144F}.Release|x64.Build.0 = Release|x64
{85EC7D1D-B22C-4B2E-9A47-3C9DE376838D}.Debug|x64.ActiveCfg = Debug|x64
{85EC7D1D-B22C-4B2E-9A47-3C9DE376838D}.Debug|x64.Build.0 = Debug|x64
{85EC7D1D-B22C-4B2E-9A47-3C9DE376838D}.Release|x64.ActiveCfg = Release|x64
{85EC7D1D-B22C-4B2E-9A47-3C9DE376838D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5140602-0C0E-41C8-A6E5-10D19F9465DC}
EndGlobalSection
EndGlobal