Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 5f30ef9

Browse files
author
Erik McClure
committed
Move to using vcpkg directxtk
1 parent 0d16c1e commit 5f30ef9

File tree

172 files changed

+684
-125540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+684
-125540
lines changed

PlaneShader.sln

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.13
4+
VisualStudioVersion = 15.0.27130.2026
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PlaneShader", "PlaneShader\PlaneShader.vcxproj", "{D4997047-629C-4100-AEDA-4670F3D277CA}"
77
EndProject
@@ -12,16 +12,24 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "00 Testbed", "examples\00 T
1212
EndProject
1313
Global
1414
GlobalSection(SolutionConfigurationPlatforms) = preSolution
15+
Debug XP|Win32 = Debug XP|Win32
16+
Debug XP|x64 = Debug XP|x64
1517
Debug|Win32 = Debug|Win32
1618
Debug|x64 = Debug|x64
1719
Debug-Static|Win32 = Debug-Static|Win32
1820
Debug-Static|x64 = Debug-Static|x64
21+
Release XP|Win32 = Release XP|Win32
22+
Release XP|x64 = Release XP|x64
1923
Release|Win32 = Release|Win32
2024
Release|x64 = Release|x64
2125
Release-Static|Win32 = Release-Static|Win32
2226
Release-Static|x64 = Release-Static|x64
2327
EndGlobalSection
2428
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29+
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug XP|Win32.ActiveCfg = Debug XP|Win32
30+
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug XP|Win32.Build.0 = Debug XP|Win32
31+
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug XP|x64.ActiveCfg = Debug XP|x64
32+
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug XP|x64.Build.0 = Debug XP|x64
2533
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug|Win32.ActiveCfg = Debug|Win32
2634
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug|Win32.Build.0 = Debug|Win32
2735
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug|x64.ActiveCfg = Debug|x64
@@ -30,6 +38,10 @@ Global
3038
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug-Static|Win32.Build.0 = Debug-Static|Win32
3139
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug-Static|x64.ActiveCfg = Debug-Static|x64
3240
{D4997047-629C-4100-AEDA-4670F3D277CA}.Debug-Static|x64.Build.0 = Debug-Static|x64
41+
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release XP|Win32.ActiveCfg = Release XP|Win32
42+
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release XP|Win32.Build.0 = Release XP|Win32
43+
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release XP|x64.ActiveCfg = Release XP|x64
44+
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release XP|x64.Build.0 = Release XP|x64
3345
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release|Win32.ActiveCfg = Release|Win32
3446
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release|Win32.Build.0 = Release|Win32
3547
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release|x64.ActiveCfg = Release|x64
@@ -38,6 +50,10 @@ Global
3850
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release-Static|Win32.Build.0 = Release-Static|Win32
3951
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release-Static|x64.ActiveCfg = Release-Static|x64
4052
{D4997047-629C-4100-AEDA-4670F3D277CA}.Release-Static|x64.Build.0 = Release-Static|x64
53+
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug XP|Win32.ActiveCfg = Debug XP|Win32
54+
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug XP|Win32.Build.0 = Debug XP|Win32
55+
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug XP|x64.ActiveCfg = Debug XP|x64
56+
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug XP|x64.Build.0 = Debug XP|x64
4157
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug|Win32.ActiveCfg = Debug|Win32
4258
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug|Win32.Build.0 = Debug|Win32
4359
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug|x64.ActiveCfg = Debug|x64
@@ -46,6 +62,10 @@ Global
4662
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug-Static|Win32.Build.0 = Debug-Static|Win32
4763
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug-Static|x64.ActiveCfg = Debug-Static|x64
4864
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Debug-Static|x64.Build.0 = Debug-Static|x64
65+
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release XP|Win32.ActiveCfg = Release XP|Win32
66+
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release XP|Win32.Build.0 = Release XP|Win32
67+
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release XP|x64.ActiveCfg = Release XP|x64
68+
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release XP|x64.Build.0 = Release XP|x64
4969
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release|Win32.ActiveCfg = Release|Win32
5070
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release|Win32.Build.0 = Release|Win32
5171
{C4856504-9B3D-453E-954C-C5B0447C84BB}.Release|x64.ActiveCfg = Release|x64
@@ -58,4 +78,7 @@ Global
5878
GlobalSection(SolutionProperties) = preSolution
5979
HideSolutionNode = FALSE
6080
EndGlobalSection
81+
GlobalSection(ExtensibilityGlobals) = postSolution
82+
SolutionGuid = {EAF0B2DD-424A-4341-9DAF-B6CD025AFEEF}
83+
EndGlobalSection
6184
EndGlobal

PlaneShader/PlaneShader.rc

0 Bytes
Binary file not shown.

PlaneShader/PlaneShader.vcxproj

+259-9
Large diffs are not rendered by default.

PlaneShader/PlaneShader.vcxproj.filters

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
<ClInclude Include="..\include\planeshader\psLayer.h">
115115
<Filter>include</Filter>
116116
</ClInclude>
117+
<ClInclude Include="win32_includes.h">
118+
<Filter>Header Files</Filter>
119+
</ClInclude>
117120
</ItemGroup>
118121
<ItemGroup>
119122
<ClCompile Include="psEngine.cpp">

0 commit comments

Comments
 (0)