From 36f9a6fd858568674cdceefcd4396ef21b0db984 Mon Sep 17 00:00:00 2001 From: Isaac Daly Date: Tue, 26 Dec 2023 09:39:10 +1100 Subject: [PATCH] Bump Whim version to 0.3.0 (#743) Bump version to 0.3.0 --- src/Whim.Bar.Tests/Whim.Bar.Tests.csproj | 98 ++--- src/Whim.Bar/Whim.Bar.csproj | 97 ++-- .../Whim.CommandPalette.Tests.csproj | 98 ++--- .../Whim.CommandPalette.csproj | 162 ++++--- .../Whim.FloatingLayout.Tests.csproj | 98 ++--- .../Whim.FloatingLayout.csproj | 70 ++- .../Whim.FocusIndicator.csproj | 89 ++-- src/Whim.Gaps.Tests/Whim.Gaps.Tests.csproj | 98 ++--- src/Whim.Gaps/Whim.Gaps.csproj | 59 ++- .../Whim.LayoutPreview.Tests.csproj | 88 ++-- .../Whim.LayoutPreview.csproj | 118 +++-- src/Whim.Runner/Whim.Runner.csproj | 416 ++++++++---------- src/Whim.TestUtils/Whim.TestUtils.csproj | 80 ++-- src/Whim.Tests/Whim.Tests.csproj | 102 +++-- .../Whim.TreeLayout.Bar.Tests.csproj | 100 ++--- .../Whim.TreeLayout.Bar.csproj | 102 +++-- ...him.TreeLayout.CommandPalette.Tests.csproj | 91 ++-- .../Whim.TreeLayout.CommandPalette.csproj | 96 ++-- .../Whim.TreeLayout.Tests.csproj | 94 ++-- src/Whim.TreeLayout/Whim.TreeLayout.csproj | 88 ++-- .../Whim.Updater.Tests.csproj | 98 ++--- src/Whim.Updater/Whim.Updater.csproj | 103 +++-- src/Whim/Whim.csproj | 139 +++--- 23 files changed, 1216 insertions(+), 1368 deletions(-) diff --git a/src/Whim.Bar.Tests/Whim.Bar.Tests.csproj b/src/Whim.Bar.Tests/Whim.Bar.Tests.csproj index e1c1bbc16..e41c08bff 100644 --- a/src/Whim.Bar.Tests/Whim.Bar.Tests.csproj +++ b/src/Whim.Bar.Tests/Whim.Bar.Tests.csproj @@ -1,53 +1,49 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + \ No newline at end of file diff --git a/src/Whim.Bar/Whim.Bar.csproj b/src/Whim.Bar/Whim.Bar.csproj index bc45d890d..0bed0a631 100644 --- a/src/Whim.Bar/Whim.Bar.csproj +++ b/src/Whim.Bar/Whim.Bar.csproj @@ -1,52 +1,49 @@ - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - Whim.Bar - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - - - - - - - - - - - - - - - - MSBuild:Compile - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + Whim.Bar + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 10.0.17763.0 + true + 0.3.0 + + + + + + + + + + + + + + MSBuild:Compile + + + + + + \ No newline at end of file diff --git a/src/Whim.CommandPalette.Tests/Whim.CommandPalette.Tests.csproj b/src/Whim.CommandPalette.Tests/Whim.CommandPalette.Tests.csproj index e9fa48934..203a09e61 100644 --- a/src/Whim.CommandPalette.Tests/Whim.CommandPalette.Tests.csproj +++ b/src/Whim.CommandPalette.Tests/Whim.CommandPalette.Tests.csproj @@ -1,53 +1,49 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + \ No newline at end of file diff --git a/src/Whim.CommandPalette/Whim.CommandPalette.csproj b/src/Whim.CommandPalette/Whim.CommandPalette.csproj index e621a66bf..2a1ccc560 100644 --- a/src/Whim.CommandPalette/Whim.CommandPalette.csproj +++ b/src/Whim.CommandPalette/Whim.CommandPalette.csproj @@ -1,89 +1,77 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - MSBuild:Compile - - - - - - MSBuild:Compile - - - - - - MSBuild:Compile - - - - - - MSBuild:Compile - - - - - - MSBuild:Compile - - - - - - MSBuild:Compile - - - + + All + All + None + All + All + All + All + All + All + All + All + All + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 10.0.17763.0 + true + 0.3.0 + + + + + + + + + + + + + + + + + + + + + + + MSBuild:Compile + + + + + MSBuild:Compile + + + + + MSBuild:Compile + + + + + MSBuild:Compile + + + + + MSBuild:Compile + + + + + MSBuild:Compile + + \ No newline at end of file diff --git a/src/Whim.FloatingLayout.Tests/Whim.FloatingLayout.Tests.csproj b/src/Whim.FloatingLayout.Tests/Whim.FloatingLayout.Tests.csproj index 0735d12f5..73aa29265 100644 --- a/src/Whim.FloatingLayout.Tests/Whim.FloatingLayout.Tests.csproj +++ b/src/Whim.FloatingLayout.Tests/Whim.FloatingLayout.Tests.csproj @@ -1,53 +1,49 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + \ No newline at end of file diff --git a/src/Whim.FloatingLayout/Whim.FloatingLayout.csproj b/src/Whim.FloatingLayout/Whim.FloatingLayout.csproj index cb75bb785..880d101f0 100644 --- a/src/Whim.FloatingLayout/Whim.FloatingLayout.csproj +++ b/src/Whim.FloatingLayout/Whim.FloatingLayout.csproj @@ -1,38 +1,34 @@ - - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - - - - + + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + + \ No newline at end of file diff --git a/src/Whim.FocusIndicator/Whim.FocusIndicator.csproj b/src/Whim.FocusIndicator/Whim.FocusIndicator.csproj index 0ad2028a9..273895970 100644 --- a/src/Whim.FocusIndicator/Whim.FocusIndicator.csproj +++ b/src/Whim.FocusIndicator/Whim.FocusIndicator.csproj @@ -1,48 +1,45 @@ - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - Whim.FocusIndicator - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - - - - - - - - - - - - - - - - - MSBuild:Compile - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + Whim.FocusIndicator + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 10.0.17763.0 + true + 0.3.0 + + + + + + + + + + + + + + MSBuild:Compile + + \ No newline at end of file diff --git a/src/Whim.Gaps.Tests/Whim.Gaps.Tests.csproj b/src/Whim.Gaps.Tests/Whim.Gaps.Tests.csproj index 5d6fa6fef..ab7bfa0dc 100644 --- a/src/Whim.Gaps.Tests/Whim.Gaps.Tests.csproj +++ b/src/Whim.Gaps.Tests/Whim.Gaps.Tests.csproj @@ -1,53 +1,49 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + \ No newline at end of file diff --git a/src/Whim.Gaps/Whim.Gaps.csproj b/src/Whim.Gaps/Whim.Gaps.csproj index 4ebdb032e..2b893824b 100644 --- a/src/Whim.Gaps/Whim.Gaps.csproj +++ b/src/Whim.Gaps/Whim.Gaps.csproj @@ -1,33 +1,30 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 0.3.0 + + + + \ No newline at end of file diff --git a/src/Whim.LayoutPreview.Tests/Whim.LayoutPreview.Tests.csproj b/src/Whim.LayoutPreview.Tests/Whim.LayoutPreview.Tests.csproj index 8bede7dff..2014ba6f9 100644 --- a/src/Whim.LayoutPreview.Tests/Whim.LayoutPreview.Tests.csproj +++ b/src/Whim.LayoutPreview.Tests/Whim.LayoutPreview.Tests.csproj @@ -1,48 +1,44 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + \ No newline at end of file diff --git a/src/Whim.LayoutPreview/Whim.LayoutPreview.csproj b/src/Whim.LayoutPreview/Whim.LayoutPreview.csproj index 4b98045da..d374ca6b9 100644 --- a/src/Whim.LayoutPreview/Whim.LayoutPreview.csproj +++ b/src/Whim.LayoutPreview/Whim.LayoutPreview.csproj @@ -1,64 +1,56 @@ - - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - Whim.LayoutPreview - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - - - - - - - - - - - - - - - - - - - - - - - - - MSBuild:Compile - - - - - - MSBuild:Compile - - - + + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + Whim.LayoutPreview + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 10.0.17763.0 + true + 0.3.0 + + + + + + + + + + + + + + + + + + + + MSBuild:Compile + + + + + MSBuild:Compile + + \ No newline at end of file diff --git a/src/Whim.Runner/Whim.Runner.csproj b/src/Whim.Runner/Whim.Runner.csproj index a29155334..35008bae5 100644 --- a/src/Whim.Runner/Whim.Runner.csproj +++ b/src/Whim.Runner/Whim.Runner.csproj @@ -1,236 +1,186 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - false - Assets\Icon.ico - app.manifest - Isaac Daly - An extensible window manager for Windows. - true - true - True - enable - WinExe - x64;arm64;Any CPU - win10-$(Platform).pubxml - Whim.Runner - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - false - true - None - true - - - - DISABLE_XAML_GENERATED_MAIN - - - - DISABLE_XAML_GENERATED_MAIN - - - DISABLE_XAML_GENERATED_MAIN - - - DISABLE_XAML_GENERATED_MAIN - - - DISABLE_XAML_GENERATED_MAIN - - - DISABLE_XAML_GENERATED_MAIN - - - DISABLE_XAML_GENERATED_MAIN - - - DISABLE_XAML_GENERATED_MAIN - - - DISABLE_XAML_GENERATED_MAIN - - - DISABLE_XAML_GENERATED_MAIN - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - True - \ - - - - - - MSBuild:Compile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + True + \ + + + + + MSBuild:Compile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Whim.TestUtils/Whim.TestUtils.csproj b/src/Whim.TestUtils/Whim.TestUtils.csproj index 1b70f3cc1..7e1e3558c 100644 --- a/src/Whim.TestUtils/Whim.TestUtils.csproj +++ b/src/Whim.TestUtils/Whim.TestUtils.csproj @@ -1,44 +1,40 @@ - - - true - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - false - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - - - - - - - - - + + true + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + false + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Whim.Tests/Whim.Tests.csproj b/src/Whim.Tests/Whim.Tests.csproj index ccff34b40..2ceb41a74 100644 --- a/src/Whim.Tests/Whim.Tests.csproj +++ b/src/Whim.Tests/Whim.Tests.csproj @@ -1,55 +1,51 @@ - - - true - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - false - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + true + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + false + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + \ No newline at end of file diff --git a/src/Whim.TreeLayout.Bar.Tests/Whim.TreeLayout.Bar.Tests.csproj b/src/Whim.TreeLayout.Bar.Tests/Whim.TreeLayout.Bar.Tests.csproj index 7d70f2bb9..0815fef1c 100644 --- a/src/Whim.TreeLayout.Bar.Tests/Whim.TreeLayout.Bar.Tests.csproj +++ b/src/Whim.TreeLayout.Bar.Tests/Whim.TreeLayout.Bar.Tests.csproj @@ -1,54 +1,50 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + \ No newline at end of file diff --git a/src/Whim.TreeLayout.Bar/Whim.TreeLayout.Bar.csproj b/src/Whim.TreeLayout.Bar/Whim.TreeLayout.Bar.csproj index a44c75160..af69c81a5 100644 --- a/src/Whim.TreeLayout.Bar/Whim.TreeLayout.Bar.csproj +++ b/src/Whim.TreeLayout.Bar/Whim.TreeLayout.Bar.csproj @@ -1,55 +1,51 @@ - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - Whim.TreeLayout.Bar - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - - - - - - - - - - - - - - - - - - - - - - - - MSBuild:Compile - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + Whim.TreeLayout.Bar + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 10.0.17763.0 + true + 0.3.0 + + + + + + + + + + + + + + + + + + + + MSBuild:Compile + + \ No newline at end of file diff --git a/src/Whim.TreeLayout.CommandPalette.Tests/Whim.TreeLayout.CommandPalette.Tests.csproj b/src/Whim.TreeLayout.CommandPalette.Tests/Whim.TreeLayout.CommandPalette.Tests.csproj index e713b7f58..8206509dc 100644 --- a/src/Whim.TreeLayout.CommandPalette.Tests/Whim.TreeLayout.CommandPalette.Tests.csproj +++ b/src/Whim.TreeLayout.CommandPalette.Tests/Whim.TreeLayout.CommandPalette.Tests.csproj @@ -1,50 +1,45 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + \ No newline at end of file diff --git a/src/Whim.TreeLayout.CommandPalette/Whim.TreeLayout.CommandPalette.csproj b/src/Whim.TreeLayout.CommandPalette/Whim.TreeLayout.CommandPalette.csproj index a43ed5ed7..292151c20 100644 --- a/src/Whim.TreeLayout.CommandPalette/Whim.TreeLayout.CommandPalette.csproj +++ b/src/Whim.TreeLayout.CommandPalette/Whim.TreeLayout.CommandPalette.csproj @@ -1,52 +1,48 @@ - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - Whim.TreeLayout.Bar - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - - - - - - - - - - - - - - - - - - - - - MSBuild:Compile - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + Whim.TreeLayout.Bar + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 10.0.17763.0 + true + 0.3.0 + + + + + + + + + + + + + + + + + MSBuild:Compile + + \ No newline at end of file diff --git a/src/Whim.TreeLayout.Tests/Whim.TreeLayout.Tests.csproj b/src/Whim.TreeLayout.Tests/Whim.TreeLayout.Tests.csproj index f46f02c66..a45fdd1ce 100644 --- a/src/Whim.TreeLayout.Tests/Whim.TreeLayout.Tests.csproj +++ b/src/Whim.TreeLayout.Tests/Whim.TreeLayout.Tests.csproj @@ -1,51 +1,47 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + \ No newline at end of file diff --git a/src/Whim.TreeLayout/Whim.TreeLayout.csproj b/src/Whim.TreeLayout/Whim.TreeLayout.csproj index c8f1f98c8..ef25e747c 100644 --- a/src/Whim.TreeLayout/Whim.TreeLayout.csproj +++ b/src/Whim.TreeLayout/Whim.TreeLayout.csproj @@ -1,48 +1,42 @@ - - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - Whim.TreeLayout - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - - - - - - - - - - - - - - - - - - + + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + Whim.TreeLayout + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 10.0.17763.0 + true + 0.3.0 + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Whim.Updater.Tests/Whim.Updater.Tests.csproj b/src/Whim.Updater.Tests/Whim.Updater.Tests.csproj index e87495f1e..998b4176f 100644 --- a/src/Whim.Updater.Tests/Whim.Updater.Tests.csproj +++ b/src/Whim.Updater.Tests/Whim.Updater.Tests.csproj @@ -1,53 +1,49 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - enable - x64;arm64;Any CPU - net7.0-windows10.0.19041.0 - 0.2.0 - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + enable + x64;arm64;Any CPU + net7.0-windows10.0.19041.0 + 0.3.0 + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + \ No newline at end of file diff --git a/src/Whim.Updater/Whim.Updater.csproj b/src/Whim.Updater/Whim.Updater.csproj index 6a2d7af46..49cc2248b 100644 --- a/src/Whim.Updater/Whim.Updater.csproj +++ b/src/Whim.Updater/Whim.Updater.csproj @@ -1,54 +1,51 @@ - - - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - Whim.Updater - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 10.0.17763.0 - true - 0.2.0 - - - - - - - - - - - - - - - - - - - - - - - MSBuild:Compile - - + + + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + Whim.Updater + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 10.0.17763.0 + true + 0.3.0 + + + + + + + + + + + + + + + + + + + + MSBuild:Compile + + \ No newline at end of file diff --git a/src/Whim/Whim.csproj b/src/Whim/Whim.csproj index c028eed9d..c6ce6d1ab 100644 --- a/src/Whim/Whim.csproj +++ b/src/Whim/Whim.csproj @@ -1,73 +1,66 @@ - - - - true - All - All - None - All - All - All - All - All - All - All - All - All - Isaac Daly - true - An extensible window manager for Windows. - true - true - true - enable - x64;arm64;Any CPU - Whim - win10-x64;win10-arm64 - net7.0-windows10.0.19041.0 - 0.2.0 - Nullable - - - x64 - - - - - - - - - - - all - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - - + + + true + All + All + None + All + All + All + All + All + All + All + All + All + Isaac Daly + true + An extensible window manager for Windows. + true + true + true + enable + x64;arm64;Any CPU + Whim + win10-x64;win10-arm64 + net7.0-windows10.0.19041.0 + 0.3.0 + Nullable + + x64 + + + + + + + + + all + + + + + + + + + + + + + + + + + + + + + + + + Always + + + \ No newline at end of file