From 5b13c20913ec5b71bfed955a23e6b730365bf81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pol=C3=A1=C5=A1ek?= Date: Mon, 23 Feb 2026 01:11:39 +0100 Subject: [PATCH] Reformat projects and props files --- .../Microsoft.CmdPal.Core.ViewModels.csproj | 6 +-- src/modules/cmdpal/CoreCommonProps.props | 2 +- .../Microsoft.CmdPal.UI.ViewModels.csproj | 30 ++++++------ .../Microsoft.CmdPal.UI.csproj | 8 ++-- ...Microsoft.CmdPal.Ext.Calc.UnitTests.csproj | 30 ++++++------ ...dPal.Ext.ClipboardHistory.UnitTests.csproj | 30 ++++++------ ....CmdPal.Ext.RemoteDesktop.UnitTests.csproj | 2 +- .../Microsoft.CmdPal.Ext.UnitTestBase.csproj | 32 ++++++------- .../Microsoft.CmdPal.UITests.csproj | 42 ++++++++-------- ...alette.Extensions.Toolkit.UnitTests.csproj | 48 +++++++++---------- .../cmdpal/ext/Common.ExtDependencies.props | 6 +-- .../Microsoft.CmdPal.Ext.Apps.csproj | 4 +- .../Microsoft.CmdPal.Ext.Bookmarks.csproj | 8 ++-- .../Microsoft.CmdPal.Ext.Calc.csproj | 6 +-- ...crosoft.CmdPal.Ext.ClipboardHistory.csproj | 2 +- .../Microsoft.CmdPal.Ext.Indexer.csproj | 6 +-- ...osoft.CmdPal.Ext.PerformanceMonitor.csproj | 4 +- .../Microsoft.CmdPal.Ext.Registry.csproj | 2 +- .../Microsoft.CmdPal.Ext.RemoteDesktop.csproj | 4 +- .../Microsoft.CmdPal.Ext.Shell.csproj | 2 +- .../Microsoft.CmdPal.Ext.TimeDate.csproj | 4 +- .../Microsoft.CmdPal.Ext.WebSearch.csproj | 4 +- .../Microsoft.CmdPal.Ext.WinGet.csproj | 4 +- .../Microsoft.CmdPal.Ext.WindowWalker.csproj | 4 +- ...icrosoft.CmdPal.Ext.WindowsTerminal.csproj | 4 +- .../ProcessMonitorExtension.csproj | 2 +- ...t.CommandPalette.Extensions.Toolkit.csproj | 2 +- 27 files changed, 149 insertions(+), 149 deletions(-) diff --git a/src/modules/cmdpal/Core/Microsoft.CmdPal.Core.ViewModels/Microsoft.CmdPal.Core.ViewModels.csproj b/src/modules/cmdpal/Core/Microsoft.CmdPal.Core.ViewModels/Microsoft.CmdPal.Core.ViewModels.csproj index 6e1b224ecd..7e25efdae3 100644 --- a/src/modules/cmdpal/Core/Microsoft.CmdPal.Core.ViewModels/Microsoft.CmdPal.Core.ViewModels.csproj +++ b/src/modules/cmdpal/Core/Microsoft.CmdPal.Core.ViewModels/Microsoft.CmdPal.Core.ViewModels.csproj @@ -4,16 +4,16 @@ false - + - + - + True diff --git a/src/modules/cmdpal/CoreCommonProps.props b/src/modules/cmdpal/CoreCommonProps.props index 51d502a65d..41d5ec18f9 100644 --- a/src/modules/cmdpal/CoreCommonProps.props +++ b/src/modules/cmdpal/CoreCommonProps.props @@ -45,7 +45,7 @@ - <_Parameter1>$(AssemblyName).UnitTests + <_Parameter1>$(AssemblyName).UnitTests diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj index 187c835e37..74584b0fe9 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Microsoft.CmdPal.UI.ViewModels.csproj @@ -18,7 +18,7 @@ AdaptiveCards.ObjectModel.WinUI3;AdaptiveCards.Rendering.WinUI3 true - + @@ -40,21 +40,21 @@ - - + - - runtimes\win10-$(Platform)\native - - - - - - - - - - + + runtimes\win10-$(Platform)\native + + + + + + + + + + diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj b/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj index 292c5a4e3d..2b46350011 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj @@ -234,9 +234,9 @@ - - MSBuild:Compile - + + MSBuild:Compile + @@ -288,7 +288,7 @@ - $(DefineConstants);BUILD_INFO_PUBLISH_AOT + $(DefineConstants);BUILD_INFO_PUBLISH_AOT $(DefineConstants);BUILD_INFO_PUBLISH_TRIMMED diff --git a/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.Calc.UnitTests/Microsoft.CmdPal.Ext.Calc.UnitTests.csproj b/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.Calc.UnitTests/Microsoft.CmdPal.Ext.Calc.UnitTests.csproj index 2080cafec7..4062c691ec 100644 --- a/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.Calc.UnitTests/Microsoft.CmdPal.Ext.Calc.UnitTests.csproj +++ b/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.Calc.UnitTests/Microsoft.CmdPal.Ext.Calc.UnitTests.csproj @@ -1,19 +1,19 @@ - - + + - - false - Microsoft.CmdPal.Ext.Calc.UnitTests - true - + + false + Microsoft.CmdPal.Ext.Calc.UnitTests + true + - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests/Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests.csproj b/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests/Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests.csproj index 6c03a216c7..92cce4b89b 100644 --- a/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests/Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests.csproj +++ b/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests/Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests.csproj @@ -1,19 +1,19 @@ - - + + - - false - Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests - true - + + false + Microsoft.CmdPal.Ext.ClipboardHistory.UnitTests + true + - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.RemoteDesktop.UnitTests/Microsoft.CmdPal.Ext.RemoteDesktop.UnitTests.csproj b/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.RemoteDesktop.UnitTests/Microsoft.CmdPal.Ext.RemoteDesktop.UnitTests.csproj index 2e083ceab7..db7ea689ad 100644 --- a/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.RemoteDesktop.UnitTests/Microsoft.CmdPal.Ext.RemoteDesktop.UnitTests.csproj +++ b/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.RemoteDesktop.UnitTests/Microsoft.CmdPal.Ext.RemoteDesktop.UnitTests.csproj @@ -9,7 +9,7 @@ $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal\tests\ false false - enable + enable diff --git a/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.UnitTestsBase/Microsoft.CmdPal.Ext.UnitTestBase.csproj b/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.UnitTestsBase/Microsoft.CmdPal.Ext.UnitTestBase.csproj index 2d5371c099..a7768ed176 100644 --- a/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.UnitTestsBase/Microsoft.CmdPal.Ext.UnitTestBase.csproj +++ b/src/modules/cmdpal/Tests/Microsoft.CmdPal.Ext.UnitTestsBase/Microsoft.CmdPal.Ext.UnitTestBase.csproj @@ -1,21 +1,21 @@ - - + + - - false - Microsoft.CmdPal.Ext.UnitTestsBase - true - - true - + + false + Microsoft.CmdPal.Ext.UnitTestsBase + true + + true + - - - - + + + + - - - + + + diff --git a/src/modules/cmdpal/Tests/Microsoft.CmdPal.UITests/Microsoft.CmdPal.UITests.csproj b/src/modules/cmdpal/Tests/Microsoft.CmdPal.UITests/Microsoft.CmdPal.UITests.csproj index ef3206262b..dcfd3d987b 100644 --- a/src/modules/cmdpal/Tests/Microsoft.CmdPal.UITests/Microsoft.CmdPal.UITests.csproj +++ b/src/modules/cmdpal/Tests/Microsoft.CmdPal.UITests/Microsoft.CmdPal.UITests.csproj @@ -1,26 +1,26 @@ - + - - Microsoft.CmdPal.UITests - Microsoft.CmdPal.UITests - false - true - enable - Library - - false - + + Microsoft.CmdPal.UITests + Microsoft.CmdPal.UITests + false + true + enable + Library + + false + - - $(SolutionDir)$(Platform)\$(Configuration)\tests\Microsoft.CmdPal.UITests\ - + + $(SolutionDir)$(Platform)\$(Configuration)\tests\Microsoft.CmdPal.UITests\ + - - - - - - - + + + + + + + \ No newline at end of file diff --git a/src/modules/cmdpal/Tests/Microsoft.CommandPalette.Extensions.Toolkit.UnitTests/Microsoft.CommandPalette.Extensions.Toolkit.UnitTests.csproj b/src/modules/cmdpal/Tests/Microsoft.CommandPalette.Extensions.Toolkit.UnitTests/Microsoft.CommandPalette.Extensions.Toolkit.UnitTests.csproj index 91d423031a..c89f9763cf 100644 --- a/src/modules/cmdpal/Tests/Microsoft.CommandPalette.Extensions.Toolkit.UnitTests/Microsoft.CommandPalette.Extensions.Toolkit.UnitTests.csproj +++ b/src/modules/cmdpal/Tests/Microsoft.CommandPalette.Extensions.Toolkit.UnitTests/Microsoft.CommandPalette.Extensions.Toolkit.UnitTests.csproj @@ -1,30 +1,30 @@  - - + + - - $(MSBuildThisFileDirectory)..\..\..\..\..\ - false - true - Microsoft.CommandPalette.Extensions.Toolkit.UnitTests - $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal\tests\ - false - false - enable - + + $(MSBuildThisFileDirectory)..\..\..\..\..\ + false + true + Microsoft.CommandPalette.Extensions.Toolkit.UnitTests + $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal\tests\ + false + false + enable + - - - - + + + + - - - + + + - - true - true - $(RepoRoot).pipelines\272MSSharedLibSN2048.snk - + + true + true + $(RepoRoot).pipelines\272MSSharedLibSN2048.snk + \ No newline at end of file diff --git a/src/modules/cmdpal/ext/Common.ExtDependencies.props b/src/modules/cmdpal/ext/Common.ExtDependencies.props index d7f4982099..2100f6564f 100644 --- a/src/modules/cmdpal/ext/Common.ExtDependencies.props +++ b/src/modules/cmdpal/ext/Common.ExtDependencies.props @@ -1,17 +1,17 @@ - - + diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Apps/Microsoft.CmdPal.Ext.Apps.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Apps/Microsoft.CmdPal.Ext.Apps.csproj index 39f0e46f76..2ff6a5bf08 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Apps/Microsoft.CmdPal.Ext.Apps.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Apps/Microsoft.CmdPal.Ext.Apps.csproj @@ -8,7 +8,7 @@ $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal false false - true + true Microsoft.CmdPal.Ext.Apps.pri @@ -38,7 +38,7 @@ - + diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Bookmark/Microsoft.CmdPal.Ext.Bookmarks.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Bookmark/Microsoft.CmdPal.Ext.Bookmarks.csproj index f3194986d6..ef6cf672c3 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Bookmark/Microsoft.CmdPal.Ext.Bookmarks.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Bookmark/Microsoft.CmdPal.Ext.Bookmarks.csproj @@ -15,9 +15,9 @@ - - PreserveNewest - + + PreserveNewest + @@ -36,6 +36,6 @@ - + diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Calc/Microsoft.CmdPal.Ext.Calc.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Calc/Microsoft.CmdPal.Ext.Calc.csproj index 2f22891c61..3ebadf11f5 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Calc/Microsoft.CmdPal.Ext.Calc.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Calc/Microsoft.CmdPal.Ext.Calc.csproj @@ -1,7 +1,7 @@ - + Microsoft.CmdPal.Ext.Calc $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal @@ -23,10 +23,10 @@ - PreserveNewest + PreserveNewest - PreserveNewest + PreserveNewest diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.ClipboardHistory/Microsoft.CmdPal.Ext.ClipboardHistory.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.ClipboardHistory/Microsoft.CmdPal.Ext.ClipboardHistory.csproj index 5e1abb1a2e..12a0851d94 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.ClipboardHistory/Microsoft.CmdPal.Ext.ClipboardHistory.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.ClipboardHistory/Microsoft.CmdPal.Ext.ClipboardHistory.csproj @@ -7,7 +7,7 @@ $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal false false - enable + enable diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Microsoft.CmdPal.Ext.Indexer.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Microsoft.CmdPal.Ext.Indexer.csproj index 193c4ea203..2c48b03808 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Microsoft.CmdPal.Ext.Indexer.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Microsoft.CmdPal.Ext.Indexer.csproj @@ -7,7 +7,7 @@ $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal false false - true + true @@ -55,8 +55,8 @@ - - + + diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/Microsoft.CmdPal.Ext.PerformanceMonitor.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/Microsoft.CmdPal.Ext.PerformanceMonitor.csproj index 0e6823c805..4095c644dd 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/Microsoft.CmdPal.Ext.PerformanceMonitor.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/Microsoft.CmdPal.Ext.PerformanceMonitor.csproj @@ -1,7 +1,7 @@ - + Microsoft.CmdPal.Ext.PerformanceMonitor $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal @@ -9,7 +9,7 @@ false Microsoft.CmdPal.Ext.PerformanceMonitor.pri - enable + enable preview diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Registry/Microsoft.CmdPal.Ext.Registry.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Registry/Microsoft.CmdPal.Ext.Registry.csproj index cfcf15f8cc..f35b59318d 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Registry/Microsoft.CmdPal.Ext.Registry.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Registry/Microsoft.CmdPal.Ext.Registry.csproj @@ -26,7 +26,7 @@ Resources.resx - + diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.RemoteDesktop/Microsoft.CmdPal.Ext.RemoteDesktop.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.RemoteDesktop/Microsoft.CmdPal.Ext.RemoteDesktop.csproj index 3a45115bbb..62bd4d647a 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.RemoteDesktop/Microsoft.CmdPal.Ext.RemoteDesktop.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.RemoteDesktop/Microsoft.CmdPal.Ext.RemoteDesktop.csproj @@ -1,7 +1,7 @@ - + Microsoft.CmdPal.Ext.RemoteDesktop $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal @@ -9,7 +9,7 @@ false Microsoft.CmdPal.Ext.RemoteDesktop.pri - enable + enable diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Shell/Microsoft.CmdPal.Ext.Shell.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Shell/Microsoft.CmdPal.Ext.Shell.csproj index dcb618ec89..f733eefa82 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Shell/Microsoft.CmdPal.Ext.Shell.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Shell/Microsoft.CmdPal.Ext.Shell.csproj @@ -16,7 +16,7 @@ - + Resources.resx diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.TimeDate/Microsoft.CmdPal.Ext.TimeDate.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.TimeDate/Microsoft.CmdPal.Ext.TimeDate.csproj index c1291472f1..2b5bce441b 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.TimeDate/Microsoft.CmdPal.Ext.TimeDate.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.TimeDate/Microsoft.CmdPal.Ext.TimeDate.csproj @@ -1,7 +1,7 @@ - - + + Microsoft.CmdPal.Ext.TimeDate diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WebSearch/Microsoft.CmdPal.Ext.WebSearch.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WebSearch/Microsoft.CmdPal.Ext.WebSearch.csproj index 843f5cf49e..ed5998cc71 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WebSearch/Microsoft.CmdPal.Ext.WebSearch.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WebSearch/Microsoft.CmdPal.Ext.WebSearch.csproj @@ -4,7 +4,7 @@ Microsoft.CmdPal.Ext.WebSearch - enable + enable $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal false false @@ -35,7 +35,7 @@ PreserveNewest - + Resources.Designer.cs diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WinGet/Microsoft.CmdPal.Ext.WinGet.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WinGet/Microsoft.CmdPal.Ext.WinGet.csproj index 5b109bf34b..e396c32fa7 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WinGet/Microsoft.CmdPal.Ext.WinGet.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WinGet/Microsoft.CmdPal.Ext.WinGet.csproj @@ -14,8 +14,8 @@ - Microsoft.Management.Deployment - $(OutDir) + Microsoft.Management.Deployment + $(OutDir) diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Microsoft.CmdPal.Ext.WindowWalker.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Microsoft.CmdPal.Ext.WindowWalker.csproj index f5233a47e4..641a8677ab 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Microsoft.CmdPal.Ext.WindowWalker.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Microsoft.CmdPal.Ext.WindowWalker.csproj @@ -4,7 +4,7 @@ - enable + enable Microsoft.CmdPal.Ext.WindowWalker $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal false @@ -15,7 +15,7 @@ - + diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowsTerminal/Microsoft.CmdPal.Ext.WindowsTerminal.csproj b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowsTerminal/Microsoft.CmdPal.Ext.WindowsTerminal.csproj index df8f3e3487..69f6d36de1 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowsTerminal/Microsoft.CmdPal.Ext.WindowsTerminal.csproj +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowsTerminal/Microsoft.CmdPal.Ext.WindowsTerminal.csproj @@ -18,7 +18,7 @@ - + @@ -42,7 +42,7 @@ PreserveNewest - + Resources.Designer.cs diff --git a/src/modules/cmdpal/ext/ProcessMonitorExtension/ProcessMonitorExtension.csproj b/src/modules/cmdpal/ext/ProcessMonitorExtension/ProcessMonitorExtension.csproj index 4ff1435154..d9035c0d55 100644 --- a/src/modules/cmdpal/ext/ProcessMonitorExtension/ProcessMonitorExtension.csproj +++ b/src/modules/cmdpal/ext/ProcessMonitorExtension/ProcessMonitorExtension.csproj @@ -32,7 +32,7 @@ - +