This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPlaneShader.sln
84 lines (84 loc) · 5.28 KB
/
PlaneShader.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PlaneShader", "PlaneShader\PlaneShader.vcxproj", "{D4997047-629C-4100-AEDA-4670F3D277CA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "00 Testbed", "examples\00 Testbed\00 Testbed.vcxproj", "{C4856504-9B3D-453E-954C-C5B0447C84BB}"
ProjectSection(ProjectDependencies) = postProject
{D4997047-629C-4100-AEDA-4670F3D277CA} = {D4997047-629C-4100-AEDA-4670F3D277CA}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug XP|Win32 = Debug XP|Win32
Debug XP|x64 = Debug XP|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Debug-Static|Win32 = Debug-Static|Win32
Debug-Static|x64 = Debug-Static|x64
Release XP|Win32 = Release XP|Win32
Release XP|x64 = Release XP|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
Release-Static|Win32 = Release-Static|Win32
Release-Static|x64 = Release-Static|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug XP|Win32.ActiveCfg = Debug XP|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug XP|Win32.Build.0 = Debug XP|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug XP|x64.ActiveCfg = Debug XP|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug XP|x64.Build.0 = Debug XP|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug|Win32.ActiveCfg = Debug|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug|Win32.Build.0 = Debug|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug|x64.ActiveCfg = Debug|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug|x64.Build.0 = Debug|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug-Static|Win32.ActiveCfg = Debug-Static|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug-Static|Win32.Build.0 = Debug-Static|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug-Static|x64.ActiveCfg = Debug-Static|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug-Static|x64.Build.0 = Debug-Static|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release XP|Win32.ActiveCfg = Release XP|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release XP|Win32.Build.0 = Release XP|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release XP|x64.ActiveCfg = Release XP|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release XP|x64.Build.0 = Release XP|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release|Win32.ActiveCfg = Release|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release|Win32.Build.0 = Release|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release|x64.ActiveCfg = Release|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release|x64.Build.0 = Release|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release-Static|Win32.ActiveCfg = Release-Static|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release-Static|Win32.Build.0 = Release-Static|Win32
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release-Static|x64.ActiveCfg = Release-Static|x64
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release-Static|x64.Build.0 = Release-Static|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug XP|Win32.ActiveCfg = Debug XP|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug XP|Win32.Build.0 = Debug XP|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug XP|x64.ActiveCfg = Debug XP|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug XP|x64.Build.0 = Debug XP|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug|Win32.ActiveCfg = Debug|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug|Win32.Build.0 = Debug|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug|x64.ActiveCfg = Debug|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug|x64.Build.0 = Debug|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug-Static|Win32.ActiveCfg = Debug-Static|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug-Static|Win32.Build.0 = Debug-Static|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug-Static|x64.ActiveCfg = Debug-Static|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug-Static|x64.Build.0 = Debug-Static|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release XP|Win32.ActiveCfg = Release XP|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release XP|Win32.Build.0 = Release XP|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release XP|x64.ActiveCfg = Release XP|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release XP|x64.Build.0 = Release XP|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release|Win32.ActiveCfg = Release|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release|Win32.Build.0 = Release|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release|x64.ActiveCfg = Release|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release|x64.Build.0 = Release|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release-Static|Win32.ActiveCfg = Release-Static|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release-Static|Win32.Build.0 = Release-Static|Win32
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release-Static|x64.ActiveCfg = Release-Static|x64
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release-Static|x64.Build.0 = Release-Static|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAF0B2DD-424A-4341-9DAF-B6CD025AFEEF}
EndGlobalSection
EndGlobal