From 0a69c93b87b6f56c8d70e5edfd899ec9a52ccb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pol=C3=A1=C5=A1ek?= Date: Mon, 30 Mar 2026 22:12:56 +0200 Subject: [PATCH] PowerToys Extension: Include deps in Microsoft.CmdPal.Ext.PowerToys slnf (#46136) ## Summary of the Pull Request This PR updates Microsoft.CmdPal.Ext.PowerToys solution filter (slnf) to include new dependencies. ## PR Checklist - [ ] Closes: #xxx - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed --------- Co-authored-by: vanzue --- 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 49518dd33a..06da898308 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" ] }