-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRayTrace.sln
61 lines (61 loc) · 3.53 KB
/
RayTrace.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
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RayTrace", "RayTrace\RayTrace.vcxproj", "{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib", "lib\lib.vcxproj", "{4A009163-EAD4-46F3-8C72-EB1337B393DD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "together", "together\together.vcxproj", "{54CC8FB4-B126-41EE-978F-8693DE3E85F9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ply", "ply\ply.vcxproj", "{AF96D446-049A-447D-9C05-682708AB034F}"
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
{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}.Debug|x64.ActiveCfg = Debug|x64
{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}.Debug|x64.Build.0 = Debug|x64
{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}.Debug|x86.ActiveCfg = Debug|Win32
{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}.Debug|x86.Build.0 = Debug|Win32
{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}.Release|x64.ActiveCfg = Release|x64
{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}.Release|x64.Build.0 = Release|x64
{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}.Release|x86.ActiveCfg = Release|Win32
{EA43FA9D-58DA-419E-9F6B-5F7FC16C5CE1}.Release|x86.Build.0 = Release|Win32
{4A009163-EAD4-46F3-8C72-EB1337B393DD}.Debug|x64.ActiveCfg = Debug|x64
{4A009163-EAD4-46F3-8C72-EB1337B393DD}.Debug|x64.Build.0 = Debug|x64
{4A009163-EAD4-46F3-8C72-EB1337B393DD}.Debug|x86.ActiveCfg = Debug|Win32
{4A009163-EAD4-46F3-8C72-EB1337B393DD}.Debug|x86.Build.0 = Debug|Win32
{4A009163-EAD4-46F3-8C72-EB1337B393DD}.Release|x64.ActiveCfg = Release|x64
{4A009163-EAD4-46F3-8C72-EB1337B393DD}.Release|x64.Build.0 = Release|x64
{4A009163-EAD4-46F3-8C72-EB1337B393DD}.Release|x86.ActiveCfg = Release|Win32
{4A009163-EAD4-46F3-8C72-EB1337B393DD}.Release|x86.Build.0 = Release|Win32
{54CC8FB4-B126-41EE-978F-8693DE3E85F9}.Debug|x64.ActiveCfg = Debug|x64
{54CC8FB4-B126-41EE-978F-8693DE3E85F9}.Debug|x64.Build.0 = Debug|x64
{54CC8FB4-B126-41EE-978F-8693DE3E85F9}.Debug|x86.ActiveCfg = Debug|Win32
{54CC8FB4-B126-41EE-978F-8693DE3E85F9}.Debug|x86.Build.0 = Debug|Win32
{54CC8FB4-B126-41EE-978F-8693DE3E85F9}.Release|x64.ActiveCfg = Release|x64
{54CC8FB4-B126-41EE-978F-8693DE3E85F9}.Release|x64.Build.0 = Release|x64
{54CC8FB4-B126-41EE-978F-8693DE3E85F9}.Release|x86.ActiveCfg = Release|Win32
{54CC8FB4-B126-41EE-978F-8693DE3E85F9}.Release|x86.Build.0 = Release|Win32
{AF96D446-049A-447D-9C05-682708AB034F}.Debug|x64.ActiveCfg = Debug|x64
{AF96D446-049A-447D-9C05-682708AB034F}.Debug|x64.Build.0 = Debug|x64
{AF96D446-049A-447D-9C05-682708AB034F}.Debug|x86.ActiveCfg = Debug|Win32
{AF96D446-049A-447D-9C05-682708AB034F}.Debug|x86.Build.0 = Debug|Win32
{AF96D446-049A-447D-9C05-682708AB034F}.Release|x64.ActiveCfg = Release|x64
{AF96D446-049A-447D-9C05-682708AB034F}.Release|x64.Build.0 = Release|x64
{AF96D446-049A-447D-9C05-682708AB034F}.Release|x86.ActiveCfg = Release|Win32
{AF96D446-049A-447D-9C05-682708AB034F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C3DE538-6FFC-4011-8431-9217BDDA169F}
EndGlobalSection
EndGlobal