-
Notifications
You must be signed in to change notification settings - Fork 0
/
RayTracerChallenge.sln
37 lines (37 loc) · 2.06 KB
/
RayTracerChallenge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestRayTracer", "UnitTestRayTracer\UnitTestRayTracer.csproj", "{B4B625E4-6FF7-4A8C-B45C-29B36815111B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RayTracer", "RayTracer\RayTracer.csproj", "{43CABADC-B5F5-4667-B7A2-7E6537EE9B4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChapterChallenges", "ChapterChallenges\ChapterChallenges.csproj", "{5F48160B-DB56-4516-92D0-D4BF97AB72DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4B625E4-6FF7-4A8C-B45C-29B36815111B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4B625E4-6FF7-4A8C-B45C-29B36815111B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4B625E4-6FF7-4A8C-B45C-29B36815111B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4B625E4-6FF7-4A8C-B45C-29B36815111B}.Release|Any CPU.Build.0 = Release|Any CPU
{43CABADC-B5F5-4667-B7A2-7E6537EE9B4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43CABADC-B5F5-4667-B7A2-7E6537EE9B4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43CABADC-B5F5-4667-B7A2-7E6537EE9B4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43CABADC-B5F5-4667-B7A2-7E6537EE9B4D}.Release|Any CPU.Build.0 = Release|Any CPU
{5F48160B-DB56-4516-92D0-D4BF97AB72DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F48160B-DB56-4516-92D0-D4BF97AB72DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F48160B-DB56-4516-92D0-D4BF97AB72DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F48160B-DB56-4516-92D0-D4BF97AB72DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C71362DA-728B-4EC6-BF51-16CF00F82A8A}
EndGlobalSection
EndGlobal