diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 52956ebc06..d2f44b7d0e 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -72,7 +72,7 @@ build: - 'modules\FileExplorerPreview\SvgPreviewHandler.dll' - 'modules\ImageResizer\ImageResizer.exe' - 'modules\ImageResizer\ImageResizerExt.dll' - - 'modules\KeyboardManager.dll' + - 'modules\KeyboardManager\KeyboardManager.dll' - 'modules\launcher\Microsoft.PowerToys.Settings.UI.Lib.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Microsoft.Plugin.Calculator.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Wox.Infrastructure.dll' diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index c53e4dac9e..57741f617c 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -4,6 +4,7 @@ xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" > + @@ -416,7 +417,7 @@ - + diff --git a/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj b/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj index e64274999b..d55575bf6e 100644 --- a/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj +++ b/src/modules/keyboardmanager/common/KeyboardManagerCommon.vcxproj @@ -46,12 +46,12 @@ true - $(SolutionDir)$(Platform)\$(Configuration)\modules\ + $(SolutionDir)$(Platform)\$(Configuration)\modules\KeyboardManager\ $(Platform)\$(Configuration)\obj\$(ProjectName)\ false - $(SolutionDir)$(Platform)\$(Configuration)\modules\ + $(SolutionDir)$(Platform)\$(Configuration)\modules\KeyboardManager\ $(Platform)\$(Configuration)\obj\$(ProjectName)\ diff --git a/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj b/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj index 2f825c253d..de4f6b2114 100644 --- a/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj +++ b/src/modules/keyboardmanager/dll/KeyboardManager.vcxproj @@ -48,12 +48,12 @@ true - $(SolutionDir)$(Platform)\$(Configuration)\modules\ + $(SolutionDir)$(Platform)\$(Configuration)\modules\$(ProjectName)\ $(Platform)\$(Configuration)\obj\$(ProjectName)\ false - $(SolutionDir)$(Platform)\$(Configuration)\modules\ + $(SolutionDir)$(Platform)\$(Configuration)\modules\$(ProjectName)\ $(Platform)\$(Configuration)\obj\$(ProjectName)\ diff --git a/src/modules/keyboardmanager/ui/KeyboardManagerUI.vcxproj b/src/modules/keyboardmanager/ui/KeyboardManagerUI.vcxproj index c33ad35cc9..4e26d428be 100644 --- a/src/modules/keyboardmanager/ui/KeyboardManagerUI.vcxproj +++ b/src/modules/keyboardmanager/ui/KeyboardManagerUI.vcxproj @@ -50,12 +50,12 @@ true - $(SolutionDir)$(Platform)\$(Configuration)\modules\ + $(SolutionDir)$(Platform)\$(Configuration)\modules\KeyboardManager\ $(Platform)\$(Configuration)\obj\$(ProjectName)\ false - $(SolutionDir)$(Platform)\$(Configuration)\modules\ + $(SolutionDir)$(Platform)\$(Configuration)\modules\KeyboardManager\ $(Platform)\$(Configuration)\obj\$(ProjectName)\