-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRTRad.sln
57 lines (57 loc) · 3 KB
/
RTRad.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{350A0B15-98C0-45E3-872B-4FEFB47AA37C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Falcor", "Source\Falcor\Falcor.vcxproj", "{2C535635-E4C5-4098-A928-574F0E7CD5F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildScripts", "BuildScripts", "{0ABDD59E-937B-41FF-B78A-7F47CBCCA387}"
ProjectSection(SolutionItems) = preProject
Build\deploycommon.bat = Build\deploycommon.bat
Build\deployproject.bat = Build\deployproject.bat
Build\patchpropssheet.py = Build\patchpropssheet.py
Build\prebuild.bat = Build\prebuild.bat
Build\update_dependencies.bat = Build\update_dependencies.bat
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RTRad", "Source\RTRad\RTRad.vcxproj", "{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
DebugD3D12|x64 = DebugD3D12|x64
Release|x64 = Release|x64
ReleaseD3D12|x64 = ReleaseD3D12|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C535635-E4C5-4098-A928-574F0E7CD5F9}.Debug|x64.ActiveCfg = DebugVK|x64
{2C535635-E4C5-4098-A928-574F0E7CD5F9}.Debug|x64.Build.0 = DebugVK|x64
{2C535635-E4C5-4098-A928-574F0E7CD5F9}.DebugD3D12|x64.ActiveCfg = DebugD3D12|x64
{2C535635-E4C5-4098-A928-574F0E7CD5F9}.DebugD3D12|x64.Build.0 = DebugD3D12|x64
{2C535635-E4C5-4098-A928-574F0E7CD5F9}.Release|x64.ActiveCfg = ReleaseVK|x64
{2C535635-E4C5-4098-A928-574F0E7CD5F9}.Release|x64.Build.0 = ReleaseVK|x64
{2C535635-E4C5-4098-A928-574F0E7CD5F9}.ReleaseD3D12|x64.ActiveCfg = ReleaseD3D12|x64
{2C535635-E4C5-4098-A928-574F0E7CD5F9}.ReleaseD3D12|x64.Build.0 = ReleaseD3D12|x64
{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}.Debug|x64.ActiveCfg = Debug|x64
{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}.Debug|x64.Build.0 = Debug|x64
{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}.DebugD3D12|x64.ActiveCfg = Debug|x64
{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}.DebugD3D12|x64.Build.0 = Debug|x64
{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}.Release|x64.ActiveCfg = Release|x64
{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}.Release|x64.Build.0 = Release|x64
{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}.ReleaseD3D12|x64.ActiveCfg = Release|x64
{F1FBBEE3-74B4-4F58-BDC8-314D154EFF80}.ReleaseD3D12|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0ABDD59E-937B-41FF-B78A-7F47CBCCA387} = {350A0B15-98C0-45E3-872B-4FEFB47AA37C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {357B2AE0-FE30-4AC6-8D41-B580232BC0DE}
EndGlobalSection
EndGlobal