From f803fed02619bb3873ef73c7a39428cb2c959126 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Wed, 20 Apr 2022 21:24:36 +0100 Subject: [PATCH] [Settings][build]Fix settings local publish (#17839) * [settings][build]fix output path for building * [Settings]Include native dlls after proper publish * Add comment for weird Output Path --- installer/PowerToysSetup/Product.wxs | 19 +------------------ .../Settings.UI/PowerToys.Settings.csproj | 3 ++- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index a3b57b8750..5d097e8785 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -40,9 +40,7 @@ - - - + @@ -512,11 +510,6 @@ - - - - - @@ -949,13 +942,6 @@ - - - - - - - @@ -1033,9 +1019,6 @@ - - - diff --git a/src/settings-ui/Settings.UI/PowerToys.Settings.csproj b/src/settings-ui/Settings.UI/PowerToys.Settings.csproj index 39ffe6d4a2..9e9b091adf 100644 --- a/src/settings-ui/Settings.UI/PowerToys.Settings.csproj +++ b/src/settings-ui/Settings.UI/PowerToys.Settings.csproj @@ -13,7 +13,8 @@ false false icon.ico - $(SolutionDir)$(Platform)\$(Configuration)\Settings + + ..\..\..\$(Platform)\$(Configuration)\Settings $(Platform) $(Platform)