-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRayEngine.sln
More file actions
36 lines (36 loc) · 1.83 KB
/
RayEngine.sln
File metadata and controls
36 lines (36 loc) · 1.83 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sandbox", "Sandbox\Sandbox.vcxproj", "{A4907F4C-3E5D-4A42-A5CD-979B4BADA423}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RayEngine", "RayEngine\RayEngine.vcxproj", "{30DCE1B6-A900-4F55-A04E-818185C82A18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Development|x64 = Development|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4907F4C-3E5D-4A42-A5CD-979B4BADA423}.Debug|x64.ActiveCfg = Debug|x64
{A4907F4C-3E5D-4A42-A5CD-979B4BADA423}.Debug|x64.Build.0 = Debug|x64
{A4907F4C-3E5D-4A42-A5CD-979B4BADA423}.Development|x64.ActiveCfg = Development|Win32
{A4907F4C-3E5D-4A42-A5CD-979B4BADA423}.Development|x64.Build.0 = Development|x64
{A4907F4C-3E5D-4A42-A5CD-979B4BADA423}.Release|x64.ActiveCfg = Release|x64
{A4907F4C-3E5D-4A42-A5CD-979B4BADA423}.Release|x64.Build.0 = Release|x64
{30DCE1B6-A900-4F55-A04E-818185C82A18}.Debug|x64.ActiveCfg = Debug|x64
{30DCE1B6-A900-4F55-A04E-818185C82A18}.Debug|x64.Build.0 = Debug|x64
{30DCE1B6-A900-4F55-A04E-818185C82A18}.Development|x64.ActiveCfg = Development|x64
{30DCE1B6-A900-4F55-A04E-818185C82A18}.Development|x64.Build.0 = Development|x64
{30DCE1B6-A900-4F55-A04E-818185C82A18}.Release|x64.ActiveCfg = Release|x64
{30DCE1B6-A900-4F55-A04E-818185C82A18}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {093D7B16-282F-4D55-97F8-67B3CB3152D8}
EndGlobalSection
EndGlobal