From 97bae48048b15c800b09b776ad548c083ac3d562 Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Sun, 19 Jul 2026 11:09:29 +0200 Subject: [PATCH] Use VS2022 toolset (due to Win7 support) VS2022 is the last VS that does support Windows 7. It seems we have some Win7 users, so for now we will use this toolset to make sure binaries are compatible with Win7. --- Src/ClassicExplorer/ClassicExplorer.vcxproj | 2 +- .../ClassicExplorerSettings/ClassicExplorerSettings.vcxproj | 2 +- Src/ClassicIE/ClassicIE.vcxproj | 2 +- Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj | 2 +- Src/Lib/Lib.vcxproj | 2 +- Src/Setup/Setup.vcxproj | 2 +- Src/Setup/SetupHelper/SetupHelper.vcxproj | 2 +- Src/Setup/Utility/Utility.vcxproj | 2 +- Src/Setup/en-US/en-US.vcxproj | 2 +- Src/Skins/ClassicSkin/ClassicSkin.vcxproj | 2 +- Src/Skins/ClassicSkin7/ClassicSkin7.vcxproj | 2 +- Src/Skins/FullGlass/FullGlass.vcxproj | 2 +- Src/Skins/Immersive/Immersive.vcxproj | 2 +- Src/Skins/Immersive7/Immersive7.vcxproj | 2 +- Src/Skins/Metallic7/Metallic7.vcxproj | 2 +- Src/Skins/Metro/Metro.vcxproj | 2 +- Src/Skins/Metro7/Metro7.vcxproj | 2 +- Src/Skins/Midnight7/Midnight7.vcxproj | 2 +- Src/Skins/SmokedGlass/SmokedGlass.vcxproj | 2 +- Src/Skins/Win7Aero/Win7Aero.vcxproj | 2 +- Src/Skins/Win7Aero7/Win7Aero7.vcxproj | 2 +- Src/Skins/Win7Basic/Win7Basic.vcxproj | 2 +- Src/Skins/Win8/Win8.vcxproj | 2 +- Src/Skins/Win87/Win87.vcxproj | 2 +- Src/Skins/WinXP/WinXP.vcxproj | 2 +- Src/StartMenu/StartMenu.vcxproj | 2 +- Src/StartMenu/StartMenuDLL/StartMenuDLL.vcxproj | 2 +- Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj | 2 +- Src/Update/DesktopToasts/DesktopToasts.vcxproj | 2 +- Src/Update/Update.vcxproj | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Src/ClassicExplorer/ClassicExplorer.vcxproj b/Src/ClassicExplorer/ClassicExplorer.vcxproj index 2ec9058..20faa95 100644 --- a/Src/ClassicExplorer/ClassicExplorer.vcxproj +++ b/Src/ClassicExplorer/ClassicExplorer.vcxproj @@ -59,7 +59,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/ClassicExplorer/ClassicExplorerSettings/ClassicExplorerSettings.vcxproj b/Src/ClassicExplorer/ClassicExplorerSettings/ClassicExplorerSettings.vcxproj index 592247f..1ebf5ec 100644 --- a/Src/ClassicExplorer/ClassicExplorerSettings/ClassicExplorerSettings.vcxproj +++ b/Src/ClassicExplorer/ClassicExplorerSettings/ClassicExplorerSettings.vcxproj @@ -23,7 +23,7 @@ Application - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/ClassicIE/ClassicIE.vcxproj b/Src/ClassicIE/ClassicIE.vcxproj index 83f8308..c883b87 100644 --- a/Src/ClassicIE/ClassicIE.vcxproj +++ b/Src/ClassicIE/ClassicIE.vcxproj @@ -47,7 +47,7 @@ Application - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj b/Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj index 10ea427..4944070 100644 --- a/Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj +++ b/Src/ClassicIE/ClassicIEDLL/ClassicIEDLL.vcxproj @@ -59,7 +59,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/Lib/Lib.vcxproj b/Src/Lib/Lib.vcxproj index 8c29ee7..03954da 100644 --- a/Src/Lib/Lib.vcxproj +++ b/Src/Lib/Lib.vcxproj @@ -43,7 +43,7 @@ StaticLibrary - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/Setup/Setup.vcxproj b/Src/Setup/Setup.vcxproj index 090492d..f937d14 100644 --- a/Src/Setup/Setup.vcxproj +++ b/Src/Setup/Setup.vcxproj @@ -19,7 +19,7 @@ Application - $(DefaultPlatformToolset) + v143 Unicode true diff --git a/Src/Setup/SetupHelper/SetupHelper.vcxproj b/Src/Setup/SetupHelper/SetupHelper.vcxproj index 4b5e328..21afa7d 100644 --- a/Src/Setup/SetupHelper/SetupHelper.vcxproj +++ b/Src/Setup/SetupHelper/SetupHelper.vcxproj @@ -19,7 +19,7 @@ Application - $(DefaultPlatformToolset) + v143 Unicode true diff --git a/Src/Setup/Utility/Utility.vcxproj b/Src/Setup/Utility/Utility.vcxproj index 744de02..ba3c5ad 100644 --- a/Src/Setup/Utility/Utility.vcxproj +++ b/Src/Setup/Utility/Utility.vcxproj @@ -35,7 +35,7 @@ Application - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/Setup/en-US/en-US.vcxproj b/Src/Setup/en-US/en-US.vcxproj index 4c16e2d..235ec9d 100644 --- a/Src/Setup/en-US/en-US.vcxproj +++ b/Src/Setup/en-US/en-US.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/ClassicSkin/ClassicSkin.vcxproj b/Src/Skins/ClassicSkin/ClassicSkin.vcxproj index 4bad04b..695405b 100644 --- a/Src/Skins/ClassicSkin/ClassicSkin.vcxproj +++ b/Src/Skins/ClassicSkin/ClassicSkin.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/ClassicSkin7/ClassicSkin7.vcxproj b/Src/Skins/ClassicSkin7/ClassicSkin7.vcxproj index d489429..5877c62 100644 --- a/Src/Skins/ClassicSkin7/ClassicSkin7.vcxproj +++ b/Src/Skins/ClassicSkin7/ClassicSkin7.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/FullGlass/FullGlass.vcxproj b/Src/Skins/FullGlass/FullGlass.vcxproj index 2fcb42a..1339fb1 100644 --- a/Src/Skins/FullGlass/FullGlass.vcxproj +++ b/Src/Skins/FullGlass/FullGlass.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Immersive/Immersive.vcxproj b/Src/Skins/Immersive/Immersive.vcxproj index 1c2baac..d3d17b9 100644 --- a/Src/Skins/Immersive/Immersive.vcxproj +++ b/Src/Skins/Immersive/Immersive.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Immersive7/Immersive7.vcxproj b/Src/Skins/Immersive7/Immersive7.vcxproj index d2241fa..17ac649 100644 --- a/Src/Skins/Immersive7/Immersive7.vcxproj +++ b/Src/Skins/Immersive7/Immersive7.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Metallic7/Metallic7.vcxproj b/Src/Skins/Metallic7/Metallic7.vcxproj index 056b04c..b58e9d1 100644 --- a/Src/Skins/Metallic7/Metallic7.vcxproj +++ b/Src/Skins/Metallic7/Metallic7.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Metro/Metro.vcxproj b/Src/Skins/Metro/Metro.vcxproj index 5667605..7028f56 100644 --- a/Src/Skins/Metro/Metro.vcxproj +++ b/Src/Skins/Metro/Metro.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Metro7/Metro7.vcxproj b/Src/Skins/Metro7/Metro7.vcxproj index ef367e9..42575ab 100644 --- a/Src/Skins/Metro7/Metro7.vcxproj +++ b/Src/Skins/Metro7/Metro7.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Midnight7/Midnight7.vcxproj b/Src/Skins/Midnight7/Midnight7.vcxproj index de13b5b..481e623 100644 --- a/Src/Skins/Midnight7/Midnight7.vcxproj +++ b/Src/Skins/Midnight7/Midnight7.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/SmokedGlass/SmokedGlass.vcxproj b/Src/Skins/SmokedGlass/SmokedGlass.vcxproj index 13b8806..c00b9b2 100644 --- a/Src/Skins/SmokedGlass/SmokedGlass.vcxproj +++ b/Src/Skins/SmokedGlass/SmokedGlass.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Win7Aero/Win7Aero.vcxproj b/Src/Skins/Win7Aero/Win7Aero.vcxproj index 26c74a4..78038a8 100644 --- a/Src/Skins/Win7Aero/Win7Aero.vcxproj +++ b/Src/Skins/Win7Aero/Win7Aero.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Win7Aero7/Win7Aero7.vcxproj b/Src/Skins/Win7Aero7/Win7Aero7.vcxproj index 095805b..8aa65f7 100644 --- a/Src/Skins/Win7Aero7/Win7Aero7.vcxproj +++ b/Src/Skins/Win7Aero7/Win7Aero7.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Win7Basic/Win7Basic.vcxproj b/Src/Skins/Win7Basic/Win7Basic.vcxproj index 5ee2fc5..d80072d 100644 --- a/Src/Skins/Win7Basic/Win7Basic.vcxproj +++ b/Src/Skins/Win7Basic/Win7Basic.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Win8/Win8.vcxproj b/Src/Skins/Win8/Win8.vcxproj index 7928d86..c3fbbe0 100644 --- a/Src/Skins/Win8/Win8.vcxproj +++ b/Src/Skins/Win8/Win8.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/Win87/Win87.vcxproj b/Src/Skins/Win87/Win87.vcxproj index 1becc0f..c2d326a 100644 --- a/Src/Skins/Win87/Win87.vcxproj +++ b/Src/Skins/Win87/Win87.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/Skins/WinXP/WinXP.vcxproj b/Src/Skins/WinXP/WinXP.vcxproj index e790f96..4ffed15 100644 --- a/Src/Skins/WinXP/WinXP.vcxproj +++ b/Src/Skins/WinXP/WinXP.vcxproj @@ -15,7 +15,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode diff --git a/Src/StartMenu/StartMenu.vcxproj b/Src/StartMenu/StartMenu.vcxproj index 96d346e..4605e11 100644 --- a/Src/StartMenu/StartMenu.vcxproj +++ b/Src/StartMenu/StartMenu.vcxproj @@ -47,7 +47,7 @@ Application - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/StartMenu/StartMenuDLL/StartMenuDLL.vcxproj b/Src/StartMenu/StartMenuDLL/StartMenuDLL.vcxproj index b60797b..0412e58 100644 --- a/Src/StartMenu/StartMenuDLL/StartMenuDLL.vcxproj +++ b/Src/StartMenu/StartMenuDLL/StartMenuDLL.vcxproj @@ -47,7 +47,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj b/Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj index 363990f..3e77906 100644 --- a/Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj +++ b/Src/StartMenu/StartMenuHelper/StartMenuHelper.vcxproj @@ -59,7 +59,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Static Unicode true diff --git a/Src/Update/DesktopToasts/DesktopToasts.vcxproj b/Src/Update/DesktopToasts/DesktopToasts.vcxproj index a68cbab..5561e5b 100644 --- a/Src/Update/DesktopToasts/DesktopToasts.vcxproj +++ b/Src/Update/DesktopToasts/DesktopToasts.vcxproj @@ -20,7 +20,7 @@ DynamicLibrary - $(DefaultPlatformToolset) + v143 Unicode true diff --git a/Src/Update/Update.vcxproj b/Src/Update/Update.vcxproj index 89e3d45..52f961a 100644 --- a/Src/Update/Update.vcxproj +++ b/Src/Update/Update.vcxproj @@ -19,7 +19,7 @@ Application - $(DefaultPlatformToolset) + v143 Static Unicode true