-
Notifications
You must be signed in to change notification settings - Fork 0
/
tmpl_2022-rt.sln
36 lines (36 loc) · 2.01 KB
/
tmpl_2022-rt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "1. CPUPathTracerVanilla", "1. CPU Path Tracer Vanilla\cpu-path-tracer-vanilla.vcxproj", "{5D40E792-C64A-4AF3-8324-7AEEA725E149}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "2. CPUPathTracerEnhanced", "2. CPU Path Tracer Enhanced\cpu-path-tracer-enhanced.vcxproj", "{67F7FE3E-A019-46BA-AACD-D44145C7FB02}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3. GPUPathTracer", "3. GPU Path Tracer\gpu-path-tracer.vcxproj", "{67408450-81BC-4214-B4E5-B5B11CD23E36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D40E792-C64A-4AF3-8324-7AEEA725E149}.Debug|x64.ActiveCfg = Debug|x64
{5D40E792-C64A-4AF3-8324-7AEEA725E149}.Debug|x64.Build.0 = Debug|x64
{5D40E792-C64A-4AF3-8324-7AEEA725E149}.Release|x64.ActiveCfg = Release|x64
{5D40E792-C64A-4AF3-8324-7AEEA725E149}.Release|x64.Build.0 = Release|x64
{67F7FE3E-A019-46BA-AACD-D44145C7FB02}.Debug|x64.ActiveCfg = Debug|x64
{67F7FE3E-A019-46BA-AACD-D44145C7FB02}.Debug|x64.Build.0 = Debug|x64
{67F7FE3E-A019-46BA-AACD-D44145C7FB02}.Release|x64.ActiveCfg = Release|x64
{67F7FE3E-A019-46BA-AACD-D44145C7FB02}.Release|x64.Build.0 = Release|x64
{67408450-81BC-4214-B4E5-B5B11CD23E36}.Debug|x64.ActiveCfg = Debug|x64
{67408450-81BC-4214-B4E5-B5B11CD23E36}.Debug|x64.Build.0 = Debug|x64
{67408450-81BC-4214-B4E5-B5B11CD23E36}.Release|x64.ActiveCfg = Release|x64
{67408450-81BC-4214-B4E5-B5B11CD23E36}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3527574C-6732-4C93-958B-A83270BFC935}
EndGlobalSection
EndGlobal