From d190e3331305b6894df35187bef139a79716d1df Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Thu, 11 Feb 2021 17:12:31 +0100 Subject: [PATCH] [msi] PowerToysSetupCustomActions intermediate dir (#9641) --- .../PowerToysSetupCustomActions.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/PowerToysSetupCustomActions/PowerToysSetupCustomActions.vcxproj b/installer/PowerToysSetupCustomActions/PowerToysSetupCustomActions.vcxproj index f472cf72a7..60bc4d22b8 100644 --- a/installer/PowerToysSetupCustomActions/PowerToysSetupCustomActions.vcxproj +++ b/installer/PowerToysSetupCustomActions/PowerToysSetupCustomActions.vcxproj @@ -42,10 +42,12 @@ true $(Platform)\$(Configuration)\ + $(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\obj\ false $(Platform)\$(Configuration)\ + $(SolutionDir)$(ProjectName)\$(Platform)\$(Configuration)\obj\ @@ -56,7 +58,6 @@ msi.lib;wcautil.lib;Psapi.lib;Pathcch.lib;comsupp.lib;taskschd.lib;Secur32.lib;msi.lib;dutil.lib;wcautil.lib;Version.lib;ApplicationUpdate.lib;Notifications.lib;winstore.lib;Shlwapi.lib;%(AdditionalDependencies) - Disabled