From 4cf675b9d551a555c9bf92d9686cfe9d60e3dfe4 Mon Sep 17 00:00:00 2001 From: "Gordon Lam (SH)" Date: Tue, 3 Feb 2026 09:29:48 -0800 Subject: [PATCH] build(modules): remove /await option from multiple project files --- .../PowerToysSetupCustomActionsVNext.vcxproj | 2 +- src/common/updating/updating.vcxproj | 2 +- .../Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj | 1 - .../WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj | 1 - .../WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj | 1 - src/modules/ZoomIt/ZoomIt/ZoomIt.vcxproj | 2 -- src/modules/fancyzones/FancyZones/FancyZones.vcxproj | 1 - .../KeyboardManagerEditor/KeyboardManagerEditor.vcxproj | 1 - .../KeyboardManagerEditorLibrary.vcxproj | 2 -- 9 files changed, 2 insertions(+), 11 deletions(-) diff --git a/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj b/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj index cca547d01b..e808c2c646 100644 --- a/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj +++ b/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj @@ -88,7 +88,7 @@ inc;..\..\src\;..\..\src\common\Telemetry;telemetry;%(AdditionalIncludeDirectories) - /await /Zc:twoPhase- /Wv:18 %(AdditionalOptions) + /Zc:twoPhase- /Wv:18 %(AdditionalOptions) Level4 ProgramDatabase diff --git a/src/common/updating/updating.vcxproj b/src/common/updating/updating.vcxproj index 0f704e1c32..129d1331c5 100644 --- a/src/common/updating/updating.vcxproj +++ b/src/common/updating/updating.vcxproj @@ -28,7 +28,7 @@ ..\;..\..\;$(RepoRoot)src\;%(AdditionalIncludeDirectories) _LIB;%(PreprocessorDefinitions) - + /await %(AdditionalOptions) diff --git a/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj b/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj index 1026d862b9..0d5e19c490 100644 --- a/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj +++ b/src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncher.vcxproj @@ -14,7 +14,6 @@ false true stdcpplatest - /await %(AdditionalOptions) _UNICODE;UNICODE;%(PreprocessorDefinitions) diff --git a/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj b/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj index cdfac9b36c..bf1964cfa2 100644 --- a/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj +++ b/src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotTool.vcxproj @@ -14,7 +14,6 @@ false true stdcpplatest - /await %(AdditionalOptions) _UNICODE;UNICODE;%(PreprocessorDefinitions) diff --git a/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj b/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj index b2aa745e04..52354a8319 100644 --- a/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj +++ b/src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArranger.vcxproj @@ -14,7 +14,6 @@ false true stdcpplatest - /await %(AdditionalOptions) _UNICODE;UNICODE;%(PreprocessorDefinitions) diff --git a/src/modules/ZoomIt/ZoomIt/ZoomIt.vcxproj b/src/modules/ZoomIt/ZoomIt/ZoomIt.vcxproj index 94e0bd6c67..159f292433 100644 --- a/src/modules/ZoomIt/ZoomIt/ZoomIt.vcxproj +++ b/src/modules/ZoomIt/ZoomIt/ZoomIt.vcxproj @@ -74,8 +74,6 @@ pch.h stdcpplatest stdc17 - - /await %(AdditionalOptions) diff --git a/src/modules/fancyzones/FancyZones/FancyZones.vcxproj b/src/modules/fancyzones/FancyZones/FancyZones.vcxproj index b779dda60f..3da4e9ad10 100644 --- a/src/modules/fancyzones/FancyZones/FancyZones.vcxproj +++ b/src/modules/fancyzones/FancyZones/FancyZones.vcxproj @@ -11,7 +11,6 @@ false true stdcpplatest - /await %(AdditionalOptions) _UNICODE;UNICODE;%(PreprocessorDefinitions) diff --git a/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj index ba4d40f2b8..6901176bd7 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEditor/KeyboardManagerEditor.vcxproj @@ -15,7 +15,6 @@ false true stdcpplatest - /await %(AdditionalOptions) _UNICODE;UNICODE;_WINDOWS;%(PreprocessorDefinitions) diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj b/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj index 90b84e0500..167d300fa7 100644 --- a/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj +++ b/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorLibrary.vcxproj @@ -32,8 +32,6 @@ ./;$(RepoRoot)src\modules\;$(RepoRoot)src\common\Display;$(RepoRoot)src\common\inc;$(RepoRoot)src\common\Telemetry;$(RepoRoot)src;%(AdditionalIncludeDirectories) true _LIB;%(PreprocessorDefinitions) - - /await %(AdditionalOptions)