From 2f50e14ec2f3a7dd0819902d246f2d350366da3e Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sat, 1 Nov 2025 13:34:23 -0700 Subject: [PATCH] Removed ARM64 from VS 2019 projects (#644) --- DDSView/DDSView_Desktop_2019.vcxproj | 4 +- DDSView/DDSView_Desktop_2022.vcxproj | 4 +- DirectXTex/DirectXTex_Desktop_2019.vcxproj | 4 +- .../DirectXTex_Desktop_2019_Win10.vcxproj | 143 +----------------- DirectXTex/DirectXTex_Desktop_2022.vcxproj | 4 +- .../DirectXTex_Desktop_2022_Win10.vcxproj | 4 +- DirectXTex/DirectXTex_GDKX_2022.vcxproj | 2 +- DirectXTex/DirectXTex_GDK_2019.vcxproj | 2 +- DirectXTex/DirectXTex_GDK_2022.vcxproj | 2 +- DirectXTex/DirectXTex_GXDK_PC_2019.vcxproj | 2 +- DirectXTex/DirectXTex_GXDK_PC_2022.vcxproj | 2 +- DirectXTex/DirectXTex_Windows10_2022.vcxproj | 2 +- DirectXTex_Desktop_2019_Win10.sln | 27 ---- Texassemble/Texassemble_Desktop_2019.vcxproj | 2 +- .../Texassemble_Desktop_2019_Win10.vcxproj | 132 +--------------- Texassemble/Texassemble_Desktop_2022.vcxproj | 2 +- .../Texassemble_Desktop_2022_Win10.vcxproj | 2 +- Texconv/Texconv_Desktop_2019.vcxproj | 2 +- Texconv/Texconv_Desktop_2019_Win10.vcxproj | 135 +---------------- Texconv/Texconv_Desktop_2022.vcxproj | 2 +- Texconv/Texconv_Desktop_2022_Win10.vcxproj | 2 +- Texdiag/texdiag_Desktop_2019.vcxproj | 2 +- Texdiag/texdiag_Desktop_2019_Win10.vcxproj | 132 +--------------- Texdiag/texdiag_Desktop_2022.vcxproj | 2 +- Texdiag/texdiag_Desktop_2022_Win10.vcxproj | 2 +- 25 files changed, 30 insertions(+), 589 deletions(-) diff --git a/DDSView/DDSView_Desktop_2019.vcxproj b/DDSView/DDSView_Desktop_2019.vcxproj index 308b213..e04692e 100644 --- a/DDSView/DDSView_Desktop_2019.vcxproj +++ b/DDSView/DDSView_Desktop_2019.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -300,7 +300,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DDSView/DDSView_Desktop_2022.vcxproj b/DDSView/DDSView_Desktop_2022.vcxproj index 0a414be..abbe804 100644 --- a/DDSView/DDSView_Desktop_2022.vcxproj +++ b/DDSView/DDSView_Desktop_2022.vcxproj @@ -1,5 +1,5 @@ - + Debug @@ -300,7 +300,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DirectXTex/DirectXTex_Desktop_2019.vcxproj b/DirectXTex/DirectXTex_Desktop_2019.vcxproj index c626f40..a766617 100644 --- a/DirectXTex/DirectXTex_Desktop_2019.vcxproj +++ b/DirectXTex/DirectXTex_Desktop_2019.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -347,7 +347,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj b/DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj index 4cdc5fb..86c31b0 100644 --- a/DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj +++ b/DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj @@ -1,10 +1,6 @@  - + - - Debug - ARM64 - Debug Win32 @@ -13,10 +9,6 @@ Debug x64 - - Profile - ARM64 - Profile Win32 @@ -25,10 +17,6 @@ Profile x64 - - Release - ARM64 - Release Win32 @@ -59,12 +47,6 @@ Unicode v142 - - StaticLibrary - true - Unicode - v142 - StaticLibrary Unicode @@ -75,11 +57,6 @@ Unicode v142 - - StaticLibrary - Unicode - v142 - StaticLibrary Unicode @@ -90,11 +67,6 @@ Unicode v142 - - StaticLibrary - Unicode - v142 - @@ -109,21 +81,12 @@ - - - - - - - - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -137,12 +100,6 @@ DirectXTex true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - DirectXTex - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -155,12 +112,6 @@ DirectXTex true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - DirectXTex - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -173,12 +124,6 @@ DirectXTex true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - DirectXTex - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)Spectre\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)Spectre\ @@ -239,33 +184,6 @@ false - - - EnableAllWarnings - Disabled - MultiThreadedDebugDLL - true - Fast - /Zc:twoPhase- /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - _UNICODE;UNICODE;WIN32;_DEBUG;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions) - Use - DirectXTexP.h - $(ProjectDir);..\Common;$(ProjectDir)Shaders\Compiled;%(AdditionalIncludeDirectories) - $(IntDir)$(TargetName).pdb - true - true - Level4 - ProgramDatabase - false - - - Windows - true - - - false - - EnableAllWarnings @@ -320,33 +238,6 @@ false - - - EnableAllWarnings - MaxSpeed - true - Fast - /Zc:twoPhase- /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - _UNICODE;UNICODE;WIN32;NDEBUG;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions) - Use - DirectXTexP.h - $(ProjectDir);..\Common;$(ProjectDir)Shaders\Compiled;%(AdditionalIncludeDirectories) - $(IntDir)$(TargetName).pdb - true - true - Level4 - true - - - true - Windows - true - true - - - false - - EnableAllWarnings @@ -401,33 +292,6 @@ false - - - EnableAllWarnings - MaxSpeed - true - Fast - /Zc:twoPhase- /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - _UNICODE;UNICODE;WIN32;NDEBUG;PROFILE;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions) - Use - DirectXTexP.h - $(ProjectDir);..\Common;$(ProjectDir)Shaders\Compiled;%(AdditionalIncludeDirectories) - $(IntDir)$(TargetName).pdb - true - true - Level4 - true - - - true - Windows - true - true - - - false - - Document @@ -470,11 +334,8 @@ Create Create Create - Create Create - Create Create - Create @@ -488,7 +349,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DirectXTex/DirectXTex_Desktop_2022.vcxproj b/DirectXTex/DirectXTex_Desktop_2022.vcxproj index 7a152cd..021416e 100644 --- a/DirectXTex/DirectXTex_Desktop_2022.vcxproj +++ b/DirectXTex/DirectXTex_Desktop_2022.vcxproj @@ -1,5 +1,5 @@ - + Debug @@ -347,7 +347,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DirectXTex/DirectXTex_Desktop_2022_Win10.vcxproj b/DirectXTex/DirectXTex_Desktop_2022_Win10.vcxproj index 85d2ddc..2cb4c66 100644 --- a/DirectXTex/DirectXTex_Desktop_2022_Win10.vcxproj +++ b/DirectXTex/DirectXTex_Desktop_2022_Win10.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -488,7 +488,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DirectXTex/DirectXTex_GDKX_2022.vcxproj b/DirectXTex/DirectXTex_GDKX_2022.vcxproj index 61b1e79..9df167b 100644 --- a/DirectXTex/DirectXTex_GDKX_2022.vcxproj +++ b/DirectXTex/DirectXTex_GDKX_2022.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/DirectXTex/DirectXTex_GDK_2019.vcxproj b/DirectXTex/DirectXTex_GDK_2019.vcxproj index 7e32903..1e3ee45 100644 --- a/DirectXTex/DirectXTex_GDK_2019.vcxproj +++ b/DirectXTex/DirectXTex_GDK_2019.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/DirectXTex/DirectXTex_GDK_2022.vcxproj b/DirectXTex/DirectXTex_GDK_2022.vcxproj index 3841b8b..ba1c2e8 100644 --- a/DirectXTex/DirectXTex_GDK_2022.vcxproj +++ b/DirectXTex/DirectXTex_GDK_2022.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/DirectXTex/DirectXTex_GXDK_PC_2019.vcxproj b/DirectXTex/DirectXTex_GXDK_PC_2019.vcxproj index 061c6a6..77a2fce 100644 --- a/DirectXTex/DirectXTex_GXDK_PC_2019.vcxproj +++ b/DirectXTex/DirectXTex_GXDK_PC_2019.vcxproj @@ -280,7 +280,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DirectXTex/DirectXTex_GXDK_PC_2022.vcxproj b/DirectXTex/DirectXTex_GXDK_PC_2022.vcxproj index 46d1ffc..a4f7d22 100644 --- a/DirectXTex/DirectXTex_GXDK_PC_2022.vcxproj +++ b/DirectXTex/DirectXTex_GXDK_PC_2022.vcxproj @@ -280,7 +280,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DirectXTex/DirectXTex_Windows10_2022.vcxproj b/DirectXTex/DirectXTex_Windows10_2022.vcxproj index e985e55..97f0825 100644 --- a/DirectXTex/DirectXTex_Windows10_2022.vcxproj +++ b/DirectXTex/DirectXTex_Windows10_2022.vcxproj @@ -342,7 +342,7 @@ <_ATGFXCPath>$(WindowsSDK_ExecutablePath_x64.Split(';')[0]) <_ATGFXCPath>$(_ATGFXCPath.Replace("x64","")) <_ATGFXCPath Condition="'$(_ATGFXCPath)' != '' and !HasTrailingSlash('$(_ATGFXCPath)')">$(_ATGFXCPath)\ - <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), `10\.0\.\d+\.0`)) + <_ATGFXCVer>$([System.Text.RegularExpressions.Regex]::Match($(_ATGFXCPath), '10\.0\.\d+\.0')) <_ATGFXCVer Condition="'$(_ATGFXCVer)' != '' and !HasTrailingSlash('$(_ATGFXCVer)')">$(_ATGFXCVer)\ diff --git a/DirectXTex_Desktop_2019_Win10.sln b/DirectXTex_Desktop_2019_Win10.sln index 2124bd3..7f8a9eb 100644 --- a/DirectXTex_Desktop_2019_Win10.sln +++ b/DirectXTex_Desktop_2019_Win10.sln @@ -19,85 +19,58 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{D5A15D28 EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 - Profile|ARM64 = Profile|ARM64 Profile|x64 = Profile|x64 Profile|x86 = Profile|x86 - Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|ARM64.Build.0 = Debug|ARM64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x64.ActiveCfg = Debug|x64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x64.Build.0 = Debug|x64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x86.ActiveCfg = Debug|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x86.Build.0 = Debug|Win32 - {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|ARM64.ActiveCfg = Profile|ARM64 - {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|ARM64.Build.0 = Profile|ARM64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x64.ActiveCfg = Profile|x64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x64.Build.0 = Profile|x64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x86.ActiveCfg = Profile|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x86.Build.0 = Profile|Win32 - {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|ARM64.ActiveCfg = Release|ARM64 - {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|ARM64.Build.0 = Release|ARM64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x64.ActiveCfg = Release|x64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x64.Build.0 = Release|x64 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x86.ActiveCfg = Release|Win32 {371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x86.Build.0 = Release|Win32 - {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Debug|ARM64.Build.0 = Debug|ARM64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Debug|x64.ActiveCfg = Debug|x64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Debug|x64.Build.0 = Debug|x64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Debug|x86.ActiveCfg = Debug|Win32 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Debug|x86.Build.0 = Debug|Win32 - {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Profile|ARM64.ActiveCfg = Profile|ARM64 - {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Profile|ARM64.Build.0 = Profile|ARM64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Profile|x64.ActiveCfg = Profile|x64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Profile|x64.Build.0 = Profile|x64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Profile|x86.ActiveCfg = Profile|Win32 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Profile|x86.Build.0 = Profile|Win32 - {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Release|ARM64.ActiveCfg = Release|ARM64 - {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Release|ARM64.Build.0 = Release|ARM64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Release|x64.ActiveCfg = Release|x64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Release|x64.Build.0 = Release|x64 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Release|x86.ActiveCfg = Release|Win32 {8F18CBD7-4116-4956-BCD8-20D688A4CBD1}.Release|x86.Build.0 = Release|Win32 - {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Debug|ARM64.Build.0 = Debug|ARM64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Debug|x64.ActiveCfg = Debug|x64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Debug|x64.Build.0 = Debug|x64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Debug|x86.ActiveCfg = Debug|Win32 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Debug|x86.Build.0 = Debug|Win32 - {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Profile|ARM64.ActiveCfg = Profile|ARM64 - {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Profile|ARM64.Build.0 = Profile|ARM64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Profile|x64.ActiveCfg = Profile|x64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Profile|x64.Build.0 = Profile|x64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Profile|x86.ActiveCfg = Profile|Win32 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Profile|x86.Build.0 = Profile|Win32 - {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Release|ARM64.ActiveCfg = Release|ARM64 - {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Release|ARM64.Build.0 = Release|ARM64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Release|x64.ActiveCfg = Release|x64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Release|x64.Build.0 = Release|x64 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Release|x86.ActiveCfg = Release|Win32 {C3A65381-8FD3-4F69-B29E-654B4B0ED136}.Release|x86.Build.0 = Release|Win32 - {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Debug|ARM64.Build.0 = Debug|ARM64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Debug|x64.ActiveCfg = Debug|x64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Debug|x64.Build.0 = Debug|x64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Debug|x86.ActiveCfg = Debug|Win32 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Debug|x86.Build.0 = Debug|Win32 - {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Profile|ARM64.ActiveCfg = Profile|ARM64 - {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Profile|ARM64.Build.0 = Profile|ARM64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Profile|x64.ActiveCfg = Profile|x64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Profile|x64.Build.0 = Profile|x64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Profile|x86.ActiveCfg = Profile|Win32 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Profile|x86.Build.0 = Profile|Win32 - {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Release|ARM64.ActiveCfg = Release|ARM64 - {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Release|ARM64.Build.0 = Release|ARM64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Release|x64.ActiveCfg = Release|x64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Release|x64.Build.0 = Release|x64 {8E31A619-F4F8-413F-A973-4EE37B1AAA5D}.Release|x86.ActiveCfg = Release|Win32 diff --git a/Texassemble/Texassemble_Desktop_2019.vcxproj b/Texassemble/Texassemble_Desktop_2019.vcxproj index c4276e2..7e37c4d 100644 --- a/Texassemble/Texassemble_Desktop_2019.vcxproj +++ b/Texassemble/Texassemble_Desktop_2019.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/Texassemble/Texassemble_Desktop_2019_Win10.vcxproj b/Texassemble/Texassemble_Desktop_2019_Win10.vcxproj index e300024..6f15695 100644 --- a/Texassemble/Texassemble_Desktop_2019_Win10.vcxproj +++ b/Texassemble/Texassemble_Desktop_2019_Win10.vcxproj @@ -1,10 +1,6 @@  - + - - Debug - ARM64 - Debug Win32 @@ -13,10 +9,6 @@ Debug x64 - - Profile - ARM64 - Profile Win32 @@ -25,10 +17,6 @@ Profile x64 - - Release - ARM64 - Release Win32 @@ -58,12 +46,6 @@ Unicode v142 - - Application - true - Unicode - v142 - Application true @@ -76,12 +58,6 @@ Unicode v142 - - Application - true - Unicode - v142 - Application true @@ -94,12 +70,6 @@ Unicode v142 - - Application - true - Unicode - v142 - @@ -114,21 +84,12 @@ - - - - - - - - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -142,12 +103,6 @@ texassemble true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texassemble - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -160,12 +115,6 @@ texassemble true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texassemble - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -178,12 +127,6 @@ texassemble true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texassemble - true - Level4 @@ -234,29 +177,6 @@ false - - - Level4 - Disabled - MultiThreadedDebugDLL - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;DEBUG;PROFILE;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - true - true - /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - Console - true - - - false - - Level4 @@ -311,31 +231,6 @@ false - - - Level4 - MaxSpeed - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - Guard - true - true - /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - true - Console - true - true - - - false - - Level4 @@ -390,31 +285,6 @@ false - - - Level4 - MaxSpeed - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;PROFILE;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - true - true - /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - Guard - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - true - Console - true - true - - - false - - diff --git a/Texassemble/Texassemble_Desktop_2022.vcxproj b/Texassemble/Texassemble_Desktop_2022.vcxproj index 63367ac..57f0c08 100644 --- a/Texassemble/Texassemble_Desktop_2022.vcxproj +++ b/Texassemble/Texassemble_Desktop_2022.vcxproj @@ -1,5 +1,5 @@ - + Debug diff --git a/Texassemble/Texassemble_Desktop_2022_Win10.vcxproj b/Texassemble/Texassemble_Desktop_2022_Win10.vcxproj index bf8a75b..d374138 100644 --- a/Texassemble/Texassemble_Desktop_2022_Win10.vcxproj +++ b/Texassemble/Texassemble_Desktop_2022_Win10.vcxproj @@ -1,5 +1,5 @@ - + Debug diff --git a/Texconv/Texconv_Desktop_2019.vcxproj b/Texconv/Texconv_Desktop_2019.vcxproj index 898a540..14cd7a6 100644 --- a/Texconv/Texconv_Desktop_2019.vcxproj +++ b/Texconv/Texconv_Desktop_2019.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/Texconv/Texconv_Desktop_2019_Win10.vcxproj b/Texconv/Texconv_Desktop_2019_Win10.vcxproj index a7c1ab9..627896f 100644 --- a/Texconv/Texconv_Desktop_2019_Win10.vcxproj +++ b/Texconv/Texconv_Desktop_2019_Win10.vcxproj @@ -1,10 +1,6 @@  - + - - Debug - ARM64 - Debug Win32 @@ -13,10 +9,6 @@ Debug x64 - - Profile - ARM64 - Profile Win32 @@ -25,10 +17,6 @@ Profile x64 - - Release - ARM64 - Release Win32 @@ -58,12 +46,6 @@ Unicode v142 - - Application - true - Unicode - v142 - Application true @@ -76,12 +58,6 @@ Unicode v142 - - Application - true - Unicode - v142 - Application true @@ -94,12 +70,6 @@ Unicode v142 - - Application - true - Unicode - v142 - @@ -114,21 +84,12 @@ - - - - - - - - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -142,12 +103,6 @@ texconv true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texconv - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -160,12 +115,6 @@ texconv true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texconv - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -178,12 +127,6 @@ texconv true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texconv - true - Level4 @@ -236,30 +179,6 @@ false - - - Level4 - Disabled - MultiThreadedDebugDLL - true - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - /Zc:twoPhase- /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - WIN32;_DEBUG;DEBUG;PROFILE;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - true - true - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - Console - true - - - false - - Level4 @@ -316,32 +235,6 @@ false - - - Level4 - MaxSpeed - true - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - /Zc:twoPhase- /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - Guard - true - true - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - true - Console - true - true - - - false - - Level4 @@ -398,32 +291,6 @@ false - - - Level4 - MaxSpeed - true - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - /Zc:twoPhase- /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - WIN32;NDEBUG;PROFILE;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - true - true - Guard - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - true - Console - true - true - - - false - - diff --git a/Texconv/Texconv_Desktop_2022.vcxproj b/Texconv/Texconv_Desktop_2022.vcxproj index 6952662..4bea8ee 100644 --- a/Texconv/Texconv_Desktop_2022.vcxproj +++ b/Texconv/Texconv_Desktop_2022.vcxproj @@ -1,5 +1,5 @@ - + Debug diff --git a/Texconv/Texconv_Desktop_2022_Win10.vcxproj b/Texconv/Texconv_Desktop_2022_Win10.vcxproj index a661212..6b04465 100644 --- a/Texconv/Texconv_Desktop_2022_Win10.vcxproj +++ b/Texconv/Texconv_Desktop_2022_Win10.vcxproj @@ -1,5 +1,5 @@ - + Debug diff --git a/Texdiag/texdiag_Desktop_2019.vcxproj b/Texdiag/texdiag_Desktop_2019.vcxproj index 9829473..0dd15c3 100644 --- a/Texdiag/texdiag_Desktop_2019.vcxproj +++ b/Texdiag/texdiag_Desktop_2019.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/Texdiag/texdiag_Desktop_2019_Win10.vcxproj b/Texdiag/texdiag_Desktop_2019_Win10.vcxproj index b4c0e48..a22d3c0 100644 --- a/Texdiag/texdiag_Desktop_2019_Win10.vcxproj +++ b/Texdiag/texdiag_Desktop_2019_Win10.vcxproj @@ -1,10 +1,6 @@  - + - - Debug - ARM64 - Debug Win32 @@ -13,10 +9,6 @@ Debug x64 - - Profile - ARM64 - Profile Win32 @@ -25,10 +17,6 @@ Profile x64 - - Release - ARM64 - Release Win32 @@ -58,12 +46,6 @@ Unicode v142 - - Application - true - Unicode - v142 - Application true @@ -76,12 +58,6 @@ Unicode v142 - - Application - true - Unicode - v142 - Application true @@ -94,12 +70,6 @@ Unicode v142 - - Application - true - Unicode - v142 - @@ -114,21 +84,12 @@ - - - - - - - - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -142,12 +103,6 @@ texdiag true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texdiag - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -160,12 +115,6 @@ texdiag true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texdiag - true - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ @@ -178,12 +127,6 @@ texdiag true - - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\ - texdiag - true - Level4 @@ -234,29 +177,6 @@ false - - - Level4 - Disabled - MultiThreadedDebugDLL - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;DEBUG;PROFILE;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - true - true - /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - Console - true - - - false - - Level4 @@ -311,31 +231,6 @@ false - - - Level4 - MaxSpeed - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - Guard - true - true - /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - true - Console - true - true - - - false - - Level4 @@ -390,31 +285,6 @@ false - - - Level4 - MaxSpeed - Fast - $(ProjectDir);..\Common;..\DirectXTex;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;PROFILE;_CONSOLE;_WIN32_WINNT=0x0A00;%(PreprocessorDefinitions) - true - true - /Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions) - Guard - 26812 - stdcpp17 - - - ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) - true - Console - true - true - - - false - - diff --git a/Texdiag/texdiag_Desktop_2022.vcxproj b/Texdiag/texdiag_Desktop_2022.vcxproj index 4527344..2608d27 100644 --- a/Texdiag/texdiag_Desktop_2022.vcxproj +++ b/Texdiag/texdiag_Desktop_2022.vcxproj @@ -1,5 +1,5 @@ - + Debug diff --git a/Texdiag/texdiag_Desktop_2022_Win10.vcxproj b/Texdiag/texdiag_Desktop_2022_Win10.vcxproj index cef646d..5487fd9 100644 --- a/Texdiag/texdiag_Desktop_2022_Win10.vcxproj +++ b/Texdiag/texdiag_Desktop_2022_Win10.vcxproj @@ -1,5 +1,5 @@ - + Debug