-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPathTracer.sln
More file actions
51 lines (51 loc) · 2.53 KB
/
PathTracer.sln
File metadata and controls
51 lines (51 loc) · 2.53 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PathTracer", "PathTracer\PathTracer.vcxproj", "{4A675E68-4904-451D-A774-E92F07319327}"
ProjectSection(ProjectDependencies) = postProject
{05DB415D-0F33-44C9-8B9C-8562557B2704} = {05DB415D-0F33-44C9-8B9C-8562557B2704}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D45EC14-F0A3-4DA4-8A48-979175955758}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
include\CameraData.h = include\CameraData.h
include\IPathTracer.h = include\IPathTracer.h
include\IPathTracerManagement.h = include\IPathTracerManagement.h
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PT_CudaSimple", "PT_CudaSimple\PT_CudaSimple.vcxproj", "{05DB415D-0F33-44C9-8B9C-8562557B2704}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A675E68-4904-451D-A774-E92F07319327}.Debug|x64.ActiveCfg = Debug|x64
{4A675E68-4904-451D-A774-E92F07319327}.Debug|x64.Build.0 = Debug|x64
{4A675E68-4904-451D-A774-E92F07319327}.Debug|x86.ActiveCfg = Debug|Win32
{4A675E68-4904-451D-A774-E92F07319327}.Debug|x86.Build.0 = Debug|Win32
{4A675E68-4904-451D-A774-E92F07319327}.Release|x64.ActiveCfg = Release|x64
{4A675E68-4904-451D-A774-E92F07319327}.Release|x64.Build.0 = Release|x64
{4A675E68-4904-451D-A774-E92F07319327}.Release|x86.ActiveCfg = Release|Win32
{4A675E68-4904-451D-A774-E92F07319327}.Release|x86.Build.0 = Release|Win32
{05DB415D-0F33-44C9-8B9C-8562557B2704}.Debug|x64.ActiveCfg = Debug|x64
{05DB415D-0F33-44C9-8B9C-8562557B2704}.Debug|x64.Build.0 = Debug|x64
{05DB415D-0F33-44C9-8B9C-8562557B2704}.Debug|x86.ActiveCfg = Debug|x64
{05DB415D-0F33-44C9-8B9C-8562557B2704}.Release|x64.ActiveCfg = Release|x64
{05DB415D-0F33-44C9-8B9C-8562557B2704}.Release|x64.Build.0 = Release|x64
{05DB415D-0F33-44C9-8B9C-8562557B2704}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD554FA1-5411-4D77-8F85-85E812ACA8B8}
EndGlobalSection
EndGlobal