From aa300c6f7aae67896ea9f2970a554b3958cd8ed0 Mon Sep 17 00:00:00 2001 From: vanzue Date: Wed, 11 Mar 2026 19:18:01 +0800 Subject: [PATCH 1/2] fix --- Directory.Packages.props | 1 - .../Microsoft.CmdPal.Ext.PowerToys.csproj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 4c8d382c7b6e..7f838a28ecb6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -40,7 +40,6 @@ - diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PowerToys/Microsoft.CmdPal.Ext.PowerToys.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PowerToys/Microsoft.CmdPal.Ext.PowerToys.csproj index 97ac98c9922a..1e8fd040a0b5 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PowerToys/Microsoft.CmdPal.Ext.PowerToys.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PowerToys/Microsoft.CmdPal.Ext.PowerToys.csproj @@ -38,7 +38,6 @@ - all runtime; build; native; contentfiles; analyzers @@ -56,6 +55,7 @@ + From 5d5f4edd3a5dde97d5db0865cdf0e9499b48dc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pol=C3=A1=C5=A1ek?= Date: Sun, 15 Mar 2026 12:10:39 +0100 Subject: [PATCH 2/2] Include new Microsoft.CmdPal.Ext.PowerToys dependencies in the solution filter --- src/modules/cmdpal/Microsoft.CmdPal.Ext.PowerToys.slnf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/cmdpal/Microsoft.CmdPal.Ext.PowerToys.slnf b/src/modules/cmdpal/Microsoft.CmdPal.Ext.PowerToys.slnf index 49518dd33a95..06da89830866 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.Ext.PowerToys.slnf +++ b/src/modules/cmdpal/Microsoft.CmdPal.Ext.PowerToys.slnf @@ -5,6 +5,7 @@ "src\\common\\Common.Search\\Common.Search.csproj", "src\\common\\Common.UI\\Common.UI.csproj", "src\\common\\ManagedCommon\\ManagedCommon.csproj", + "src\\common\\ManagedCsWin32\\ManagedCsWin32.csproj", "src\\common\\ManagedTelemetry\\Telemetry\\ManagedTelemetry.csproj", "src\\common\\PowerToys.ModuleContracts\\PowerToys.ModuleContracts.csproj", "src\\common\\SettingsAPI\\SettingsAPI.vcxproj", @@ -18,8 +19,11 @@ "src\\modules\\ZoomIt\\ZoomItSettingsInterop\\ZoomItSettingsInterop.vcxproj", "src\\modules\\awake\\Awake.ModuleServices\\Awake.ModuleServices.csproj", "src\\modules\\cmdpal\\ext\\Microsoft.CmdPal.Ext.PowerToys\\Microsoft.CmdPal.Ext.PowerToys.csproj", + "src\\modules\\cmdpal\\extensionsdk\\Microsoft.CommandPalette.Extensions.Toolkit\\Microsoft.CommandPalette.Extensions.Toolkit.csproj", + "src\\modules\\cmdpal\\extensionsdk\\Microsoft.CommandPalette.Extensions\\Microsoft.CommandPalette.Extensions.vcxproj", "src\\modules\\colorPicker\\ColorPicker.ModuleServices\\ColorPicker.ModuleServices.csproj", "src\\modules\\fancyzones\\FancyZonesEditorCommon\\FancyZonesEditorCommon.csproj", + "src\\modules\\powerdisplay\\PowerDisplay.Lib\\PowerDisplay.Lib.csproj", "src\\settings-ui\\Settings.UI.Library\\Settings.UI.Library.csproj" ] }