diff --git a/DirectXTex/DirectXTex_Windows10.vcxproj b/DirectXTex/DirectXTex_Windows10.vcxproj
index 9f41c33..7bfbe9b 100644
--- a/DirectXTex/DirectXTex_Windows10.vcxproj
+++ b/DirectXTex/DirectXTex_Windows10.vcxproj
@@ -5,6 +5,10 @@
Debug
ARM
+
+ Debug
+ ARM64
+
Debug
Win32
@@ -17,6 +21,10 @@
Release
ARM
+
+ Release
+ ARM64
+
Release
Win32
@@ -50,7 +58,9 @@
Create
Create
Create
+ Create
Create
+ Create
Create
Create
@@ -116,6 +126,11 @@
true
v141
+
+ StaticLibrary
+ true
+ v141
+
StaticLibrary
true
@@ -131,6 +146,11 @@
false
v141
+
+ StaticLibrary
+ false
+ v141
+
StaticLibrary
false
@@ -150,9 +170,15 @@
+
+
+
+
+
+
@@ -179,12 +205,24 @@
DirectXTex
false
+
+ Bin\Windows10\$(Platform)\$(Configuration)\
+ Bin\Windows10\$(Platform)\$(Configuration)\
+ DirectXTex
+ false
+
Bin\Windows10\$(Platform)\$(Configuration)\
Bin\Windows10\$(Platform)\$(Configuration)\
DirectXTex
false
+
+ Bin\Windows10\$(Platform)\$(Configuration)\
+ Bin\Windows10\$(Platform)\$(Configuration)\
+ DirectXTex
+ false
+
Bin\Windows10\$(Platform)\$(Configuration)\
Bin\Windows10\$(Platform)\$(Configuration)\
@@ -264,6 +302,29 @@
false
+
+
+ Use
+
+
+ false
+ true
+ Fast
+ $(IntDir)$(TargetName).pdb
+ EnableAllWarnings
+ DirectXTexP.h
+ _CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions)
+ true
+ /Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions)
+ true
+ false
+
+
+ Console
+ false
+ false
+
+
Use
@@ -285,6 +346,28 @@
false
+
+
+ Use
+
+
+ false
+ true
+ Fast
+ $(IntDir)$(TargetName).pdb
+ EnableAllWarnings
+ DirectXTexP.h
+ _CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions)
+ true
+ /Zc:twoPhase- /Zc:__cplusplus %(AdditionalOptions)
+ true
+
+
+ Console
+ false
+ false
+
+
Use
diff --git a/DirectXTex_Windows10.sln b/DirectXTex_Windows10.sln
index 0514d16..cf9b753 100644
--- a/DirectXTex_Windows10.sln
+++ b/DirectXTex_Windows10.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTex_Windows10", "DirectXTex\DirectXTex_Windows10.vcxproj", "{FB3F52B5-BFE8-43FD-836F-363735DAB738}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTex", "DirectXTex\DirectXTex_Windows10.vcxproj", "{FB3F52B5-BFE8-43FD-836F-363735DAB738}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8D3EE191-AC2D-4DA6-97EB-058D8A28B933}"
ProjectSection(SolutionItems) = preProject
@@ -13,21 +13,27 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
+ Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
+ Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|ARM.ActiveCfg = Debug|ARM
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|ARM.Build.0 = Debug|ARM
+ {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|ARM64.ActiveCfg = Debug|ARM64
+ {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|ARM64.Build.0 = Debug|ARM64
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|x64.ActiveCfg = Debug|x64
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|x64.Build.0 = Debug|x64
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|x86.ActiveCfg = Debug|Win32
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Debug|x86.Build.0 = Debug|Win32
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|ARM.ActiveCfg = Release|ARM
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|ARM.Build.0 = Release|ARM
+ {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|ARM64.ActiveCfg = Release|ARM64
+ {FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|ARM64.Build.0 = Release|ARM64
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|x64.ActiveCfg = Release|x64
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|x64.Build.0 = Release|x64
{FB3F52B5-BFE8-43FD-836F-363735DAB738}.Release|x86.ActiveCfg = Release|Win32