diff --git a/installer/PowerToysSetup/ImageResizer.wxs b/installer/PowerToysSetup/ImageResizer.wxs index 9f4602939a..17da272014 100644 --- a/installer/PowerToysSetup/ImageResizer.wxs +++ b/installer/PowerToysSetup/ImageResizer.wxs @@ -5,10 +5,10 @@ - + - + @@ -18,7 +18,7 @@ - + diff --git a/installer/PowerToysSetup/Resources.wxs b/installer/PowerToysSetup/Resources.wxs index 0f4e10f4a6..03a6cfba30 100644 --- a/installer/PowerToysSetup/Resources.wxs +++ b/installer/PowerToysSetup/Resources.wxs @@ -186,7 +186,7 @@ - + PowerToys.ImageResizerContextMenu $(SolutionDir)$(Platform)\$(Configuration)\TemporaryBuild\obj\$(ProjectName)\ - ..\..\..\..\$(Platform)\$(Configuration)\ + ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ diff --git a/src/modules/imageresizer/ImageResizerLib/ImageResizerLib.vcxproj b/src/modules/imageresizer/ImageResizerLib/ImageResizerLib.vcxproj index 78b5085908..567de025a3 100644 --- a/src/modules/imageresizer/ImageResizerLib/ImageResizerLib.vcxproj +++ b/src/modules/imageresizer/ImageResizerLib/ImageResizerLib.vcxproj @@ -29,7 +29,7 @@ - ..\..\..\..\$(Platform)\$(Configuration)\ + ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ PowerToys.$(ProjectName) diff --git a/src/modules/imageresizer/dll/ImageResizerExt.vcxproj b/src/modules/imageresizer/dll/ImageResizerExt.vcxproj index df038e2c43..c76a8c6cc2 100644 --- a/src/modules/imageresizer/dll/ImageResizerExt.vcxproj +++ b/src/modules/imageresizer/dll/ImageResizerExt.vcxproj @@ -26,7 +26,7 @@ true - ..\..\..\..\$(Platform)\$(Configuration)\ + ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ PowerToys.ImageResizerExt diff --git a/src/modules/imageresizer/ui/ImageResizerUI.csproj b/src/modules/imageresizer/ui/ImageResizerUI.csproj index 3a7701607e..aca9f9d81e 100644 --- a/src/modules/imageresizer/ui/ImageResizerUI.csproj +++ b/src/modules/imageresizer/ui/ImageResizerUI.csproj @@ -5,7 +5,7 @@ PowerToys.ImageResizer - ..\..\..\..\$(Platform)\$(Configuration) + ..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\ false false true diff --git a/src/runner/main.cpp b/src/runner/main.cpp index 91f9639c05..527cf15bbb 100644 --- a/src/runner/main.cpp +++ b/src/runner/main.cpp @@ -149,7 +149,7 @@ int runner(bool isProcessElevated, bool openSettings, std::string settingsWindow std::vector knownModules = { L"PowerToys.FancyZonesModuleInterface.dll", L"PowerToys.powerpreview.dll", - L"PowerToys.ImageResizerExt.dll", + L"WinUI3Apps/PowerToys.ImageResizerExt.dll", L"PowerToys.KeyboardManager.dll", L"PowerToys.Launcher.dll", L"WinUI3Apps/PowerToys.PowerRenameExt.dll",