From 55b87993626ce34140d687345bf200189da61659 Mon Sep 17 00:00:00 2001 From: "Peiyao Zhao (from Dev Box)" Date: Thu, 26 Jun 2025 10:52:33 +0800 Subject: [PATCH] update --- Directory.Packages.props | 1 + .../PowerToysSetupCustomActionsVNext.vcxproj | 13 ++++++++----- .../packages.config | 2 ++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 8d72f2889b..6ea554ff8f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -107,6 +107,7 @@ + diff --git a/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj b/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj index 8ecfc960c4..175e93e2b3 100644 --- a/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj +++ b/installer/PowerToysSetupCustomActionsVNext/PowerToysSetupCustomActionsVNext.vcxproj @@ -1,10 +1,11 @@  - + + + - {32f3882b-f2d6-4586-b5ed-11e39e522bd3} + {B3A354B0-1E54-4B55-A962-FB5AF9330C19} Win32Proj PowerToysSetupCustomActionsVNext PowerToysSetupCustomActionsVNext @@ -89,7 +90,7 @@ - inc;..\..\src\;..\..\src\common\Telemetry;telemetry;$(WixSdkPath)VS2017\inc;%(AdditionalIncludeDirectories) + inc;..\..\src\;..\..\src\common\Telemetry;telemetry;%(AdditionalIncludeDirectories) /await /Zc:twoPhase- /Wv:18 %(AdditionalOptions) Level4 ProgramDatabase @@ -104,7 +105,7 @@ WIN64;%(PreprocessorDefinitions) - $(WixSdkPath)VS2017\lib\$(Platform);%(AdditionalLibraryDirectories) + $(NUGET_PACKAGES)\wixtoolset.wcautil\5.0.2\build\native\v14\$(Platform);$(NUGET_PACKAGES)\wixtoolset.dutil\5.0.2\build\native\v14\$(Platform);%(AdditionalLibraryDirectories) @@ -175,5 +176,7 @@ + + \ No newline at end of file diff --git a/installer/PowerToysSetupCustomActionsVNext/packages.config b/installer/PowerToysSetupCustomActionsVNext/packages.config index 09bfc449e2..926fbe5dbf 100644 --- a/installer/PowerToysSetupCustomActionsVNext/packages.config +++ b/installer/PowerToysSetupCustomActionsVNext/packages.config @@ -1,4 +1,6 @@  + + \ No newline at end of file