This repository has been archived by the owner on Aug 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
light-transport.sln
52 lines (52 loc) · 2.75 KB
/
light-transport.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "third-party", "third-party", "{ED43AFCE-901B-4D5F-A583-83ED193745AB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "light-transport", "light-transport.vcxproj", "{C0D12F0A-4967-4A9B-8720-5514B58DD270}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glfw3", "third_party\glfw-3.1.2\glfw3.vcxproj", "{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stb", "stb", "{B5B38222-D6CD-44E2-A438-BF417238931C}"
ProjectSection(SolutionItems) = preProject
third_party\stb\stb_easy_font.h = third_party\stb\stb_easy_font.h
third_party\stb\stb_image.h = third_party\stb\stb_image.h
third_party\stb\stb_image_resize.h = third_party\stb\stb_image_resize.h
third_party\stb\stb_image_write.h = third_party\stb\stb_image_write.h
third_party\stb\stb_rect_pack.h = third_party\stb\stb_rect_pack.h
third_party\stb\stb_textedit.h = third_party\stb\stb_textedit.h
third_party\stb\stb_truetype.h = third_party\stb\stb_truetype.h
EndProjectSection
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
{C0D12F0A-4967-4A9B-8720-5514B58DD270}.Debug|x64.ActiveCfg = Debug|x64
{C0D12F0A-4967-4A9B-8720-5514B58DD270}.Debug|x64.Build.0 = Debug|x64
{C0D12F0A-4967-4A9B-8720-5514B58DD270}.Debug|x86.ActiveCfg = Debug|x64
{C0D12F0A-4967-4A9B-8720-5514B58DD270}.Release|x64.ActiveCfg = Release|x64
{C0D12F0A-4967-4A9B-8720-5514B58DD270}.Release|x64.Build.0 = Release|x64
{C0D12F0A-4967-4A9B-8720-5514B58DD270}.Release|x86.ActiveCfg = Release|x64
{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}.Debug|x64.ActiveCfg = Debug|x64
{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}.Debug|x64.Build.0 = Debug|x64
{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}.Debug|x86.ActiveCfg = Debug|Win32
{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}.Debug|x86.Build.0 = Debug|Win32
{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}.Release|x64.ActiveCfg = Release|x64
{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}.Release|x64.Build.0 = Release|x64
{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}.Release|x86.ActiveCfg = Release|Win32
{BE423E72-28C2-4FB7-9FE1-42AA2F393BBC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B5B38222-D6CD-44E2-A438-BF417238931C} = {ED43AFCE-901B-4D5F-A583-83ED193745AB}
EndGlobalSection
EndGlobal