From a7a53e9726030f362cea92a225768aaf283cb433 Mon Sep 17 00:00:00 2001 From: "Shawn Yuan (from Dev Box)" Date: Mon, 26 Jan 2026 15:53:28 +0800 Subject: [PATCH] Add Visual Studio 2026 support Updated platform toolset configuration to support VS 2026 (v145) while maintaining backward compatibility with VS 2022 (v143). The build system now automatically selects the appropriate toolset based on the Visual Studio version being used. Changes: - Updated Cpp.Build.props to conditionally use v145 toolset for VS 2026 - Updated all 115 vcxproj files with conditional platform toolset - Verified successful build with Visual Studio 2026 (MSBuild 18.0.5) Co-Authored-By: Claude Sonnet 4.5 (1M context) --- Cpp.Build.props | 1 + .../PowerToysSetupCustomActionsVNext.vcxproj | 6 +- .../SilentFilesInUseBAFunction.vcxproj | 4 + src/ActionRunner/actionRunner.vcxproj | 2 + src/PackageIdentity/PackageIdentity.vcxproj | 8 + src/Update/PowerToys.Update.vcxproj | 2 + src/common/COMUtils/COMUtils.vcxproj | 2 + .../CalculatorEngineCommon.vcxproj | 2 + src/common/Display/Display.vcxproj | 2 + src/common/GPOWrapper/GPOWrapper.vcxproj | 2 + src/common/SettingsAPI/SettingsAPI.vcxproj | 2 + .../Telemetry/EtwTrace/EtwTrace.vcxproj | 2 + src/common/Themes/Themes.vcxproj | 2 + .../UnitTests-CommonLib.vcxproj | 2 + src/common/interop/PowerToys.Interop.vcxproj | 4 +- src/common/logger/logger.vcxproj | 2 + .../BackgroundActivator.vcxproj | 2 + .../BackgroundActivatorDLL.vcxproj | 2 + .../notifications/notifications.vcxproj | 2 + src/common/updating/updating.vcxproj | 142 +++---- src/common/version/version.vcxproj | 2 + src/logging/logging.vcxproj | 4 +- .../AdvancedPasteModuleInterface.vcxproj | 2 + .../CropAndLock/CropAndLock.vcxproj | 4 +- .../CropAndLockModuleInterface.vcxproj | 4 + ...nvironmentVariablesModuleInterface.vcxproj | 4 + .../FileLocksmithCLI/FileLocksmithCLI.vcxproj | 4 + .../tests/FileLocksmithCLIUnitTests.vcxproj | 2 + .../FileLocksmithContextMenu.vcxproj | 4 + .../FileLocksmithExt/FileLocksmithExt.vcxproj | 4 + .../FileLocksmithLib/FileLocksmithLib.vcxproj | 4 + .../FileLocksmithLibInterop.vcxproj | 2 + .../HostsModuleInterface.vcxproj | 4 + .../LightSwitchLib/LightSwitchLib.vcxproj | 8 + .../LightSwitchService.vcxproj | 4 + .../MeasureToolModuleInterface.vcxproj | 4 + .../MouseUtils/CursorWrap/CursorWrap.vcxproj | 4 + .../FindMyMouse/FindMyMouse.vcxproj | 4 + .../MouseHighlighter/MouseHighlighter.vcxproj | 4 + .../MouseUtils/MouseJump/MouseJump.vcxproj | 4 + .../MousePointerCrosshairs.vcxproj | 4 + ...MouseWithoutBordersModuleInterface.vcxproj | 2 + .../NewPlus.ShellExtension.win10.vcxproj | 2 + .../NewShellExtensionContextMenu.vcxproj | 4 + .../PowerOCRModuleInterface.vcxproj | 2 + .../ShortcutGuide/ShortcutGuide.vcxproj | 2 +- .../ShortcutGuideModuleInterface.vcxproj | 4 + .../WorkspacesLauncher.vcxproj | 2 + .../WorkspacesLibUnitTests.vcxproj | 2 + .../WorkspacesLib/WorkspacesLib.vcxproj | 2 + .../WorkspacesModuleInterface.vcxproj | 2 + .../WorkspacesSnapshotTool.vcxproj | 2 + .../WorkspacesWindowArranger.vcxproj | 2 + .../ZoomItModuleInterface.vcxproj | 4 + .../ZoomItSettingsInterop.vcxproj | 2 + .../AlwaysOnTop/AlwaysOnTop.vcxproj | 2 + .../AlwaysOnTopModuleInterface.vcxproj | 2 + .../AwakeModuleInterface.vcxproj | 2 + .../CmdNotFoundModuleInterface.vcxproj | 2 + .../CmdPalKeyboardService.vcxproj | 2 + .../CmdPalModuleInterface.vcxproj | 4 + .../Microsoft.Terminal.UI.vcxproj | 4 +- ...icrosoft.CommandPalette.Extensions.vcxproj | 4 +- .../ColorPicker/ColorPicker.vcxproj | 2 + .../fancyzones/FancyZones/FancyZones.vcxproj | 2 + .../FancyZonesLib/FancyZonesLib.vcxproj | 2 + .../FancyZonesModuleInterface.vcxproj | 2 + .../UnitTests/UnitTests.vcxproj | 2 + .../ImageResizerContextMenu.vcxproj | 4 + .../ImageResizerLib/ImageResizerLib.vcxproj | 2 + .../imageresizer/dll/ImageResizerExt.vcxproj | 308 +++++++-------- .../KeyboardManagerEditor.vcxproj | 2 + .../KeyboardManagerEditorLibrary.vcxproj | 2 + ...eyboardManagerEditorLibraryWrapper.vcxproj | 12 + .../KeyboardManagerEditorTest.vcxproj | 2 + .../KeyboardManagerEngine.vcxproj | 2 + .../KeyboardManagerEngineLibrary.vcxproj | 2 + .../KeyboardManagerEngineTest.vcxproj | 2 + .../common/KeyboardManagerCommon.vcxproj | 176 ++++----- .../dll/KeyboardManager.vcxproj | 176 ++++----- .../Microsoft.Launcher.vcxproj | 2 + src/modules/peek/peek/peek.vcxproj | 2 + .../PowerAccentKeyboardService.vcxproj | 2 + .../PowerRename.FuzzingTest.vcxproj | 2 + .../PowerRenameContextMenu.vcxproj | 4 + .../PowerRenameUILib/PowerRenameUI.vcxproj | 4 +- .../powerrename/dll/PowerRenameExt.vcxproj | 4 +- .../powerrename/lib/PowerRenameLib.vcxproj | 218 +++++------ .../testapp/PowerRenameTest.vcxproj | 170 +++++---- .../unittests/PowerRenameLibUnitTests.vcxproj | 2 + .../BgcodePreviewHandlerCpp.vcxproj | 4 + .../BgcodeThumbnailProviderCpp.vcxproj | 4 + .../GcodePreviewHandlerCpp.vcxproj | 4 + .../GcodeThumbnailProviderCpp.vcxproj | 4 + .../MarkdownPreviewHandlerCpp.vcxproj | 4 + .../MonacoPreviewHandlerCpp.vcxproj | 4 + .../PdfPreviewHandlerCpp.vcxproj | 4 + .../PdfThumbnailProviderCpp.vcxproj | 4 + .../QoiPreviewHandlerCpp.vcxproj | 4 + .../QoiThumbnailProviderCpp.vcxproj | 4 + .../StlThumbnailProviderCpp.vcxproj | 4 + .../SvgPreviewHandlerCpp.vcxproj | 4 + .../SvgThumbnailProviderCpp.vcxproj | 4 + .../powerpreview/powerpreview.vcxproj | 214 +++++------ .../RegistryPreviewExt.vcxproj | 4 + src/runner/runner.vcxproj | 358 +++++++++--------- .../BugReportTool/BugReportTool.vcxproj | 4 +- tools/CleanUp_tool/CleanUp_tool.vcxproj | 4 + .../FancyZones_DrawLayoutTest.vcxproj | 8 + .../FancyZones_zonable_tester.vcxproj | 8 + .../MonitorReportTool.vcxproj | 4 + .../StylesReportTool/StylesReportTool.vcxproj | 4 + tools/module_loader/ModuleLoader.vcxproj | 8 + .../ModuleTemplate/ModuleTemplate.vcxproj | 4 + .../ModuleTemplateCompileTest.vcxproj | 4 + 115 files changed, 1229 insertions(+), 886 deletions(-) diff --git a/Cpp.Build.props b/Cpp.Build.props index 7b988f0d6f..fd3bddd08a 100644 --- a/Cpp.Build.props +++ b/Cpp.Build.props @@ -110,6 +110,7 @@ v143 + v145 Unicode true Spectre diff --git a/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj b/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj index ae50cdcedb..118849b8f9 100644 --- a/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj +++ b/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,16 @@ DynamicLibrary Unicode v143 + + v145 DynamicLibrary Unicode true v143 + + v145 diff --git a/installer/PowerToysSetupVNext/SilentFilesInUseBA/SilentFilesInUseBAFunction.vcxproj b/installer/PowerToysSetupVNext/SilentFilesInUseBA/SilentFilesInUseBAFunction.vcxproj index 3972c1b0f7..7a692000f8 100644 --- a/installer/PowerToysSetupVNext/SilentFilesInUseBA/SilentFilesInUseBAFunction.vcxproj +++ b/installer/PowerToysSetupVNext/SilentFilesInUseBA/SilentFilesInUseBAFunction.vcxproj @@ -38,6 +38,8 @@ DynamicLibrary true v143 + + v145 Unicode @@ -45,6 +47,8 @@ DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/ActionRunner/actionRunner.vcxproj b/src/ActionRunner/actionRunner.vcxproj index cc41616bba..10dfba513d 100644 --- a/src/ActionRunner/actionRunner.vcxproj +++ b/src/ActionRunner/actionRunner.vcxproj @@ -13,6 +13,8 @@ v143 + + v145 diff --git a/src/PackageIdentity/PackageIdentity.vcxproj b/src/PackageIdentity/PackageIdentity.vcxproj index f8d34f5650..e60158c5b3 100644 --- a/src/PackageIdentity/PackageIdentity.vcxproj +++ b/src/PackageIdentity/PackageIdentity.vcxproj @@ -56,12 +56,16 @@ Utility true v143 + + v145 Utility false v143 + + v145 true @@ -69,12 +73,16 @@ Utility true v143 + + v145 Utility false v143 + + v145 true diff --git a/src/Update/PowerToys.Update.vcxproj b/src/Update/PowerToys.Update.vcxproj index 172a7027a6..877c256590 100644 --- a/src/Update/PowerToys.Update.vcxproj +++ b/src/Update/PowerToys.Update.vcxproj @@ -13,6 +13,8 @@ v143 + + v145 diff --git a/src/common/COMUtils/COMUtils.vcxproj b/src/common/COMUtils/COMUtils.vcxproj index f582df593b..d9c188d21d 100644 --- a/src/common/COMUtils/COMUtils.vcxproj +++ b/src/common/COMUtils/COMUtils.vcxproj @@ -11,6 +11,8 @@ StaticLibrary v143 + + v145 diff --git a/src/common/CalculatorEngineCommon/CalculatorEngineCommon.vcxproj b/src/common/CalculatorEngineCommon/CalculatorEngineCommon.vcxproj index 43f4749892..cd05e9fa6f 100644 --- a/src/common/CalculatorEngineCommon/CalculatorEngineCommon.vcxproj +++ b/src/common/CalculatorEngineCommon/CalculatorEngineCommon.vcxproj @@ -41,6 +41,8 @@ DynamicLibrary v143 + + v145 Unicode false diff --git a/src/common/Display/Display.vcxproj b/src/common/Display/Display.vcxproj index 87b74ba534..6d6cb2e19d 100644 --- a/src/common/Display/Display.vcxproj +++ b/src/common/Display/Display.vcxproj @@ -11,6 +11,8 @@ StaticLibrary v143 + + v145 diff --git a/src/common/GPOWrapper/GPOWrapper.vcxproj b/src/common/GPOWrapper/GPOWrapper.vcxproj index c77620493d..ebae20cd83 100644 --- a/src/common/GPOWrapper/GPOWrapper.vcxproj +++ b/src/common/GPOWrapper/GPOWrapper.vcxproj @@ -20,6 +20,8 @@ DynamicLibrary v143 + + v145 Unicode false true diff --git a/src/common/SettingsAPI/SettingsAPI.vcxproj b/src/common/SettingsAPI/SettingsAPI.vcxproj index d09e33a334..072fc2a491 100644 --- a/src/common/SettingsAPI/SettingsAPI.vcxproj +++ b/src/common/SettingsAPI/SettingsAPI.vcxproj @@ -13,6 +13,8 @@ StaticLibrary v143 + + v145 diff --git a/src/common/Telemetry/EtwTrace/EtwTrace.vcxproj b/src/common/Telemetry/EtwTrace/EtwTrace.vcxproj index 17b3be7a26..0362959780 100644 --- a/src/common/Telemetry/EtwTrace/EtwTrace.vcxproj +++ b/src/common/Telemetry/EtwTrace/EtwTrace.vcxproj @@ -12,6 +12,8 @@ StaticLibrary v143 + + v145 diff --git a/src/common/Themes/Themes.vcxproj b/src/common/Themes/Themes.vcxproj index f9772c874f..5de2e4b615 100644 --- a/src/common/Themes/Themes.vcxproj +++ b/src/common/Themes/Themes.vcxproj @@ -12,6 +12,8 @@ StaticLibrary v143 + + v145 diff --git a/src/common/UnitTests-CommonLib/UnitTests-CommonLib.vcxproj b/src/common/UnitTests-CommonLib/UnitTests-CommonLib.vcxproj index 28041207fa..558c837552 100644 --- a/src/common/UnitTests-CommonLib/UnitTests-CommonLib.vcxproj +++ b/src/common/UnitTests-CommonLib/UnitTests-CommonLib.vcxproj @@ -14,6 +14,8 @@ DynamicLibrary false v143 + + v145 $(SolutionDir)$(Platform)\$(Configuration)\tests\UnitTestsCommonLib\ diff --git a/src/common/interop/PowerToys.Interop.vcxproj b/src/common/interop/PowerToys.Interop.vcxproj index ca29e69cce..70f449ad08 100644 --- a/src/common/interop/PowerToys.Interop.vcxproj +++ b/src/common/interop/PowerToys.Interop.vcxproj @@ -1,4 +1,4 @@ - + @@ -42,6 +42,8 @@ DynamicLibrary v143 + + v145 Unicode false diff --git a/src/common/logger/logger.vcxproj b/src/common/logger/logger.vcxproj index 3e5529a747..fb0726810d 100644 --- a/src/common/logger/logger.vcxproj +++ b/src/common/logger/logger.vcxproj @@ -37,6 +37,8 @@ StaticLibrary v143 + + v145 ..\..\..\$(Platform)\$(Configuration)\ diff --git a/src/common/notifications/BackgroundActivator/BackgroundActivator.vcxproj b/src/common/notifications/BackgroundActivator/BackgroundActivator.vcxproj index 077333a664..f3617dbb1b 100644 --- a/src/common/notifications/BackgroundActivator/BackgroundActivator.vcxproj +++ b/src/common/notifications/BackgroundActivator/BackgroundActivator.vcxproj @@ -19,6 +19,8 @@ StaticLibrary v143 + + v145 Unicode false diff --git a/src/common/notifications/BackgroundActivatorDLL/BackgroundActivatorDLL.vcxproj b/src/common/notifications/BackgroundActivatorDLL/BackgroundActivatorDLL.vcxproj index 88a9a6b5f2..da84881d82 100644 --- a/src/common/notifications/BackgroundActivatorDLL/BackgroundActivatorDLL.vcxproj +++ b/src/common/notifications/BackgroundActivatorDLL/BackgroundActivatorDLL.vcxproj @@ -11,6 +11,8 @@ DynamicLibrary v143 + + v145 diff --git a/src/common/notifications/notifications.vcxproj b/src/common/notifications/notifications.vcxproj index b55d67e7b3..02bfb51531 100644 --- a/src/common/notifications/notifications.vcxproj +++ b/src/common/notifications/notifications.vcxproj @@ -12,6 +12,8 @@ StaticLibrary v143 + + v145 diff --git a/src/common/updating/updating.vcxproj b/src/common/updating/updating.vcxproj index bfcf1f22b4..c9ad21c7cf 100644 --- a/src/common/updating/updating.vcxproj +++ b/src/common/updating/updating.vcxproj @@ -1,71 +1,73 @@ - - - - - 16.0 - {17DA04DF-E393-4397-9CF0-84DABE11032E} - Win32Proj - updating - ApplicationUpdate - - - - - StaticLibrary - v143 - - - - - - - - - - - - - - ..\;..\..\;..\..\..\;%(AdditionalIncludeDirectories) - _LIB;%(PreprocessorDefinitions) - - - Version.lib - - - - - - - - - - - - - - Create - - - - - {6955446d-23f7-4023-9bb3-8657f904af99} - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + 16.0 + {17DA04DF-E393-4397-9CF0-84DABE11032E} + Win32Proj + updating + ApplicationUpdate + + + + + StaticLibrary + v143 + + v145 + + + + + + + + + + + + + + ..\;..\..\;..\..\..\;%(AdditionalIncludeDirectories) + _LIB;%(PreprocessorDefinitions) + + + Version.lib + + + + + + + + + + + + + + Create + + + + + {6955446d-23f7-4023-9bb3-8657f904af99} + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/src/common/version/version.vcxproj b/src/common/version/version.vcxproj index b045d8f5a5..286ec13bd6 100644 --- a/src/common/version/version.vcxproj +++ b/src/common/version/version.vcxproj @@ -48,6 +48,8 @@ StaticLibrary v143 + + v145 diff --git a/src/logging/logging.vcxproj b/src/logging/logging.vcxproj index ee1c6a7078..49135d7cac 100644 --- a/src/logging/logging.vcxproj +++ b/src/logging/logging.vcxproj @@ -1,4 +1,4 @@ - + @@ -37,6 +37,8 @@ StaticLibrary MultiByte v143 + + v145 ..\..\$(Platform)\$(Configuration)\ diff --git a/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/AdvancedPasteModuleInterface.vcxproj b/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/AdvancedPasteModuleInterface.vcxproj index 2cf2920673..ced6c5b630 100644 --- a/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/AdvancedPasteModuleInterface.vcxproj +++ b/src/modules/AdvancedPaste/AdvancedPasteModuleInterface/AdvancedPasteModuleInterface.vcxproj @@ -16,6 +16,8 @@ DynamicLibrary v143 + + v145 diff --git a/src/modules/CropAndLock/CropAndLock/CropAndLock.vcxproj b/src/modules/CropAndLock/CropAndLock/CropAndLock.vcxproj index dfe9f11b2e..fc719a3f77 100644 --- a/src/modules/CropAndLock/CropAndLock/CropAndLock.vcxproj +++ b/src/modules/CropAndLock/CropAndLock/CropAndLock.vcxproj @@ -34,10 +34,10 @@ Application - v143 + v144 v142 v143 - v143 + v145 Unicode Spectre diff --git a/src/modules/CropAndLock/CropAndLockModuleInterface/CropAndLockModuleInterface.vcxproj b/src/modules/CropAndLock/CropAndLockModuleInterface/CropAndLockModuleInterface.vcxproj index c7fccf462a..0f01fef652 100644 --- a/src/modules/CropAndLock/CropAndLockModuleInterface/CropAndLockModuleInterface.vcxproj +++ b/src/modules/CropAndLock/CropAndLockModuleInterface/CropAndLockModuleInterface.vcxproj @@ -13,12 +13,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/EnvironmentVariables/EnvironmentVariablesModuleInterface/EnvironmentVariablesModuleInterface.vcxproj b/src/modules/EnvironmentVariables/EnvironmentVariablesModuleInterface/EnvironmentVariablesModuleInterface.vcxproj index 068a0ad590..5799c8dc74 100644 --- a/src/modules/EnvironmentVariables/EnvironmentVariablesModuleInterface/EnvironmentVariablesModuleInterface.vcxproj +++ b/src/modules/EnvironmentVariables/EnvironmentVariablesModuleInterface/EnvironmentVariablesModuleInterface.vcxproj @@ -16,12 +16,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/FileLocksmith/FileLocksmithCLI/FileLocksmithCLI.vcxproj b/src/modules/FileLocksmith/FileLocksmithCLI/FileLocksmithCLI.vcxproj index ca85b58d28..3598d6e784 100644 --- a/src/modules/FileLocksmith/FileLocksmithCLI/FileLocksmithCLI.vcxproj +++ b/src/modules/FileLocksmith/FileLocksmithCLI/FileLocksmithCLI.vcxproj @@ -15,12 +15,16 @@ Application true v143 + + v145 Unicode Application false v143 + + v145 Unicode diff --git a/src/modules/FileLocksmith/FileLocksmithCLI/tests/FileLocksmithCLIUnitTests.vcxproj b/src/modules/FileLocksmith/FileLocksmithCLI/tests/FileLocksmithCLIUnitTests.vcxproj index 4b423c0183..5c958e6dd8 100644 --- a/src/modules/FileLocksmith/FileLocksmithCLI/tests/FileLocksmithCLIUnitTests.vcxproj +++ b/src/modules/FileLocksmith/FileLocksmithCLI/tests/FileLocksmithCLIUnitTests.vcxproj @@ -12,6 +12,8 @@ v143 + + v145 DynamicLibrary Unicode diff --git a/src/modules/FileLocksmith/FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj b/src/modules/FileLocksmith/FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj index 10478cd30c..3b4fe26a4f 100644 --- a/src/modules/FileLocksmith/FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj +++ b/src/modules/FileLocksmith/FileLocksmithContextMenu/FileLocksmithContextMenu.vcxproj @@ -21,12 +21,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj b/src/modules/FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj index c67119808f..bc05fd1acc 100644 --- a/src/modules/FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj +++ b/src/modules/FileLocksmith/FileLocksmithExt/FileLocksmithExt.vcxproj @@ -17,12 +17,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/FileLocksmith/FileLocksmithLib/FileLocksmithLib.vcxproj b/src/modules/FileLocksmith/FileLocksmithLib/FileLocksmithLib.vcxproj index fdfb0c666f..de7cc8d979 100644 --- a/src/modules/FileLocksmith/FileLocksmithLib/FileLocksmithLib.vcxproj +++ b/src/modules/FileLocksmith/FileLocksmithLib/FileLocksmithLib.vcxproj @@ -13,12 +13,16 @@ StaticLibrary true v143 + + v145 Unicode StaticLibrary false v143 + + v145 Unicode diff --git a/src/modules/FileLocksmith/FileLocksmithLibInterop/FileLocksmithLibInterop.vcxproj b/src/modules/FileLocksmith/FileLocksmithLibInterop/FileLocksmithLibInterop.vcxproj index c4489cdad8..e0e9166708 100644 --- a/src/modules/FileLocksmith/FileLocksmithLibInterop/FileLocksmithLibInterop.vcxproj +++ b/src/modules/FileLocksmith/FileLocksmithLibInterop/FileLocksmithLibInterop.vcxproj @@ -33,6 +33,8 @@ DynamicLibrary v143 + + v145 Unicode false diff --git a/src/modules/Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj b/src/modules/Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj index f74481f2e0..f907c7cf9a 100644 --- a/src/modules/Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj +++ b/src/modules/Hosts/HostsModuleInterface/HostsModuleInterface.vcxproj @@ -16,12 +16,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/LightSwitch/LightSwitchLib/LightSwitchLib.vcxproj b/src/modules/LightSwitch/LightSwitchLib/LightSwitchLib.vcxproj index dbc97ab86e..f7d4057abc 100644 --- a/src/modules/LightSwitch/LightSwitchLib/LightSwitchLib.vcxproj +++ b/src/modules/LightSwitch/LightSwitchLib/LightSwitchLib.vcxproj @@ -32,12 +32,16 @@ StaticLibrary true v143 + + v145 Unicode StaticLibrary false v143 + + v145 true Unicode @@ -45,12 +49,16 @@ StaticLibrary true v143 + + v145 Unicode StaticLibrary false v143 + + v145 true Unicode diff --git a/src/modules/LightSwitch/LightSwitchService/LightSwitchService.vcxproj b/src/modules/LightSwitch/LightSwitchService/LightSwitchService.vcxproj index 297731c2ae..c9f183d763 100644 --- a/src/modules/LightSwitch/LightSwitchService/LightSwitchService.vcxproj +++ b/src/modules/LightSwitch/LightSwitchService/LightSwitchService.vcxproj @@ -32,12 +32,16 @@ Application true v143 + + v145 Unicode Application false v143 + + v145 true Unicode diff --git a/src/modules/MeasureTool/MeasureToolModuleInterface/MeasureToolModuleInterface.vcxproj b/src/modules/MeasureTool/MeasureToolModuleInterface/MeasureToolModuleInterface.vcxproj index 557564781f..432d167244 100644 --- a/src/modules/MeasureTool/MeasureToolModuleInterface/MeasureToolModuleInterface.vcxproj +++ b/src/modules/MeasureTool/MeasureToolModuleInterface/MeasureToolModuleInterface.vcxproj @@ -13,12 +13,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/MouseUtils/CursorWrap/CursorWrap.vcxproj b/src/modules/MouseUtils/CursorWrap/CursorWrap.vcxproj index 59e2095ca7..ce2c2d1042 100644 --- a/src/modules/MouseUtils/CursorWrap/CursorWrap.vcxproj +++ b/src/modules/MouseUtils/CursorWrap/CursorWrap.vcxproj @@ -14,12 +14,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/MouseUtils/FindMyMouse/FindMyMouse.vcxproj b/src/modules/MouseUtils/FindMyMouse/FindMyMouse.vcxproj index 8e606b88ad..a211d127ec 100644 --- a/src/modules/MouseUtils/FindMyMouse/FindMyMouse.vcxproj +++ b/src/modules/MouseUtils/FindMyMouse/FindMyMouse.vcxproj @@ -34,12 +34,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/MouseUtils/MouseHighlighter/MouseHighlighter.vcxproj b/src/modules/MouseUtils/MouseHighlighter/MouseHighlighter.vcxproj index df0df021da..a793cb901f 100644 --- a/src/modules/MouseUtils/MouseHighlighter/MouseHighlighter.vcxproj +++ b/src/modules/MouseUtils/MouseHighlighter/MouseHighlighter.vcxproj @@ -13,12 +13,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/MouseUtils/MouseJump/MouseJump.vcxproj b/src/modules/MouseUtils/MouseJump/MouseJump.vcxproj index 29e8f444bf..15cd74c2f8 100644 --- a/src/modules/MouseUtils/MouseJump/MouseJump.vcxproj +++ b/src/modules/MouseUtils/MouseJump/MouseJump.vcxproj @@ -13,12 +13,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/MouseUtils/MousePointerCrosshairs/MousePointerCrosshairs.vcxproj b/src/modules/MouseUtils/MousePointerCrosshairs/MousePointerCrosshairs.vcxproj index 58668c663f..bb8eab0b0e 100644 --- a/src/modules/MouseUtils/MousePointerCrosshairs/MousePointerCrosshairs.vcxproj +++ b/src/modules/MouseUtils/MousePointerCrosshairs/MousePointerCrosshairs.vcxproj @@ -14,12 +14,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/MouseWithoutBorders/ModuleInterface/MouseWithoutBordersModuleInterface.vcxproj b/src/modules/MouseWithoutBorders/ModuleInterface/MouseWithoutBordersModuleInterface.vcxproj index 8f04969947..ab314c54ad 100644 --- a/src/modules/MouseWithoutBorders/ModuleInterface/MouseWithoutBordersModuleInterface.vcxproj +++ b/src/modules/MouseWithoutBorders/ModuleInterface/MouseWithoutBordersModuleInterface.vcxproj @@ -13,6 +13,8 @@ v143 + + v145 diff --git a/src/modules/NewPlus/NewShellExtensionContextMenu.win10/NewPlus.ShellExtension.win10.vcxproj b/src/modules/NewPlus/NewShellExtensionContextMenu.win10/NewPlus.ShellExtension.win10.vcxproj index ea6f5ab7ba..d52ce6d629 100644 --- a/src/modules/NewPlus/NewShellExtensionContextMenu.win10/NewPlus.ShellExtension.win10.vcxproj +++ b/src/modules/NewPlus/NewShellExtensionContextMenu.win10/NewPlus.ShellExtension.win10.vcxproj @@ -15,6 +15,8 @@ DynamicLibrary v143 + + v145 Unicode diff --git a/src/modules/NewPlus/NewShellExtensionContextMenu/NewShellExtensionContextMenu.vcxproj b/src/modules/NewPlus/NewShellExtensionContextMenu/NewShellExtensionContextMenu.vcxproj index 7dade586e7..14f650d301 100644 --- a/src/modules/NewPlus/NewShellExtensionContextMenu/NewShellExtensionContextMenu.vcxproj +++ b/src/modules/NewPlus/NewShellExtensionContextMenu/NewShellExtensionContextMenu.vcxproj @@ -17,12 +17,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj b/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj index 53b1dd8336..28f6cfe129 100644 --- a/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj +++ b/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOCRModuleInterface.vcxproj @@ -16,6 +16,8 @@ DynamicLibrary v143 + + v145 diff --git a/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj b/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj index 045be94f2b..de5e39b408 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj +++ b/src/modules/ShortcutGuide/ShortcutGuide/ShortcutGuide.vcxproj @@ -17,7 +17,7 @@ Application - v143 + v144 v141 v142 Unicode diff --git a/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj b/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj index be903fbe3e..82b6eb4c0b 100644 --- a/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj +++ b/src/modules/ShortcutGuide/ShortcutGuideModuleInterface/ShortcutGuideModuleInterface.vcxproj @@ -16,6 +16,8 @@ DynamicLibrary true v143 + + v145 Unicode Spectre @@ -23,6 +25,8 @@ DynamicLibrary false v143 + + v145 true Unicode Spectre diff --git a/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj b/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj index 9d4fc4bcab..83f672dfd7 100644 --- a/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj +++ b/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj @@ -61,6 +61,8 @@ Application v143 + + v145 Unicode Spectre diff --git a/src/modules/Workspaces/WorkspacesLib.UnitTests/WorkspacesLibUnitTests.vcxproj b/src/modules/Workspaces/WorkspacesLib.UnitTests/WorkspacesLibUnitTests.vcxproj index 14f87ef729..1bb93270e8 100644 --- a/src/modules/Workspaces/WorkspacesLib.UnitTests/WorkspacesLibUnitTests.vcxproj +++ b/src/modules/Workspaces/WorkspacesLib.UnitTests/WorkspacesLibUnitTests.vcxproj @@ -10,6 +10,8 @@ v143 + + v145 DynamicLibrary diff --git a/src/modules/Workspaces/WorkspacesLib/WorkspacesLib.vcxproj b/src/modules/Workspaces/WorkspacesLib/WorkspacesLib.vcxproj index a7e62192cf..05aef844da 100644 --- a/src/modules/Workspaces/WorkspacesLib/WorkspacesLib.vcxproj +++ b/src/modules/Workspaces/WorkspacesLib/WorkspacesLib.vcxproj @@ -12,6 +12,8 @@ StaticLibrary v143 + + v145 diff --git a/src/modules/Workspaces/WorkspacesModuleInterface/WorkspacesModuleInterface.vcxproj b/src/modules/Workspaces/WorkspacesModuleInterface/WorkspacesModuleInterface.vcxproj index 28ee035180..0716464e07 100644 --- a/src/modules/Workspaces/WorkspacesModuleInterface/WorkspacesModuleInterface.vcxproj +++ b/src/modules/Workspaces/WorkspacesModuleInterface/WorkspacesModuleInterface.vcxproj @@ -14,6 +14,8 @@ v143 + + v145 diff --git a/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj b/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj index 05e4241c1c..208ecee001 100644 --- a/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj +++ b/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj @@ -61,6 +61,8 @@ Application v143 + + v145 Unicode Spectre diff --git a/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj b/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj index 2451be2470..2b3adab5da 100644 --- a/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj +++ b/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj @@ -61,6 +61,8 @@ Application v143 + + v145 Unicode Spectre diff --git a/src/modules/ZoomIt/ZoomItModuleInterface/ZoomItModuleInterface.vcxproj b/src/modules/ZoomIt/ZoomItModuleInterface/ZoomItModuleInterface.vcxproj index c922d38969..b16b73fd29 100644 --- a/src/modules/ZoomIt/ZoomItModuleInterface/ZoomItModuleInterface.vcxproj +++ b/src/modules/ZoomIt/ZoomItModuleInterface/ZoomItModuleInterface.vcxproj @@ -13,12 +13,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/ZoomIt/ZoomItSettingsInterop/ZoomItSettingsInterop.vcxproj b/src/modules/ZoomIt/ZoomItSettingsInterop/ZoomItSettingsInterop.vcxproj index 21998a40da..0ef8503353 100644 --- a/src/modules/ZoomIt/ZoomItSettingsInterop/ZoomItSettingsInterop.vcxproj +++ b/src/modules/ZoomIt/ZoomItSettingsInterop/ZoomItSettingsInterop.vcxproj @@ -20,6 +20,8 @@ DynamicLibrary v143 + + v145 Unicode false diff --git a/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj b/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj index bf3e5c6851..0db0a3660c 100644 --- a/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj +++ b/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.vcxproj @@ -61,6 +61,8 @@ Application v143 + + v145 Unicode Spectre diff --git a/src/modules/alwaysontop/AlwaysOnTopModuleInterface/AlwaysOnTopModuleInterface.vcxproj b/src/modules/alwaysontop/AlwaysOnTopModuleInterface/AlwaysOnTopModuleInterface.vcxproj index 5f63a0e628..6e276a20d3 100644 --- a/src/modules/alwaysontop/AlwaysOnTopModuleInterface/AlwaysOnTopModuleInterface.vcxproj +++ b/src/modules/alwaysontop/AlwaysOnTopModuleInterface/AlwaysOnTopModuleInterface.vcxproj @@ -12,6 +12,8 @@ DynamicLibrary v143 + + v145 diff --git a/src/modules/awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj b/src/modules/awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj index e1ce05608a..c257f3a258 100644 --- a/src/modules/awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj +++ b/src/modules/awake/AwakeModuleInterface/AwakeModuleInterface.vcxproj @@ -9,6 +9,8 @@ AwakeModuleInterface PowerToys.AwakeModuleInterface v143 + + v145 diff --git a/src/modules/cmdNotFound/CmdNotFoundModuleInterface/CmdNotFoundModuleInterface.vcxproj b/src/modules/cmdNotFound/CmdNotFoundModuleInterface/CmdNotFoundModuleInterface.vcxproj index 34d556683a..f0c4e37ed7 100644 --- a/src/modules/cmdNotFound/CmdNotFoundModuleInterface/CmdNotFoundModuleInterface.vcxproj +++ b/src/modules/cmdNotFound/CmdNotFoundModuleInterface/CmdNotFoundModuleInterface.vcxproj @@ -8,6 +8,8 @@ CmdNotFoundModuleInterface PowerToys.CmdNotFoundModuleInterface v143 + + v145 CmdNotFoundModuleInterface diff --git a/src/modules/cmdpal/CmdPalKeyboardService/CmdPalKeyboardService.vcxproj b/src/modules/cmdpal/CmdPalKeyboardService/CmdPalKeyboardService.vcxproj index f891ce96e6..7500697427 100644 --- a/src/modules/cmdpal/CmdPalKeyboardService/CmdPalKeyboardService.vcxproj +++ b/src/modules/cmdpal/CmdPalKeyboardService/CmdPalKeyboardService.vcxproj @@ -43,6 +43,8 @@ DynamicLibrary v143 + + v145 Unicode false diff --git a/src/modules/cmdpal/CmdPalModuleInterface/CmdPalModuleInterface.vcxproj b/src/modules/cmdpal/CmdPalModuleInterface/CmdPalModuleInterface.vcxproj index 433e7599d5..0e6acb62c9 100644 --- a/src/modules/cmdpal/CmdPalModuleInterface/CmdPalModuleInterface.vcxproj +++ b/src/modules/cmdpal/CmdPalModuleInterface/CmdPalModuleInterface.vcxproj @@ -16,12 +16,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/cmdpal/Microsoft.Terminal.UI/Microsoft.Terminal.UI.vcxproj b/src/modules/cmdpal/Microsoft.Terminal.UI/Microsoft.Terminal.UI.vcxproj index 676d7297ba..b39fbd2991 100644 --- a/src/modules/cmdpal/Microsoft.Terminal.UI/Microsoft.Terminal.UI.vcxproj +++ b/src/modules/cmdpal/Microsoft.Terminal.UI/Microsoft.Terminal.UI.vcxproj @@ -1,4 +1,4 @@ - + @@ -53,7 +53,7 @@ DynamicLibrary - v143 + v144 v142 v141 v140 diff --git a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/Microsoft.CommandPalette.Extensions.vcxproj b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/Microsoft.CommandPalette.Extensions.vcxproj index 69793c6281..bf9856f296 100644 --- a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/Microsoft.CommandPalette.Extensions.vcxproj +++ b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions/Microsoft.CommandPalette.Extensions.vcxproj @@ -1,4 +1,4 @@ - + @@ -53,7 +53,7 @@ DynamicLibrary - v143 + v144 v142 v141 v140 diff --git a/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj b/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj index 2a354198b8..61c7014c7b 100644 --- a/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj +++ b/src/modules/colorPicker/ColorPicker/ColorPicker.vcxproj @@ -15,6 +15,8 @@ DynamicLibrary v143 + + v145 diff --git a/src/modules/fancyzones/FancyZones/FancyZones.vcxproj b/src/modules/fancyzones/FancyZones/FancyZones.vcxproj index b54ee19e34..979fd53091 100644 --- a/src/modules/fancyzones/FancyZones/FancyZones.vcxproj +++ b/src/modules/fancyzones/FancyZones/FancyZones.vcxproj @@ -58,6 +58,8 @@ Application v143 + + v145 Unicode Spectre diff --git a/src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj b/src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj index bff83a8d09..9837c28c59 100644 --- a/src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj +++ b/src/modules/fancyzones/FancyZonesLib/FancyZonesLib.vcxproj @@ -15,6 +15,8 @@ StaticLibrary v143 + + v145 diff --git a/src/modules/fancyzones/FancyZonesModuleInterface/FancyZonesModuleInterface.vcxproj b/src/modules/fancyzones/FancyZonesModuleInterface/FancyZonesModuleInterface.vcxproj index fcc2a70ef4..4af53d4372 100644 --- a/src/modules/fancyzones/FancyZonesModuleInterface/FancyZonesModuleInterface.vcxproj +++ b/src/modules/fancyzones/FancyZonesModuleInterface/FancyZonesModuleInterface.vcxproj @@ -14,6 +14,8 @@ v143 + + v145 diff --git a/src/modules/fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj b/src/modules/fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj index fb5c7d04d0..30ebf6d9d5 100644 --- a/src/modules/fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj +++ b/src/modules/fancyzones/FancyZonesTests/UnitTests/UnitTests.vcxproj @@ -16,6 +16,8 @@ v143 + + v145 diff --git a/src/modules/imageresizer/ImageResizerContextMenu/ImageResizerContextMenu.vcxproj b/src/modules/imageresizer/ImageResizerContextMenu/ImageResizerContextMenu.vcxproj index 6afa9cce25..772094128d 100644 --- a/src/modules/imageresizer/ImageResizerContextMenu/ImageResizerContextMenu.vcxproj +++ b/src/modules/imageresizer/ImageResizerContextMenu/ImageResizerContextMenu.vcxproj @@ -14,11 +14,15 @@ DynamicLibrary true v143 + + v145 DynamicLibrary false v143 + + v145 true diff --git a/src/modules/imageresizer/ImageResizerLib/ImageResizerLib.vcxproj b/src/modules/imageresizer/ImageResizerLib/ImageResizerLib.vcxproj index 567de025a3..a4fc02015d 100644 --- a/src/modules/imageresizer/ImageResizerLib/ImageResizerLib.vcxproj +++ b/src/modules/imageresizer/ImageResizerLib/ImageResizerLib.vcxproj @@ -9,6 +9,8 @@ StaticLibrary v143 + + v145 Unicode diff --git a/src/modules/imageresizer/dll/ImageResizerExt.vcxproj b/src/modules/imageresizer/dll/ImageResizerExt.vcxproj index 51d3bc5522..48f1804970 100644 --- a/src/modules/imageresizer/dll/ImageResizerExt.vcxproj +++ b/src/modules/imageresizer/dll/ImageResizerExt.vcxproj @@ -1,154 +1,156 @@ - - - - - - - - {0B43679E-EDFA-4DA0-AD30-F4628B308B1B} - AtlProj - false - - - - DynamicLibrary - Static - - - v143 - - - - - - - - - - true - ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ - PowerToys.ImageResizerExt - - - - _WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\ImageResizerLib;..\..\..\common\inc;..\..\..\common\Telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories) - - - .\ImageResizerExt.def - true - true - - - - - false - _DEBUG;%(PreprocessorDefinitions) - ImageResizerExt_i.h - ImageResizerExt_i.c - ImageResizerExt_p.c - true - $(IntDir)ImageResizerExt.tlb - - true - - - 0x0409 - $(IntDir);%(AdditionalIncludeDirectories) - _DEBUG;%(PreprocessorDefinitions) - - - - - false - NDEBUG;%(PreprocessorDefinitions) - ImageResizerExt_i.h - ImageResizerExt_i.c - ImageResizerExt_p.c - true - $(IntDir)ImageResizerExt.tlb - - true - - - 0x0409 - $(IntDir);%(AdditionalIncludeDirectories) - NDEBUG;%(PreprocessorDefinitions) - - - - - - false - - - - - - false - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} - - - {6955446d-23f7-4023-9bb3-8657f904af99} - - - {8f021b46-362b-485c-bfba-ccf83e820cbd} - - - {98537082-0fdb-40de-abd8-0dc5a4269bab} - - - {18b3db45-4ffe-4d01-97d6-5223feee1853} - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + + + + + + + + {0B43679E-EDFA-4DA0-AD30-F4628B308B1B} + AtlProj + false + + + + DynamicLibrary + Static + + + v143 + + v145 + + + + + + + + + + true + ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ + PowerToys.ImageResizerExt + + + + _WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\ImageResizerLib;..\..\..\common\inc;..\..\..\common\Telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories) + + + .\ImageResizerExt.def + true + true + + + + + false + _DEBUG;%(PreprocessorDefinitions) + ImageResizerExt_i.h + ImageResizerExt_i.c + ImageResizerExt_p.c + true + $(IntDir)ImageResizerExt.tlb + + true + + + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + _DEBUG;%(PreprocessorDefinitions) + + + + + false + NDEBUG;%(PreprocessorDefinitions) + ImageResizerExt_i.h + ImageResizerExt_i.c + ImageResizerExt_p.c + true + $(IntDir)ImageResizerExt.tlb + + true + + + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + NDEBUG;%(PreprocessorDefinitions) + + + + + + false + + + + + + false + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} + + + {6955446d-23f7-4023-9bb3-8657f904af99} + + + {8f021b46-362b-485c-bfba-ccf83e820cbd} + + + {98537082-0fdb-40de-abd8-0dc5a4269bab} + + + {18b3db45-4ffe-4d01-97d6-5223feee1853} + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file diff --git a/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj index 3c124d63e4..7cab22266f 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj @@ -61,6 +61,8 @@ v143 + + v145 ..\..\..\..\$(Platform)\$(Configuration)\$(MSBuildProjectName)\ Unicode Spectre diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj index 7d997ceb24..2b62fc3f0e 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj @@ -16,6 +16,8 @@ v143 + + v145 diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorLibraryWrapper/KeyboardManagerEditorLibraryWrapper.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEditorLibraryWrapper/KeyboardManagerEditorLibraryWrapper.vcxproj index e82a21cb06..035a98b65d 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditorLibraryWrapper/KeyboardManagerEditorLibraryWrapper.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEditorLibraryWrapper/KeyboardManagerEditorLibraryWrapper.vcxproj @@ -42,12 +42,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode @@ -55,18 +59,24 @@ DynamicLibrary false v143 + + v145 NotSet DynamicLibrary false v143 + + v145 NotSet DynamicLibrary false v143 + + v145 true Unicode @@ -74,6 +84,8 @@ DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorTest/KeyboardManagerEditorTest.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEditorTest/KeyboardManagerEditorTest.vcxproj index 29bbf8a99f..0922274e57 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditorTest/KeyboardManagerEditorTest.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEditorTest/KeyboardManagerEditorTest.vcxproj @@ -15,6 +15,8 @@ v143 + + v145 diff --git a/src/modules/keyboardmanager/KeyboardManagerEngine/KeyboardManagerEngine.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEngine/KeyboardManagerEngine.vcxproj index fd7b4a97c3..4bfb21c3c0 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEngine/KeyboardManagerEngine.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEngine/KeyboardManagerEngine.vcxproj @@ -17,6 +17,8 @@ v143 + + v145 diff --git a/src/modules/keyboardmanager/KeyboardManagerEngineLibrary/KeyboardManagerEngineLibrary.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEngineLibrary/KeyboardManagerEngineLibrary.vcxproj index ede1eb2eef..299c08dc06 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEngineLibrary/KeyboardManagerEngineLibrary.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEngineLibrary/KeyboardManagerEngineLibrary.vcxproj @@ -14,6 +14,8 @@ v143 + + v145 diff --git a/src/modules/keyboardmanager/KeyboardManagerEngineTest/KeyboardManagerEngineTest.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEngineTest/KeyboardManagerEngineTest.vcxproj index bb44298e5b..c59ca2d9e3 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEngineTest/KeyboardManagerEngineTest.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEngineTest/KeyboardManagerEngineTest.vcxproj @@ -15,6 +15,8 @@ v143 + + v145 diff --git a/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj b/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj index 36c1238949..d7092b376d 100644 --- a/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj +++ b/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj @@ -1,88 +1,90 @@ - - - - - 16.0 - {8AFFA899-0B73-49EC-8C50-0FADDA57B2FC} - KeyboardManagerCommon - - - - StaticLibrary - v143 - - - - - - - - - - - - ..\..\..\..\$(Platform)\$(Configuration)\ - - - - _CONSOLE;%(PreprocessorDefinitions) - ..\;..\..\..\;..\..\..\common\telemetry;..\..\;%(AdditionalIncludeDirectories) - %(AdditionalOptions) - - - shlwapi.lib;%(AdditionalDependencies) - - - Console - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - {7319089e-46d6-4400-bc65-e39bdf1416ee} - - - {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} - - - {6955446d-23f7-4023-9bb3-8657f904af99} - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + + + + + 16.0 + {8AFFA899-0B73-49EC-8C50-0FADDA57B2FC} + KeyboardManagerCommon + + + + StaticLibrary + v143 + + v145 + + + + + + + + + + + + ..\..\..\..\$(Platform)\$(Configuration)\ + + + + _CONSOLE;%(PreprocessorDefinitions) + ..\;..\..\..\;..\..\..\common\telemetry;..\..\;%(AdditionalIncludeDirectories) + %(AdditionalOptions) + + + shlwapi.lib;%(AdditionalDependencies) + + + Console + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + {7319089e-46d6-4400-bc65-e39bdf1416ee} + + + {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} + + + {6955446d-23f7-4023-9bb3-8657f904af99} + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file diff --git a/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj b/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj index 34e37eafb2..321188c6f3 100644 --- a/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj +++ b/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj @@ -1,88 +1,90 @@ - - - - - 15.0 - {89f34af7-1c34-4a72-aa6e-534bcf972bd9} - Win32Proj - KeyboardManager - KeyboardManager - - - - DynamicLibrary - - - v143 - - - - - - - - - - - - ..\..\..\..\$(Platform)\$(Configuration)\ - PowerToys.KeyboardManager - - - - $(SolutionDir)src\;$(SolutionDir)src\modules;$(SolutionDir)src\common\Telemetry;%(AdditionalIncludeDirectories) - EXAMPLEPOWERTOY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - - - $(OutDir)$(TargetName)$(TargetExt) - Shcore.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - Create - - - - - {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} - - - {6955446d-23f7-4023-9bb3-8657f904af99} - - - {8affa899-0b73-49ec-8c50-0fadda57b2fc} - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - + + + + + 15.0 + {89f34af7-1c34-4a72-aa6e-534bcf972bd9} + Win32Proj + KeyboardManager + KeyboardManager + + + + DynamicLibrary + + + v143 + + v145 + + + + + + + + + + + + ..\..\..\..\$(Platform)\$(Configuration)\ + PowerToys.KeyboardManager + + + + $(SolutionDir)src\;$(SolutionDir)src\modules;$(SolutionDir)src\common\Telemetry;%(AdditionalIncludeDirectories) + EXAMPLEPOWERTOY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + $(OutDir)$(TargetName)$(TargetExt) + Shcore.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + Create + + + + + {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} + + + {6955446d-23f7-4023-9bb3-8657f904af99} + + + {8affa899-0b73-49ec-8c50-0fadda57b2fc} + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + \ No newline at end of file diff --git a/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj b/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj index 8dc2df71bf..b0bc20a479 100644 --- a/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj +++ b/src/modules/launcher/Microsoft.Launcher/Microsoft.Launcher.vcxproj @@ -19,6 +19,8 @@ v143 + + v145 diff --git a/src/modules/peek/peek/peek.vcxproj b/src/modules/peek/peek/peek.vcxproj index 3da3b2e7de..fba9d23e75 100644 --- a/src/modules/peek/peek/peek.vcxproj +++ b/src/modules/peek/peek/peek.vcxproj @@ -12,6 +12,8 @@ DynamicLibrary v143 + + v145 diff --git a/src/modules/poweraccent/PowerAccentKeyboardService/PowerAccentKeyboardService.vcxproj b/src/modules/poweraccent/PowerAccentKeyboardService/PowerAccentKeyboardService.vcxproj index 4f96f21e66..6b3ae70bbd 100644 --- a/src/modules/poweraccent/PowerAccentKeyboardService/PowerAccentKeyboardService.vcxproj +++ b/src/modules/poweraccent/PowerAccentKeyboardService/PowerAccentKeyboardService.vcxproj @@ -20,6 +20,8 @@ DynamicLibrary v143 + + v145 Unicode false diff --git a/src/modules/powerrename/PowerRename.FuzzingTest/PowerRename.FuzzingTest.vcxproj b/src/modules/powerrename/PowerRename.FuzzingTest/PowerRename.FuzzingTest.vcxproj index 16272dba69..a33bf47d60 100644 --- a/src/modules/powerrename/PowerRename.FuzzingTest/PowerRename.FuzzingTest.vcxproj +++ b/src/modules/powerrename/PowerRename.FuzzingTest/PowerRename.FuzzingTest.vcxproj @@ -14,6 +14,8 @@ Application false v143 + + v145 Unicode diff --git a/src/modules/powerrename/PowerRenameContextMenu/PowerRenameContextMenu.vcxproj b/src/modules/powerrename/PowerRenameContextMenu/PowerRenameContextMenu.vcxproj index a101c28ac9..635f02c773 100644 --- a/src/modules/powerrename/PowerRenameContextMenu/PowerRenameContextMenu.vcxproj +++ b/src/modules/powerrename/PowerRenameContextMenu/PowerRenameContextMenu.vcxproj @@ -15,12 +15,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj b/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj index de71eb2188..ff95a815c2 100644 --- a/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj +++ b/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj @@ -1,4 +1,4 @@ - + @@ -49,6 +49,8 @@ Application v143 + + v145 Unicode true diff --git a/src/modules/powerrename/dll/PowerRenameExt.vcxproj b/src/modules/powerrename/dll/PowerRenameExt.vcxproj index 2364012861..6461c24ead 100644 --- a/src/modules/powerrename/dll/PowerRenameExt.vcxproj +++ b/src/modules/powerrename/dll/PowerRenameExt.vcxproj @@ -1,4 +1,4 @@ - + @@ -17,6 +17,8 @@ v143 + + v145 diff --git a/src/modules/powerrename/lib/PowerRenameLib.vcxproj b/src/modules/powerrename/lib/PowerRenameLib.vcxproj index bd5740dee7..5af2cee351 100644 --- a/src/modules/powerrename/lib/PowerRenameLib.vcxproj +++ b/src/modules/powerrename/lib/PowerRenameLib.vcxproj @@ -1,109 +1,111 @@ - - - - - {51920F1F-C28C-4ADF-8660-4238766796C2} - Win32Proj - PowerRenameLib - - - - StaticLibrary - v143 - - - - - - - - - ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ - $(ProjectDir)..\..\..\..\deps - - - - - - - Level3 - WIN32;_LIB;%(PreprocessorDefinitions) - $(ProjectDir)..\;$(ProjectDir)..\ui;$(ProjectDir)..\dll;$(ProjectDir)..\lib;$(ProjectDir)..\..\..\;$(ProjectDir)..\..\..\common\Telemetry;%(AdditionalIncludeDirectories);$(GeneratedFilesDir) - /FS %(AdditionalOptions) - - - windowscodecs.lib;propsys.lib;ole32.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - - - - - - {6955446d-23f7-4023-9bb3-8657f904af99} - - - {98537082-0fdb-40de-abd8-0dc5a4269bab} - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - + + + + + {51920F1F-C28C-4ADF-8660-4238766796C2} + Win32Proj + PowerRenameLib + + + + StaticLibrary + v143 + + v145 + + + + + + + + + ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ + $(ProjectDir)..\..\..\..\deps + + + + + + + Level3 + WIN32;_LIB;%(PreprocessorDefinitions) + $(ProjectDir)..\;$(ProjectDir)..\ui;$(ProjectDir)..\dll;$(ProjectDir)..\lib;$(ProjectDir)..\..\..\;$(ProjectDir)..\..\..\common\Telemetry;%(AdditionalIncludeDirectories);$(GeneratedFilesDir) + /FS %(AdditionalOptions) + + + windowscodecs.lib;propsys.lib;ole32.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + {6955446d-23f7-4023-9bb3-8657f904af99} + + + {98537082-0fdb-40de-abd8-0dc5a4269bab} + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + \ No newline at end of file diff --git a/src/modules/powerrename/testapp/PowerRenameTest.vcxproj b/src/modules/powerrename/testapp/PowerRenameTest.vcxproj index 27d6cffab8..59a313550c 100644 --- a/src/modules/powerrename/testapp/PowerRenameTest.vcxproj +++ b/src/modules/powerrename/testapp/PowerRenameTest.vcxproj @@ -1,85 +1,87 @@ - - - - - 15.0 - {A3935CF4-46C5-4A88-84D3-6B12E16E6BA2} - Win32Proj - PowerRenameTest - - - - Application - - - v143 - - - - - - - - - - - - ..\..\..\..\$(Platform)\$(Configuration)\tests\PowerRename\ - - - - $(ProjectDir)..\;$(ProjectDir)..\ui;$(ProjectDir)..\dll;$(ProjectDir)..\lib;$(ProjectDir)..\..\..\;$(ProjectDir)..\..\..\common\Telemetry;%(AdditionalIncludeDirectories);$(GeneratedFilesDir) - WIN32;_WINDOWS;%(PreprocessorDefinitions) - - - Pathcch.lib;comctl32.lib;shlwapi.lib;shcore.lib;%(AdditionalDependencies) - - - - - - - - - - - - Create - - - - - - - - {caba8dfb-823b-4bf2-93ac-3f31984150d9} - - - {6955446d-23f7-4023-9bb3-8657f904af99} - - - {98537082-0fdb-40de-abd8-0dc5a4269bab} - - - {51920f1f-c28c-4adf-8660-4238766796c2} - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - + + + + + 15.0 + {A3935CF4-46C5-4A88-84D3-6B12E16E6BA2} + Win32Proj + PowerRenameTest + + + + Application + + + v143 + + v145 + + + + + + + + + + + + ..\..\..\..\$(Platform)\$(Configuration)\tests\PowerRename\ + + + + $(ProjectDir)..\;$(ProjectDir)..\ui;$(ProjectDir)..\dll;$(ProjectDir)..\lib;$(ProjectDir)..\..\..\;$(ProjectDir)..\..\..\common\Telemetry;%(AdditionalIncludeDirectories);$(GeneratedFilesDir) + WIN32;_WINDOWS;%(PreprocessorDefinitions) + + + Pathcch.lib;comctl32.lib;shlwapi.lib;shcore.lib;%(AdditionalDependencies) + + + + + + + + + + + + Create + + + + + + + + {caba8dfb-823b-4bf2-93ac-3f31984150d9} + + + {6955446d-23f7-4023-9bb3-8657f904af99} + + + {98537082-0fdb-40de-abd8-0dc5a4269bab} + + + {51920f1f-c28c-4adf-8660-4238766796c2} + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + \ No newline at end of file diff --git a/src/modules/powerrename/unittests/PowerRenameLibUnitTests.vcxproj b/src/modules/powerrename/unittests/PowerRenameLibUnitTests.vcxproj index 8e58bb7956..611ab3da52 100644 --- a/src/modules/powerrename/unittests/PowerRenameLibUnitTests.vcxproj +++ b/src/modules/powerrename/unittests/PowerRenameLibUnitTests.vcxproj @@ -10,6 +10,8 @@ v143 + + v145 DynamicLibrary diff --git a/src/modules/previewpane/BgcodePreviewHandlerCpp/BgcodePreviewHandlerCpp.vcxproj b/src/modules/previewpane/BgcodePreviewHandlerCpp/BgcodePreviewHandlerCpp.vcxproj index 7679cccbc0..462161c463 100644 --- a/src/modules/previewpane/BgcodePreviewHandlerCpp/BgcodePreviewHandlerCpp.vcxproj +++ b/src/modules/previewpane/BgcodePreviewHandlerCpp/BgcodePreviewHandlerCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/BgcodeThumbnailProviderCpp/BgcodeThumbnailProviderCpp.vcxproj b/src/modules/previewpane/BgcodeThumbnailProviderCpp/BgcodeThumbnailProviderCpp.vcxproj index f561cf53be..8506b988b3 100644 --- a/src/modules/previewpane/BgcodeThumbnailProviderCpp/BgcodeThumbnailProviderCpp.vcxproj +++ b/src/modules/previewpane/BgcodeThumbnailProviderCpp/BgcodeThumbnailProviderCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/GcodePreviewHandlerCpp/GcodePreviewHandlerCpp.vcxproj b/src/modules/previewpane/GcodePreviewHandlerCpp/GcodePreviewHandlerCpp.vcxproj index 6123215de5..04abe08e5e 100644 --- a/src/modules/previewpane/GcodePreviewHandlerCpp/GcodePreviewHandlerCpp.vcxproj +++ b/src/modules/previewpane/GcodePreviewHandlerCpp/GcodePreviewHandlerCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/GcodeThumbnailProviderCpp/GcodeThumbnailProviderCpp.vcxproj b/src/modules/previewpane/GcodeThumbnailProviderCpp/GcodeThumbnailProviderCpp.vcxproj index 6bb6a12661..816d14e284 100644 --- a/src/modules/previewpane/GcodeThumbnailProviderCpp/GcodeThumbnailProviderCpp.vcxproj +++ b/src/modules/previewpane/GcodeThumbnailProviderCpp/GcodeThumbnailProviderCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj b/src/modules/previewpane/MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj index 3c42d80bc0..a98a2d6102 100644 --- a/src/modules/previewpane/MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj +++ b/src/modules/previewpane/MarkdownPreviewHandlerCpp/MarkdownPreviewHandlerCpp.vcxproj @@ -15,12 +15,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/MonacoPreviewHandlerCpp/MonacoPreviewHandlerCpp.vcxproj b/src/modules/previewpane/MonacoPreviewHandlerCpp/MonacoPreviewHandlerCpp.vcxproj index dbe3cfced4..90a54a0491 100644 --- a/src/modules/previewpane/MonacoPreviewHandlerCpp/MonacoPreviewHandlerCpp.vcxproj +++ b/src/modules/previewpane/MonacoPreviewHandlerCpp/MonacoPreviewHandlerCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/PdfPreviewHandlerCpp/PdfPreviewHandlerCpp.vcxproj b/src/modules/previewpane/PdfPreviewHandlerCpp/PdfPreviewHandlerCpp.vcxproj index 2a683cc14b..e060fd8495 100644 --- a/src/modules/previewpane/PdfPreviewHandlerCpp/PdfPreviewHandlerCpp.vcxproj +++ b/src/modules/previewpane/PdfPreviewHandlerCpp/PdfPreviewHandlerCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/PdfThumbnailProviderCpp/PdfThumbnailProviderCpp.vcxproj b/src/modules/previewpane/PdfThumbnailProviderCpp/PdfThumbnailProviderCpp.vcxproj index 1daebb6612..2ed0b49bc3 100644 --- a/src/modules/previewpane/PdfThumbnailProviderCpp/PdfThumbnailProviderCpp.vcxproj +++ b/src/modules/previewpane/PdfThumbnailProviderCpp/PdfThumbnailProviderCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/QoiPreviewHandlerCpp/QoiPreviewHandlerCpp.vcxproj b/src/modules/previewpane/QoiPreviewHandlerCpp/QoiPreviewHandlerCpp.vcxproj index 6bd7147154..6841ee79b7 100644 --- a/src/modules/previewpane/QoiPreviewHandlerCpp/QoiPreviewHandlerCpp.vcxproj +++ b/src/modules/previewpane/QoiPreviewHandlerCpp/QoiPreviewHandlerCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/QoiThumbnailProviderCpp/QoiThumbnailProviderCpp.vcxproj b/src/modules/previewpane/QoiThumbnailProviderCpp/QoiThumbnailProviderCpp.vcxproj index 8bdc0b826f..9303145186 100644 --- a/src/modules/previewpane/QoiThumbnailProviderCpp/QoiThumbnailProviderCpp.vcxproj +++ b/src/modules/previewpane/QoiThumbnailProviderCpp/QoiThumbnailProviderCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/StlThumbnailProviderCpp/StlThumbnailProviderCpp.vcxproj b/src/modules/previewpane/StlThumbnailProviderCpp/StlThumbnailProviderCpp.vcxproj index 202c2290d0..3f5ea26b4c 100644 --- a/src/modules/previewpane/StlThumbnailProviderCpp/StlThumbnailProviderCpp.vcxproj +++ b/src/modules/previewpane/StlThumbnailProviderCpp/StlThumbnailProviderCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/SvgPreviewHandlerCpp/SvgPreviewHandlerCpp.vcxproj b/src/modules/previewpane/SvgPreviewHandlerCpp/SvgPreviewHandlerCpp.vcxproj index fc55a391d5..f8bf1ed07b 100644 --- a/src/modules/previewpane/SvgPreviewHandlerCpp/SvgPreviewHandlerCpp.vcxproj +++ b/src/modules/previewpane/SvgPreviewHandlerCpp/SvgPreviewHandlerCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/SvgThumbnailProviderCpp/SvgThumbnailProviderCpp.vcxproj b/src/modules/previewpane/SvgThumbnailProviderCpp/SvgThumbnailProviderCpp.vcxproj index 8712c6c298..2c407b854b 100644 --- a/src/modules/previewpane/SvgThumbnailProviderCpp/SvgThumbnailProviderCpp.vcxproj +++ b/src/modules/previewpane/SvgThumbnailProviderCpp/SvgThumbnailProviderCpp.vcxproj @@ -12,12 +12,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/modules/previewpane/powerpreview/powerpreview.vcxproj b/src/modules/previewpane/powerpreview/powerpreview.vcxproj index 9b32f385c4..4e0c13d7f2 100644 --- a/src/modules/previewpane/powerpreview/powerpreview.vcxproj +++ b/src/modules/previewpane/powerpreview/powerpreview.vcxproj @@ -1,107 +1,109 @@ - - - - - - - - 15.0 - {217DF501-135C-4E38-BFC8-99D4821032EA} - Win32Proj - examplepowertoy - powerpreview - - - - DynamicLibrary - - - v143 - - - - - - - - - - - - ..\..\..\..\$(Platform)\$(Configuration)\ - - - PowerToys.powerpreview - - - - _WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\;..\..\..\common;..\..\..\common\telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories) - - - $(OutDir)$(TargetName)$(TargetExt) - powerpreview.def - - - - - - - - - - - - - - Create - - - - - - - - - - - - {7319089e-46d6-4400-bc65-e39bdf1416ee} - - - {caba8dfb-823b-4bf2-93ac-3f31984150d9} - - - {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} - - - {1d5be09d-78c0-4fd7-af00-ae7c1af7c525} - - - {6955446d-23f7-4023-9bb3-8657f904af99} - - - - - - - - - Designer - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + + + + 15.0 + {217DF501-135C-4E38-BFC8-99D4821032EA} + Win32Proj + examplepowertoy + powerpreview + + + + DynamicLibrary + + + v143 + + v145 + + + + + + + + + + + + ..\..\..\..\$(Platform)\$(Configuration)\ + + + PowerToys.powerpreview + + + + _WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\;..\..\..\common;..\..\..\common\telemetry;..\..\;..\..\..\;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + powerpreview.def + + + + + + + + + + + + + + Create + + + + + + + + + + + + {7319089e-46d6-4400-bc65-e39bdf1416ee} + + + {caba8dfb-823b-4bf2-93ac-3f31984150d9} + + + {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} + + + {1d5be09d-78c0-4fd7-af00-ae7c1af7c525} + + + {6955446d-23f7-4023-9bb3-8657f904af99} + + + + + + + + + Designer + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/src/modules/registrypreview/RegistryPreviewExt/RegistryPreviewExt.vcxproj b/src/modules/registrypreview/RegistryPreviewExt/RegistryPreviewExt.vcxproj index e1b5064da4..0ea947c2f2 100644 --- a/src/modules/registrypreview/RegistryPreviewExt/RegistryPreviewExt.vcxproj +++ b/src/modules/registrypreview/RegistryPreviewExt/RegistryPreviewExt.vcxproj @@ -30,12 +30,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/src/runner/runner.vcxproj b/src/runner/runner.vcxproj index 23cc1c9d9f..12a994c59b 100644 --- a/src/runner/runner.vcxproj +++ b/src/runner/runner.vcxproj @@ -1,179 +1,181 @@ - - - - - - - 81010002 - - - - PackageReference - - native,Version=v0.0 - - Windows - $(WindowsTargetPlatformVersion) - - - 15.0 - {9412D5C6-2CF2-4FC2-A601-B55508EA9B27} - powertoys - runner - - - - - - - - - - - - Application - v143 - None - true - true - - - - - - - - PowerToys - - - - ..\common\inc;..\common\os-detection;..\common\Telemetry;..;..\modules;%(AdditionalIncludeDirectories) - - - AsInvoker - $(OutDir)$(TargetName)$(TargetExt) - Shcore.lib;gdiplus.lib;Msi.lib;WindowsApp.lib;taskschd.lib;Rstrtmgr.lib;Shlwapi.lib;dwmapi.lib;%(AdditionalDependencies) - - - false - - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - Document - $(OutDir)\svgs - - - - - {7319089e-46d6-4400-bc65-e39bdf1416ee} - - - {caba8dfb-823b-4bf2-93ac-3f31984150d9} - - - {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} - - - {1d5be09d-78c0-4fd7-af00-ae7c1af7c525} - - - {8f021b46-362b-485c-bfba-ccf83e820cbd} - - - {98537082-0fdb-40de-abd8-0dc5a4269bab} - - - {17da04df-e393-4397-9cf0-84dabe11032e} - - - - - - - - - - - true - true - true - true - $(OutDir)\svgs - $(OutDir)\svgs - $(OutDir)\svgs - $(OutDir)\svgs - - - true - true - true - true - $(OutDir)\svgs - $(OutDir)\svgs - $(OutDir)\svgs - $(OutDir)\svgs - - - - - - - - - - - - NotUsing - - - + + + + + + + 81010002 + + + + PackageReference + + native,Version=v0.0 + + Windows + $(WindowsTargetPlatformVersion) + + + 15.0 + {9412D5C6-2CF2-4FC2-A601-B55508EA9B27} + powertoys + runner + + + + + + + + + + + + Application + v143 + + v145 + None + true + true + + + + + + + + PowerToys + + + + ..\common\inc;..\common\os-detection;..\common\Telemetry;..;..\modules;%(AdditionalIncludeDirectories) + + + AsInvoker + $(OutDir)$(TargetName)$(TargetExt) + Shcore.lib;gdiplus.lib;Msi.lib;WindowsApp.lib;taskschd.lib;Rstrtmgr.lib;Shlwapi.lib;dwmapi.lib;%(AdditionalDependencies) + + + false + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + Document + $(OutDir)\svgs + + + + + {7319089e-46d6-4400-bc65-e39bdf1416ee} + + + {caba8dfb-823b-4bf2-93ac-3f31984150d9} + + + {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd} + + + {1d5be09d-78c0-4fd7-af00-ae7c1af7c525} + + + {8f021b46-362b-485c-bfba-ccf83e820cbd} + + + {98537082-0fdb-40de-abd8-0dc5a4269bab} + + + {17da04df-e393-4397-9cf0-84dabe11032e} + + + + + + + + + + + true + true + true + true + $(OutDir)\svgs + $(OutDir)\svgs + $(OutDir)\svgs + $(OutDir)\svgs + + + true + true + true + true + $(OutDir)\svgs + $(OutDir)\svgs + $(OutDir)\svgs + $(OutDir)\svgs + + + + + + + + + + + + NotUsing + + + \ No newline at end of file diff --git a/tools/BugReportTool/BugReportTool/BugReportTool.vcxproj b/tools/BugReportTool/BugReportTool/BugReportTool.vcxproj index f56b2646b4..5e7bc5cde7 100644 --- a/tools/BugReportTool/BugReportTool/BugReportTool.vcxproj +++ b/tools/BugReportTool/BugReportTool/BugReportTool.vcxproj @@ -1,4 +1,4 @@ - + @@ -12,6 +12,8 @@ v143 + + v145 Application diff --git a/tools/CleanUp_tool/CleanUp_tool.vcxproj b/tools/CleanUp_tool/CleanUp_tool.vcxproj index ceed3a375a..23b6669fa6 100644 --- a/tools/CleanUp_tool/CleanUp_tool.vcxproj +++ b/tools/CleanUp_tool/CleanUp_tool.vcxproj @@ -12,12 +12,16 @@ Application true v143 + + v145 Unicode Application false v143 + + v145 true Unicode diff --git a/tools/FancyZones_DrawLayoutTest/FancyZones_DrawLayoutTest.vcxproj b/tools/FancyZones_DrawLayoutTest/FancyZones_DrawLayoutTest.vcxproj index 8c0be5b23e..979a753721 100644 --- a/tools/FancyZones_DrawLayoutTest/FancyZones_DrawLayoutTest.vcxproj +++ b/tools/FancyZones_DrawLayoutTest/FancyZones_DrawLayoutTest.vcxproj @@ -29,12 +29,16 @@ Application true v143 + + v145 Unicode Application false v143 + + v145 true Unicode @@ -42,12 +46,16 @@ Application true v143 + + v145 Unicode Application false v143 + + v145 true Unicode diff --git a/tools/FancyZones_zonable_tester/FancyZones_zonable_tester.vcxproj b/tools/FancyZones_zonable_tester/FancyZones_zonable_tester.vcxproj index b8608dae2f..c97a699ddd 100644 --- a/tools/FancyZones_zonable_tester/FancyZones_zonable_tester.vcxproj +++ b/tools/FancyZones_zonable_tester/FancyZones_zonable_tester.vcxproj @@ -28,12 +28,16 @@ Application true v143 + + v145 MultiByte Application false v143 + + v145 true MultiByte @@ -41,12 +45,16 @@ Application true v143 + + v145 MultiByte Application false v143 + + v145 true MultiByte diff --git a/tools/MonitorReportTool/MonitorReportTool.vcxproj b/tools/MonitorReportTool/MonitorReportTool.vcxproj index 3c6019b5d3..97d0d127df 100644 --- a/tools/MonitorReportTool/MonitorReportTool.vcxproj +++ b/tools/MonitorReportTool/MonitorReportTool.vcxproj @@ -11,12 +11,16 @@ Application true v143 + + v145 Unicode Application false v143 + + v145 true Unicode diff --git a/tools/StylesReportTool/StylesReportTool.vcxproj b/tools/StylesReportTool/StylesReportTool.vcxproj index 97189f4ed5..a10cc64b93 100644 --- a/tools/StylesReportTool/StylesReportTool.vcxproj +++ b/tools/StylesReportTool/StylesReportTool.vcxproj @@ -11,12 +11,16 @@ Application true v143 + + v145 Unicode Application false v143 + + v145 true Unicode diff --git a/tools/module_loader/ModuleLoader.vcxproj b/tools/module_loader/ModuleLoader.vcxproj index dd9c01c584..75815d2110 100644 --- a/tools/module_loader/ModuleLoader.vcxproj +++ b/tools/module_loader/ModuleLoader.vcxproj @@ -31,18 +31,24 @@ Application true v143 + + v145 Unicode Application true v143 + + v145 Unicode Application false v143 + + v145 true Unicode @@ -50,6 +56,8 @@ Application false v143 + + v145 true Unicode diff --git a/tools/project_template/ModuleTemplate/ModuleTemplate.vcxproj b/tools/project_template/ModuleTemplate/ModuleTemplate.vcxproj index 028007de67..9301d360dd 100644 --- a/tools/project_template/ModuleTemplate/ModuleTemplate.vcxproj +++ b/tools/project_template/ModuleTemplate/ModuleTemplate.vcxproj @@ -13,12 +13,16 @@ DynamicLibrary true v143 + + v145 Unicode DynamicLibrary false v143 + + v145 true Unicode diff --git a/tools/project_template/ModuleTemplate/ModuleTemplateCompileTest.vcxproj b/tools/project_template/ModuleTemplate/ModuleTemplateCompileTest.vcxproj index 297516b0d5..74967f2727 100644 --- a/tools/project_template/ModuleTemplate/ModuleTemplateCompileTest.vcxproj +++ b/tools/project_template/ModuleTemplate/ModuleTemplateCompileTest.vcxproj @@ -13,6 +13,8 @@ DynamicLibrary true v143 + + v145 Unicode Spectre @@ -20,6 +22,8 @@ DynamicLibrary false v143 + + v145 true Unicode Spectre