-
Notifications
You must be signed in to change notification settings - Fork 0
/
RayTracing.sln
46 lines (46 loc) · 2.42 KB
/
RayTracing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RayTracing", "RayTracing\RayTracing.csproj", "{AE04B66C-693D-4C70-8915-950EB3683646}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AAD14BF5-1660-4E2D-B66B-9140C884FA67}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\ci.yml = .github\workflows\ci.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RayTracing.Tests", "RayTracing.Tests\RayTracing.Tests.csproj", "{1A92EE61-0EC5-4AE9-9A4F-71873BC7DA33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RayTracing.Benchmarks", "RayTracing.Benchmarks\RayTracing.Benchmarks.csproj", "{1B059633-BCE6-4F45-92A0-A4C9BD65EB04}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE04B66C-693D-4C70-8915-950EB3683646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE04B66C-693D-4C70-8915-950EB3683646}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE04B66C-693D-4C70-8915-950EB3683646}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE04B66C-693D-4C70-8915-950EB3683646}.Release|Any CPU.Build.0 = Release|Any CPU
{1A92EE61-0EC5-4AE9-9A4F-71873BC7DA33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A92EE61-0EC5-4AE9-9A4F-71873BC7DA33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A92EE61-0EC5-4AE9-9A4F-71873BC7DA33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A92EE61-0EC5-4AE9-9A4F-71873BC7DA33}.Release|Any CPU.Build.0 = Release|Any CPU
{1B059633-BCE6-4F45-92A0-A4C9BD65EB04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B059633-BCE6-4F45-92A0-A4C9BD65EB04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B059633-BCE6-4F45-92A0-A4C9BD65EB04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B059633-BCE6-4F45-92A0-A4C9BD65EB04}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE96D546-02F7-4522-B356-1F2DF0BA6FF4}
EndGlobalSection
EndGlobal