From e49bb4eacbf083e58dfe2336c875db5cebf5726e Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Tue, 20 Dec 2022 17:14:20 +0000 Subject: [PATCH 1/2] * Implement #384 --- Documents/Help/Changelog.md | 1 + .../Krypton Toolkit/Examples/Examples.csproj | 2 +- ...n Toolkit Suite Extended 2022 - VS2022.sln | 230 ------------------ ...Toolkit.Suite.Extended.Buttons 2022.csproj | 18 +- ...oolkit.Suite.Extended.Calendar 2022.csproj | 18 +- ....Suite.Extended.CheckSum.Tools 2022.csproj | 18 +- ....Extended.Circular.ProgressBar 2022.csproj | 18 +- ...oolkit.Suite.Extended.ComboBox 2022.csproj | 18 +- ....Toolkit.Suite.Extended.Common 2022.csproj | 18 +- ...kit.Suite.Extended.Compression 2022.csproj | 18 +- ...oolkit.Suite.Extended.Controls 2022.csproj | 16 +- ...oolkit.Suite.Extended.Controls 2022.csproj | 18 +- ...on.Toolkit.Suite.Extended.Core 2022.csproj | 24 +- ...te.Extended.Data.Visualisation 2022.csproj | 18 +- ...it.Suite.Extended.DataGridView 2022.csproj | 18 +- ...e.Extended.Developer.Utilities 2022.csproj | 18 +- ...Toolkit.Suite.Extended.Dialogs 2022.csproj | 18 +- ...t.Suite.Extended.Dock.Extender 2022.csproj | 16 +- ...ite.Extended.Drawing.Utilities 2022.csproj | 18 +- ...Toolkit.Suite.Extended.Drawing 2022.csproj | 18 +- ...Toolkit.Suite.Extended.Effects 2022.csproj | 18 +- ...Suite.Extended.Error.Reporting 2022.csproj | 20 +- ...Extended.Fast.Coloured.TextBox 2022.csproj | 16 +- ...kit.Suite.Extended.File.Copier 2022.csproj | 18 +- ...t.Suite.Extended.File.Explorer 2022.csproj | 16 +- ...ite.Extended.Floating.Toolbars 2022.csproj | 18 +- ...n.Toolkit.Suite.Extended.Forms 2022.csproj | 18 +- ...n.Toolkit.Suite.Extended.Gages 2022.csproj | 16 +- ...uite.Extended.Global.Utilities 2022.csproj | 18 +- ...pton.Toolkit.Suite.Extended.IO 2022.csproj | 18 +- ...oolkit.Suite.Extended.InputBox 2022.csproj | 18 +- ....Suite.Extended.Language.Model 2022.csproj | 18 +- ...lkit.Suite.Extended.Memory.Box 2022.csproj | 18 +- ...lkit.Suite.Extended.Messagebox 2022.csproj | 18 +- ...lkit.Suite.Extended.Navi.Suite 2022.csproj | 18 +- ...olkit.Suite.Extended.Navigator 2022.csproj | 20 +- ...lkit.Suite.Extended.Networking 2022.csproj | 18 +- ...t.Suite.Extended.Notifications 2022.csproj | 18 +- ...it.Suite.Extended.Outlook.Grid 2022.csproj | 18 +- ...ton.Toolkit.Suite.Extended.PDF 2022.csproj | 16 +- ...ite.Extended.Palette.Selectors 2022.csproj | 16 +- ....Toolkit.Suite.Extended.Panels 2022.csproj | 18 +- ...olkit.Suite.Extended.Resources 2022.csproj | 18 +- ....Toolkit.Suite.Extended.Ribbon 2022.csproj | 20 +- ...oolkit.Suite.Extended.Settings 2022.csproj | 18 +- ....Toolkit.Suite.Extended.Shared 2022.csproj | 16 +- ....Toolkit.Suite.Extended.Shared 2022.csproj | 18 +- ...uite.Extended.Software.Updater 2022.csproj | 18 +- ...e.Extended.Specialised.Dialogs 2022.csproj | 18 +- ...kit.Suite.Extended.TaskDialogs 2022.csproj | 16 +- ....Suite.Extended.Theme.Switcher 2022.csproj | 20 +- ....Toolkit.Suite.Extended.Themes 2022.csproj | 16 +- ...n.Toolkit.Suite.Extended.Toast 2022.csproj | 18 +- ...t.Suite.Extended.Toggle.Switch 2022.csproj | 18 +- ...oolkit.Suite.Extended.Tool.Box 2022.csproj | 18 +- ...uite.Extended.Tool.Strip.Items 2022.csproj | 18 +- ...n.Toolkit.Suite.Extended.Tools 2022.csproj | 18 +- ...it.Suite.Extended.TreeGridView 2022.csproj | 18 +- ...olkit.Suite.Extended.Utilities 2022.csproj | 18 +- ...Extended.VirtualTreeColumnView 2022.csproj | 18 +- ....Toolkit.Suite.Extended.Wizard 2022.csproj | 18 +- 61 files changed, 347 insertions(+), 924 deletions(-) diff --git a/Documents/Help/Changelog.md b/Documents/Help/Changelog.md index 83abea805..9efc3bdf6 100644 --- a/Documents/Help/Changelog.md +++ b/Documents/Help/Changelog.md @@ -6,6 +6,7 @@ ## 2023-11-xx - Build 2311 - November 2023 +* Implemented [#384](https://github.com/Krypton-Suite/Extended-Toolkit/issues/384), Reduce build configurations * Resolved [#378](https://github.com/Krypton-Suite/Extended-Toolkit/issues/378), `ExtendedMessageBox` does not support `CancelTryContinue` when built for "ANY" of the supported TFM's * `KryptonMessageBoxExtended` button states now fall in line with .NET 6.0 * New `KryptonInputBoxExtended`, supports icons, and multiple response types, such as `ComboBox`, `DateTimePicker`, `DomainUpDown`, `TextBox`, `MaskedTextBox`, `PasswordBox`, `RichTextBox`, `NumericUpDown` & `None` diff --git a/Source/Krypton Toolkit/Examples/Examples.csproj b/Source/Krypton Toolkit/Examples/Examples.csproj index 33fefdd6e..c7e74f91e 100644 --- a/Source/Krypton Toolkit/Examples/Examples.csproj +++ b/Source/Krypton Toolkit/Examples/Examples.csproj @@ -16,7 +16,7 @@ - + diff --git a/Source/Krypton Toolkit/Krypton Toolkit Suite Extended 2022 - VS2022.sln b/Source/Krypton Toolkit/Krypton Toolkit Suite Extended 2022 - VS2022.sln index 3f7cb3e64..a32c51b33 100644 --- a/Source/Krypton Toolkit/Krypton Toolkit Suite Extended 2022 - VS2022.sln +++ b/Source/Krypton Toolkit/Krypton Toolkit Suite Extended 2022 - VS2022.sln @@ -277,8 +277,6 @@ Global Debug|Any CPU = Debug|Any CPU Nightly|Any CPU = Nightly|Any CPU Release|Any CPU = Release|Any CPU - StableFull|Any CPU = StableFull|Any CPU - StableLite|Any CPU = StableLite|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {E68C45C0-418B-4CFC-97C0-282798B38B37}.Canary|Any CPU.ActiveCfg = Canary|Any CPU @@ -289,10 +287,6 @@ Global {E68C45C0-418B-4CFC-97C0-282798B38B37}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {E68C45C0-418B-4CFC-97C0-282798B38B37}.Release|Any CPU.ActiveCfg = Release|Any CPU {E68C45C0-418B-4CFC-97C0-282798B38B37}.Release|Any CPU.Build.0 = Release|Any CPU - {E68C45C0-418B-4CFC-97C0-282798B38B37}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {E68C45C0-418B-4CFC-97C0-282798B38B37}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {E68C45C0-418B-4CFC-97C0-282798B38B37}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {E68C45C0-418B-4CFC-97C0-282798B38B37}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.Canary|Any CPU.Build.0 = Canary|Any CPU {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -301,10 +295,6 @@ Global {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.Release|Any CPU.ActiveCfg = Release|Any CPU {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.Release|Any CPU.Build.0 = Release|Any CPU - {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {57DA94A4-FA2D-4B83-A84F-FE4A4AAA9870}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.Canary|Any CPU.Build.0 = Canary|Any CPU {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -313,10 +303,6 @@ Global {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.Release|Any CPU.ActiveCfg = Release|Any CPU {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.Release|Any CPU.Build.0 = Release|Any CPU - {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {58E921DB-43E2-4743-A6B3-3DF9ED09F5D4}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.Canary|Any CPU.Build.0 = Canary|Any CPU {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -325,10 +311,6 @@ Global {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.Release|Any CPU.ActiveCfg = Release|Any CPU {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.Release|Any CPU.Build.0 = Release|Any CPU - {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {9CB33D7B-BF7E-4221-859D-5E61E24772E3}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.Canary|Any CPU.Build.0 = Canary|Any CPU {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -337,10 +319,6 @@ Global {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.Release|Any CPU.ActiveCfg = Release|Any CPU {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.Release|Any CPU.Build.0 = Release|Any CPU - {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {B47A7562-B3B5-4521-91DB-E5CC4CC986E3}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.Canary|Any CPU.Build.0 = Canary|Any CPU {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -349,10 +327,6 @@ Global {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.Release|Any CPU.ActiveCfg = Release|Any CPU {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.Release|Any CPU.Build.0 = Release|Any CPU - {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {B9A5A472-F747-4C87-B5E9-C5A05DB17827}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.Canary|Any CPU.Build.0 = Canary|Any CPU {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -361,10 +335,6 @@ Global {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.Release|Any CPU.ActiveCfg = Release|Any CPU {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.Release|Any CPU.Build.0 = Release|Any CPU - {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {81BCFC34-220F-43A8-A58B-8F9E123C72E1}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.Canary|Any CPU.Build.0 = Canary|Any CPU {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -373,10 +343,6 @@ Global {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.Release|Any CPU.ActiveCfg = Release|Any CPU {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.Release|Any CPU.Build.0 = Release|Any CPU - {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {4B57DCA9-277B-4AB1-B297-7EC8311EEE1E}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.Canary|Any CPU.Build.0 = Canary|Any CPU {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -385,10 +351,6 @@ Global {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.Release|Any CPU.ActiveCfg = Release|Any CPU {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.Release|Any CPU.Build.0 = Release|Any CPU - {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {C996C6FF-AC18-4C5C-BEB0-E5D48D7CF3FC}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.Canary|Any CPU.Build.0 = Canary|Any CPU {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -397,10 +359,6 @@ Global {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.Release|Any CPU.ActiveCfg = Release|Any CPU {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.Release|Any CPU.Build.0 = Release|Any CPU - {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {CA2FB62E-F7EE-45F4-BA59-15CB110D22F9}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {E66AA060-36AC-4C48-98B5-41701F5524A6}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {E66AA060-36AC-4C48-98B5-41701F5524A6}.Canary|Any CPU.Build.0 = Canary|Any CPU {E66AA060-36AC-4C48-98B5-41701F5524A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -409,10 +367,6 @@ Global {E66AA060-36AC-4C48-98B5-41701F5524A6}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {E66AA060-36AC-4C48-98B5-41701F5524A6}.Release|Any CPU.ActiveCfg = Release|Any CPU {E66AA060-36AC-4C48-98B5-41701F5524A6}.Release|Any CPU.Build.0 = Release|Any CPU - {E66AA060-36AC-4C48-98B5-41701F5524A6}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {E66AA060-36AC-4C48-98B5-41701F5524A6}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {E66AA060-36AC-4C48-98B5-41701F5524A6}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {E66AA060-36AC-4C48-98B5-41701F5524A6}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.Canary|Any CPU.Build.0 = Canary|Any CPU {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -421,10 +375,6 @@ Global {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.Release|Any CPU.ActiveCfg = Release|Any CPU {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.Release|Any CPU.Build.0 = Release|Any CPU - {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {95A40A73-54BB-4EBC-97C8-4D7C8150DB67}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.Canary|Any CPU.Build.0 = Canary|Any CPU {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -433,10 +383,6 @@ Global {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.Release|Any CPU.ActiveCfg = Release|Any CPU {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.Release|Any CPU.Build.0 = Release|Any CPU - {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {CAA5B746-A0AD-4B2B-8C0B-3EACA3213AB1}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {9EC17540-EA20-4A60-8473-C984A8F8AED7}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {9EC17540-EA20-4A60-8473-C984A8F8AED7}.Canary|Any CPU.Build.0 = Canary|Any CPU {9EC17540-EA20-4A60-8473-C984A8F8AED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -445,10 +391,6 @@ Global {9EC17540-EA20-4A60-8473-C984A8F8AED7}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {9EC17540-EA20-4A60-8473-C984A8F8AED7}.Release|Any CPU.ActiveCfg = Release|Any CPU {9EC17540-EA20-4A60-8473-C984A8F8AED7}.Release|Any CPU.Build.0 = Release|Any CPU - {9EC17540-EA20-4A60-8473-C984A8F8AED7}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {9EC17540-EA20-4A60-8473-C984A8F8AED7}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {9EC17540-EA20-4A60-8473-C984A8F8AED7}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {9EC17540-EA20-4A60-8473-C984A8F8AED7}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.Canary|Any CPU.Build.0 = Canary|Any CPU {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -457,10 +399,6 @@ Global {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.Release|Any CPU.ActiveCfg = Release|Any CPU {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.Release|Any CPU.Build.0 = Release|Any CPU - {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {3F4389EC-ECAB-408F-8EE2-D0B4B1F2767E}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.Canary|Any CPU.Build.0 = Canary|Any CPU {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -469,10 +407,6 @@ Global {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.Release|Any CPU.ActiveCfg = Release|Any CPU {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.Release|Any CPU.Build.0 = Release|Any CPU - {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {F585FA3A-5C30-44B1-9450-70DC09EDBFA4}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.Canary|Any CPU.Build.0 = Canary|Any CPU {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -481,10 +415,6 @@ Global {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.Release|Any CPU.ActiveCfg = Release|Any CPU {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.Release|Any CPU.Build.0 = Release|Any CPU - {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {BDFB384E-D8EB-4DF4-9E3F-791A2AB65CA7}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {8E355998-A64F-4F05-8C47-83803B4FDF55}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {8E355998-A64F-4F05-8C47-83803B4FDF55}.Canary|Any CPU.Build.0 = Canary|Any CPU {8E355998-A64F-4F05-8C47-83803B4FDF55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -493,10 +423,6 @@ Global {8E355998-A64F-4F05-8C47-83803B4FDF55}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {8E355998-A64F-4F05-8C47-83803B4FDF55}.Release|Any CPU.ActiveCfg = Release|Any CPU {8E355998-A64F-4F05-8C47-83803B4FDF55}.Release|Any CPU.Build.0 = Release|Any CPU - {8E355998-A64F-4F05-8C47-83803B4FDF55}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {8E355998-A64F-4F05-8C47-83803B4FDF55}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {8E355998-A64F-4F05-8C47-83803B4FDF55}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {8E355998-A64F-4F05-8C47-83803B4FDF55}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {801442A0-A2CF-403E-9742-52F2E9F681D1}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {801442A0-A2CF-403E-9742-52F2E9F681D1}.Canary|Any CPU.Build.0 = Canary|Any CPU {801442A0-A2CF-403E-9742-52F2E9F681D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -505,10 +431,6 @@ Global {801442A0-A2CF-403E-9742-52F2E9F681D1}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {801442A0-A2CF-403E-9742-52F2E9F681D1}.Release|Any CPU.ActiveCfg = Release|Any CPU {801442A0-A2CF-403E-9742-52F2E9F681D1}.Release|Any CPU.Build.0 = Release|Any CPU - {801442A0-A2CF-403E-9742-52F2E9F681D1}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {801442A0-A2CF-403E-9742-52F2E9F681D1}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {801442A0-A2CF-403E-9742-52F2E9F681D1}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {801442A0-A2CF-403E-9742-52F2E9F681D1}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {700051E6-3B6C-4E6F-B7B9-877CA2403311}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {700051E6-3B6C-4E6F-B7B9-877CA2403311}.Canary|Any CPU.Build.0 = Canary|Any CPU {700051E6-3B6C-4E6F-B7B9-877CA2403311}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -517,10 +439,6 @@ Global {700051E6-3B6C-4E6F-B7B9-877CA2403311}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {700051E6-3B6C-4E6F-B7B9-877CA2403311}.Release|Any CPU.ActiveCfg = Release|Any CPU {700051E6-3B6C-4E6F-B7B9-877CA2403311}.Release|Any CPU.Build.0 = Release|Any CPU - {700051E6-3B6C-4E6F-B7B9-877CA2403311}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {700051E6-3B6C-4E6F-B7B9-877CA2403311}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {700051E6-3B6C-4E6F-B7B9-877CA2403311}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {700051E6-3B6C-4E6F-B7B9-877CA2403311}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {93FCF33D-8400-4FD1-BACE-43EE0341B245}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {93FCF33D-8400-4FD1-BACE-43EE0341B245}.Canary|Any CPU.Build.0 = Canary|Any CPU {93FCF33D-8400-4FD1-BACE-43EE0341B245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -529,10 +447,6 @@ Global {93FCF33D-8400-4FD1-BACE-43EE0341B245}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {93FCF33D-8400-4FD1-BACE-43EE0341B245}.Release|Any CPU.ActiveCfg = Release|Any CPU {93FCF33D-8400-4FD1-BACE-43EE0341B245}.Release|Any CPU.Build.0 = Release|Any CPU - {93FCF33D-8400-4FD1-BACE-43EE0341B245}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {93FCF33D-8400-4FD1-BACE-43EE0341B245}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {93FCF33D-8400-4FD1-BACE-43EE0341B245}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {93FCF33D-8400-4FD1-BACE-43EE0341B245}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.Canary|Any CPU.Build.0 = Canary|Any CPU {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -541,10 +455,6 @@ Global {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.Release|Any CPU.ActiveCfg = Release|Any CPU {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.Release|Any CPU.Build.0 = Release|Any CPU - {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {EA080BD8-FC47-4E1E-89D3-CC32FBE7D33D}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.Canary|Any CPU.Build.0 = Canary|Any CPU {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -553,10 +463,6 @@ Global {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.Release|Any CPU.ActiveCfg = Release|Any CPU {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.Release|Any CPU.Build.0 = Release|Any CPU - {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {1ED17EC9-8959-4FE1-BC33-48CEFEA7373B}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.Canary|Any CPU.Build.0 = Canary|Any CPU {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -565,10 +471,6 @@ Global {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.Release|Any CPU.ActiveCfg = Release|Any CPU {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.Release|Any CPU.Build.0 = Release|Any CPU - {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {8A8F148A-D3BB-4FDA-BB6A-9431EA0A0185}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {7E1B169E-AD04-4C98-9971-DC7F450BF610}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {7E1B169E-AD04-4C98-9971-DC7F450BF610}.Canary|Any CPU.Build.0 = Canary|Any CPU {7E1B169E-AD04-4C98-9971-DC7F450BF610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -577,10 +479,6 @@ Global {7E1B169E-AD04-4C98-9971-DC7F450BF610}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {7E1B169E-AD04-4C98-9971-DC7F450BF610}.Release|Any CPU.ActiveCfg = Release|Any CPU {7E1B169E-AD04-4C98-9971-DC7F450BF610}.Release|Any CPU.Build.0 = Release|Any CPU - {7E1B169E-AD04-4C98-9971-DC7F450BF610}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {7E1B169E-AD04-4C98-9971-DC7F450BF610}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {7E1B169E-AD04-4C98-9971-DC7F450BF610}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {7E1B169E-AD04-4C98-9971-DC7F450BF610}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.Canary|Any CPU.Build.0 = Canary|Any CPU {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -589,10 +487,6 @@ Global {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.Release|Any CPU.ActiveCfg = Release|Any CPU {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.Release|Any CPU.Build.0 = Release|Any CPU - {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {C187BD0B-3965-489A-B8F3-5C82A986D5C2}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.Canary|Any CPU.Build.0 = Canary|Any CPU {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -601,10 +495,6 @@ Global {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.Release|Any CPU.Build.0 = Release|Any CPU - {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {1E21CD49-0719-4C22-AF79-691BE1D56D1C}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.Canary|Any CPU.Build.0 = Canary|Any CPU {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -613,10 +503,6 @@ Global {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.Release|Any CPU.Build.0 = Release|Any CPU - {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {26C63B46-8753-4331-AC03-9C2FC8C28FC0}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.Canary|Any CPU.Build.0 = Canary|Any CPU {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -625,10 +511,6 @@ Global {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.Release|Any CPU.ActiveCfg = Release|Any CPU {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.Release|Any CPU.Build.0 = Release|Any CPU - {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {998B91CA-CC14-405F-BAAD-17BB8DD5C04A}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.Canary|Any CPU.Build.0 = Canary|Any CPU {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -637,10 +519,6 @@ Global {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.Release|Any CPU.ActiveCfg = Release|Any CPU {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.Release|Any CPU.Build.0 = Release|Any CPU - {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {D5FCF4CF-1E47-4D4C-8F95-6433A99BAA08}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {B8099037-B1A9-46E1-AAFD-203392C8D824}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {B8099037-B1A9-46E1-AAFD-203392C8D824}.Canary|Any CPU.Build.0 = Canary|Any CPU {B8099037-B1A9-46E1-AAFD-203392C8D824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -649,10 +527,6 @@ Global {B8099037-B1A9-46E1-AAFD-203392C8D824}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {B8099037-B1A9-46E1-AAFD-203392C8D824}.Release|Any CPU.ActiveCfg = Release|Any CPU {B8099037-B1A9-46E1-AAFD-203392C8D824}.Release|Any CPU.Build.0 = Release|Any CPU - {B8099037-B1A9-46E1-AAFD-203392C8D824}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {B8099037-B1A9-46E1-AAFD-203392C8D824}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {B8099037-B1A9-46E1-AAFD-203392C8D824}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {B8099037-B1A9-46E1-AAFD-203392C8D824}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.Canary|Any CPU.Build.0 = Canary|Any CPU {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -661,10 +535,6 @@ Global {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.Release|Any CPU.ActiveCfg = Release|Any CPU {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.Release|Any CPU.Build.0 = Release|Any CPU - {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {05BA8A8E-05B6-4145-9368-BDD23A96B15B}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.Canary|Any CPU.Build.0 = Canary|Any CPU {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -673,10 +543,6 @@ Global {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.Release|Any CPU.ActiveCfg = Release|Any CPU {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.Release|Any CPU.Build.0 = Release|Any CPU - {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {F1928845-FACF-4E75-ACBA-0BB4A9C6953A}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.Canary|Any CPU.Build.0 = Canary|Any CPU {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -685,10 +551,6 @@ Global {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.Release|Any CPU.ActiveCfg = Release|Any CPU {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.Release|Any CPU.Build.0 = Release|Any CPU - {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {4545427A-2FD5-441A-A35E-F09F2AB1B20D}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {BF72479E-9400-423C-9887-71554D1A0F11}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {BF72479E-9400-423C-9887-71554D1A0F11}.Canary|Any CPU.Build.0 = Canary|Any CPU {BF72479E-9400-423C-9887-71554D1A0F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -697,10 +559,6 @@ Global {BF72479E-9400-423C-9887-71554D1A0F11}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {BF72479E-9400-423C-9887-71554D1A0F11}.Release|Any CPU.ActiveCfg = Release|Any CPU {BF72479E-9400-423C-9887-71554D1A0F11}.Release|Any CPU.Build.0 = Release|Any CPU - {BF72479E-9400-423C-9887-71554D1A0F11}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {BF72479E-9400-423C-9887-71554D1A0F11}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {BF72479E-9400-423C-9887-71554D1A0F11}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {BF72479E-9400-423C-9887-71554D1A0F11}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {49A23476-A83F-4687-A79E-EB555BC1A128}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {49A23476-A83F-4687-A79E-EB555BC1A128}.Canary|Any CPU.Build.0 = Canary|Any CPU {49A23476-A83F-4687-A79E-EB555BC1A128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -709,10 +567,6 @@ Global {49A23476-A83F-4687-A79E-EB555BC1A128}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {49A23476-A83F-4687-A79E-EB555BC1A128}.Release|Any CPU.ActiveCfg = Release|Any CPU {49A23476-A83F-4687-A79E-EB555BC1A128}.Release|Any CPU.Build.0 = Release|Any CPU - {49A23476-A83F-4687-A79E-EB555BC1A128}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {49A23476-A83F-4687-A79E-EB555BC1A128}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {49A23476-A83F-4687-A79E-EB555BC1A128}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {49A23476-A83F-4687-A79E-EB555BC1A128}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.Canary|Any CPU.Build.0 = Canary|Any CPU {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -721,10 +575,6 @@ Global {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.Release|Any CPU.ActiveCfg = Release|Any CPU {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.Release|Any CPU.Build.0 = Release|Any CPU - {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {116CDDE3-823F-486E-B0AC-2F0FE810A7EF}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.Canary|Any CPU.Build.0 = Canary|Any CPU {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -733,10 +583,6 @@ Global {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.Release|Any CPU.ActiveCfg = Release|Any CPU {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.Release|Any CPU.Build.0 = Release|Any CPU - {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {062AB625-3AAB-46ED-891D-E7103D1F7EBE}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {3804493B-31D2-4D70-89EF-EDED205037EC}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {3804493B-31D2-4D70-89EF-EDED205037EC}.Canary|Any CPU.Build.0 = Canary|Any CPU {3804493B-31D2-4D70-89EF-EDED205037EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -745,10 +591,6 @@ Global {3804493B-31D2-4D70-89EF-EDED205037EC}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {3804493B-31D2-4D70-89EF-EDED205037EC}.Release|Any CPU.ActiveCfg = Release|Any CPU {3804493B-31D2-4D70-89EF-EDED205037EC}.Release|Any CPU.Build.0 = Release|Any CPU - {3804493B-31D2-4D70-89EF-EDED205037EC}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {3804493B-31D2-4D70-89EF-EDED205037EC}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {3804493B-31D2-4D70-89EF-EDED205037EC}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {3804493B-31D2-4D70-89EF-EDED205037EC}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {66B492AC-74E6-4951-9376-47B4B7BA43EB}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {66B492AC-74E6-4951-9376-47B4B7BA43EB}.Canary|Any CPU.Build.0 = Canary|Any CPU {66B492AC-74E6-4951-9376-47B4B7BA43EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -757,10 +599,6 @@ Global {66B492AC-74E6-4951-9376-47B4B7BA43EB}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {66B492AC-74E6-4951-9376-47B4B7BA43EB}.Release|Any CPU.ActiveCfg = Release|Any CPU {66B492AC-74E6-4951-9376-47B4B7BA43EB}.Release|Any CPU.Build.0 = Release|Any CPU - {66B492AC-74E6-4951-9376-47B4B7BA43EB}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {66B492AC-74E6-4951-9376-47B4B7BA43EB}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {66B492AC-74E6-4951-9376-47B4B7BA43EB}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {66B492AC-74E6-4951-9376-47B4B7BA43EB}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.Canary|Any CPU.Build.0 = Canary|Any CPU {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -769,10 +607,6 @@ Global {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.Release|Any CPU.ActiveCfg = Release|Any CPU {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.Release|Any CPU.Build.0 = Release|Any CPU - {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {8FD6FEBA-B906-4C66-9A8D-E370B961162C}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.Canary|Any CPU.Build.0 = Canary|Any CPU {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -781,10 +615,6 @@ Global {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.Release|Any CPU.ActiveCfg = Release|Any CPU {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.Release|Any CPU.Build.0 = Release|Any CPU - {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {6353C3DA-7BCE-4D1E-844D-70A4B8401E7F}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {A55B5F11-F812-4FF4-900C-B12601B34E52}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {A55B5F11-F812-4FF4-900C-B12601B34E52}.Canary|Any CPU.Build.0 = Canary|Any CPU {A55B5F11-F812-4FF4-900C-B12601B34E52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -793,10 +623,6 @@ Global {A55B5F11-F812-4FF4-900C-B12601B34E52}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {A55B5F11-F812-4FF4-900C-B12601B34E52}.Release|Any CPU.ActiveCfg = Release|Any CPU {A55B5F11-F812-4FF4-900C-B12601B34E52}.Release|Any CPU.Build.0 = Release|Any CPU - {A55B5F11-F812-4FF4-900C-B12601B34E52}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {A55B5F11-F812-4FF4-900C-B12601B34E52}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {A55B5F11-F812-4FF4-900C-B12601B34E52}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {A55B5F11-F812-4FF4-900C-B12601B34E52}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.Canary|Any CPU.Build.0 = Canary|Any CPU {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -805,10 +631,6 @@ Global {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.Release|Any CPU.ActiveCfg = Release|Any CPU {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.Release|Any CPU.Build.0 = Release|Any CPU - {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {34F32E4D-79EF-4447-A585-B1A79BF1C3C3}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.Canary|Any CPU.Build.0 = Canary|Any CPU {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -817,10 +639,6 @@ Global {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.Release|Any CPU.ActiveCfg = Release|Any CPU {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.Release|Any CPU.Build.0 = Release|Any CPU - {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {18DE1F27-6D6B-44E2-BA62-7A1005EEB8CC}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.Canary|Any CPU.Build.0 = Canary|Any CPU {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -829,10 +647,6 @@ Global {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.Release|Any CPU.ActiveCfg = Release|Any CPU {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.Release|Any CPU.Build.0 = Release|Any CPU - {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {EE0904D6-72EF-4107-A286-CB5EEC2A5CE0}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.Canary|Any CPU.Build.0 = Canary|Any CPU {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -841,10 +655,6 @@ Global {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.Release|Any CPU.ActiveCfg = Release|Any CPU {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.Release|Any CPU.Build.0 = Release|Any CPU - {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {2AEC1C12-E8A8-4715-8B8D-9DB405C06FBB}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {335DD135-6475-46D5-A7DB-EA329224D59E}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {335DD135-6475-46D5-A7DB-EA329224D59E}.Canary|Any CPU.Build.0 = Canary|Any CPU {335DD135-6475-46D5-A7DB-EA329224D59E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -853,10 +663,6 @@ Global {335DD135-6475-46D5-A7DB-EA329224D59E}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {335DD135-6475-46D5-A7DB-EA329224D59E}.Release|Any CPU.ActiveCfg = Release|Any CPU {335DD135-6475-46D5-A7DB-EA329224D59E}.Release|Any CPU.Build.0 = Release|Any CPU - {335DD135-6475-46D5-A7DB-EA329224D59E}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {335DD135-6475-46D5-A7DB-EA329224D59E}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {335DD135-6475-46D5-A7DB-EA329224D59E}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {335DD135-6475-46D5-A7DB-EA329224D59E}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {97917447-2353-4D4D-935F-CF9279F1464F}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {97917447-2353-4D4D-935F-CF9279F1464F}.Canary|Any CPU.Build.0 = Canary|Any CPU {97917447-2353-4D4D-935F-CF9279F1464F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -865,10 +671,6 @@ Global {97917447-2353-4D4D-935F-CF9279F1464F}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {97917447-2353-4D4D-935F-CF9279F1464F}.Release|Any CPU.ActiveCfg = Release|Any CPU {97917447-2353-4D4D-935F-CF9279F1464F}.Release|Any CPU.Build.0 = Release|Any CPU - {97917447-2353-4D4D-935F-CF9279F1464F}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {97917447-2353-4D4D-935F-CF9279F1464F}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {97917447-2353-4D4D-935F-CF9279F1464F}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {97917447-2353-4D4D-935F-CF9279F1464F}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {CB1E8B1F-E019-498A-8E4E-117012F6368C}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {CB1E8B1F-E019-498A-8E4E-117012F6368C}.Canary|Any CPU.Build.0 = Canary|Any CPU {CB1E8B1F-E019-498A-8E4E-117012F6368C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -877,10 +679,6 @@ Global {CB1E8B1F-E019-498A-8E4E-117012F6368C}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {CB1E8B1F-E019-498A-8E4E-117012F6368C}.Release|Any CPU.ActiveCfg = Release|Any CPU {CB1E8B1F-E019-498A-8E4E-117012F6368C}.Release|Any CPU.Build.0 = Release|Any CPU - {CB1E8B1F-E019-498A-8E4E-117012F6368C}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {CB1E8B1F-E019-498A-8E4E-117012F6368C}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {CB1E8B1F-E019-498A-8E4E-117012F6368C}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {CB1E8B1F-E019-498A-8E4E-117012F6368C}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.Canary|Any CPU.Build.0 = Canary|Any CPU {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -889,10 +687,6 @@ Global {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.Release|Any CPU.ActiveCfg = Release|Any CPU {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.Release|Any CPU.Build.0 = Release|Any CPU - {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {9FCE31CF-18F7-4F24-8B73-799B3CB19D57}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.Canary|Any CPU.ActiveCfg = Debug|Any CPU {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.Canary|Any CPU.Build.0 = Debug|Any CPU {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -901,10 +695,6 @@ Global {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.Release|Any CPU.ActiveCfg = Release|Any CPU {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.Release|Any CPU.Build.0 = Release|Any CPU - {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.StableFull|Any CPU.ActiveCfg = Debug|Any CPU - {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.StableFull|Any CPU.Build.0 = Debug|Any CPU - {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.StableLite|Any CPU.ActiveCfg = Debug|Any CPU - {0F113F6F-775D-456D-93F7-B0D3BFEF8FB3}.StableLite|Any CPU.Build.0 = Debug|Any CPU {A58A93DE-0CBF-495B-8D29-761B1143AD32}.Canary|Any CPU.ActiveCfg = Debug|Any CPU {A58A93DE-0CBF-495B-8D29-761B1143AD32}.Canary|Any CPU.Build.0 = Debug|Any CPU {A58A93DE-0CBF-495B-8D29-761B1143AD32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -913,10 +703,6 @@ Global {A58A93DE-0CBF-495B-8D29-761B1143AD32}.Nightly|Any CPU.Build.0 = Debug|Any CPU {A58A93DE-0CBF-495B-8D29-761B1143AD32}.Release|Any CPU.ActiveCfg = Release|Any CPU {A58A93DE-0CBF-495B-8D29-761B1143AD32}.Release|Any CPU.Build.0 = Release|Any CPU - {A58A93DE-0CBF-495B-8D29-761B1143AD32}.StableFull|Any CPU.ActiveCfg = Debug|Any CPU - {A58A93DE-0CBF-495B-8D29-761B1143AD32}.StableFull|Any CPU.Build.0 = Debug|Any CPU - {A58A93DE-0CBF-495B-8D29-761B1143AD32}.StableLite|Any CPU.ActiveCfg = Debug|Any CPU - {A58A93DE-0CBF-495B-8D29-761B1143AD32}.StableLite|Any CPU.Build.0 = Debug|Any CPU {A7C0B094-539C-4283-AA9A-3959749886B7}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {A7C0B094-539C-4283-AA9A-3959749886B7}.Canary|Any CPU.Build.0 = Canary|Any CPU {A7C0B094-539C-4283-AA9A-3959749886B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -925,10 +711,6 @@ Global {A7C0B094-539C-4283-AA9A-3959749886B7}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {A7C0B094-539C-4283-AA9A-3959749886B7}.Release|Any CPU.ActiveCfg = Release|Any CPU {A7C0B094-539C-4283-AA9A-3959749886B7}.Release|Any CPU.Build.0 = Release|Any CPU - {A7C0B094-539C-4283-AA9A-3959749886B7}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {A7C0B094-539C-4283-AA9A-3959749886B7}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {A7C0B094-539C-4283-AA9A-3959749886B7}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {A7C0B094-539C-4283-AA9A-3959749886B7}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.Canary|Any CPU.ActiveCfg = Canary|Any CPU {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.Canary|Any CPU.Build.0 = Canary|Any CPU {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -937,10 +719,6 @@ Global {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.Nightly|Any CPU.Build.0 = Nightly|Any CPU {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.Release|Any CPU.ActiveCfg = Release|Any CPU {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.Release|Any CPU.Build.0 = Release|Any CPU - {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.StableFull|Any CPU.ActiveCfg = StableFull|Any CPU - {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.StableFull|Any CPU.Build.0 = StableFull|Any CPU - {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.StableLite|Any CPU.ActiveCfg = StableLite|Any CPU - {BE3A7DFA-3616-4840-B9CC-09E96CC894B4}.StableLite|Any CPU.Build.0 = StableLite|Any CPU {A59A87BE-E92A-4717-92DC-A2286EE812EC}.Canary|Any CPU.ActiveCfg = Debug|Any CPU {A59A87BE-E92A-4717-92DC-A2286EE812EC}.Canary|Any CPU.Build.0 = Debug|Any CPU {A59A87BE-E92A-4717-92DC-A2286EE812EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -949,10 +727,6 @@ Global {A59A87BE-E92A-4717-92DC-A2286EE812EC}.Nightly|Any CPU.Build.0 = Debug|Any CPU {A59A87BE-E92A-4717-92DC-A2286EE812EC}.Release|Any CPU.ActiveCfg = Release|Any CPU {A59A87BE-E92A-4717-92DC-A2286EE812EC}.Release|Any CPU.Build.0 = Release|Any CPU - {A59A87BE-E92A-4717-92DC-A2286EE812EC}.StableFull|Any CPU.ActiveCfg = Debug|Any CPU - {A59A87BE-E92A-4717-92DC-A2286EE812EC}.StableFull|Any CPU.Build.0 = Debug|Any CPU - {A59A87BE-E92A-4717-92DC-A2286EE812EC}.StableLite|Any CPU.ActiveCfg = Debug|Any CPU - {A59A87BE-E92A-4717-92DC-A2286EE812EC}.StableLite|Any CPU.Build.0 = Debug|Any CPU {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.Canary|Any CPU.ActiveCfg = Debug|Any CPU {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.Canary|Any CPU.Build.0 = Debug|Any CPU {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -961,10 +735,6 @@ Global {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.Nightly|Any CPU.Build.0 = Debug|Any CPU {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.Release|Any CPU.ActiveCfg = Release|Any CPU {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.Release|Any CPU.Build.0 = Release|Any CPU - {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.StableFull|Any CPU.ActiveCfg = Debug|Any CPU - {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.StableFull|Any CPU.Build.0 = Debug|Any CPU - {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.StableLite|Any CPU.ActiveCfg = Debug|Any CPU - {744D6A50-F8DB-4D5F-B571-34B0597E03B8}.StableLite|Any CPU.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Buttons/Krypton.Toolkit.Suite.Extended.Buttons 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Buttons/Krypton.Toolkit.Suite.Extended.Buttons 2022.csproj index 030aff8c7..de8c02638 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Buttons/Krypton.Toolkit.Suite.Extended.Buttons 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Buttons/Krypton.Toolkit.Suite.Extended.Buttons 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -40,7 +34,7 @@ false true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -57,9 +51,9 @@ - + - Krypton.Toolkit.Suite.Extended.Buttons.Signed + Krypton.Toolkit.Suite.Extended.Buttons @@ -87,7 +81,7 @@ - + @@ -101,7 +95,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Calendar/Krypton.Toolkit.Suite.Extended.Calendar 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Calendar/Krypton.Toolkit.Suite.Extended.Calendar 2022.csproj index 9e36e2ebf..2d99bf79f 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Calendar/Krypton.Toolkit.Suite.Extended.Calendar 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Calendar/Krypton.Toolkit.Suite.Extended.Calendar 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -40,7 +34,7 @@ false true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -57,9 +51,9 @@ - + - Krypton.Toolkit.Suite.Extended.Calendar.Signed + Krypton.Toolkit.Suite.Extended.Calendar @@ -87,7 +81,7 @@ - + @@ -101,7 +95,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.CheckSum.Tools/Krypton.Toolkit.Suite.Extended.CheckSum.Tools 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.CheckSum.Tools/Krypton.Toolkit.Suite.Extended.CheckSum.Tools 2022.csproj index ff968beb2..bbcae15d8 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.CheckSum.Tools/Krypton.Toolkit.Suite.Extended.CheckSum.Tools 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.CheckSum.Tools/Krypton.Toolkit.Suite.Extended.CheckSum.Tools 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.CheckSum.Tools.Signed + Krypton.Toolkit.Suite.Extended.CheckSum.Tools @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar 2022.csproj index 7efb12f89..7c3fa3748 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Circular.ProgressBar.Signed + Krypton.Toolkit.Suite.Extended.Circular.ProgressBar @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.ComboBox/Krypton.Toolkit.Suite.Extended.ComboBox 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.ComboBox/Krypton.Toolkit.Suite.Extended.ComboBox 2022.csproj index da1552510..bfcfb58cd 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.ComboBox/Krypton.Toolkit.Suite.Extended.ComboBox 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.ComboBox/Krypton.Toolkit.Suite.Extended.ComboBox 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.ComboBox.Signed + Krypton.Toolkit.Suite.Extended.ComboBox @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Common/Krypton.Toolkit.Suite.Extended.Common 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Common/Krypton.Toolkit.Suite.Extended.Common 2022.csproj index 9924f2642..4d9765c65 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Common/Krypton.Toolkit.Suite.Extended.Common 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Common/Krypton.Toolkit.Suite.Extended.Common 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Common.Signed + Krypton.Toolkit.Suite.Extended.Common @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Compression/Krypton.Toolkit.Suite.Extended.Compression 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Compression/Krypton.Toolkit.Suite.Extended.Compression 2022.csproj index 953537b8f..3841c8a1b 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Compression/Krypton.Toolkit.Suite.Extended.Compression 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Compression/Krypton.Toolkit.Suite.Extended.Compression 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Compression.Signed + Krypton.Toolkit.Suite.Extended.Compression @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Controls/Krypton - Backup.Toolkit.Suite.Extended.Controls 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Controls/Krypton - Backup.Toolkit.Suite.Extended.Controls 2022.csproj index bfa09c8d2..b206fdb71 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Controls/Krypton - Backup.Toolkit.Suite.Extended.Controls 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Controls/Krypton - Backup.Toolkit.Suite.Extended.Controls 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -38,7 +32,7 @@ Krypton.Toolkit.Suite.Extended.Controls true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -55,9 +49,9 @@ - + - Krypton.Toolkit.Suite.Extended.Controls.Signed + Krypton.Toolkit.Suite.Extended.Controls @@ -99,7 +93,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Controls/Krypton.Toolkit.Suite.Extended.Controls 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Controls/Krypton.Toolkit.Suite.Extended.Controls 2022.csproj index 94bbeb106..b63600cf2 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Controls/Krypton.Toolkit.Suite.Extended.Controls 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Controls/Krypton.Toolkit.Suite.Extended.Controls 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Controls.Signed + Krypton.Toolkit.Suite.Extended.Controls @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Core/Krypton.Toolkit.Suite.Extended.Core 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Core/Krypton.Toolkit.Suite.Extended.Core 2022.csproj index b246c8398..df92e31d5 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Core/Krypton.Toolkit.Suite.Extended.Core 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Core/Krypton.Toolkit.Suite.Extended.Core 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Core.Signed + Krypton.Toolkit.Suite.Extended.Core @@ -88,13 +82,13 @@ - + - + - + - + @@ -114,7 +108,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Data.Visualisation/Krypton.Toolkit.Suite.Extended.Data.Visualisation 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Data.Visualisation/Krypton.Toolkit.Suite.Extended.Data.Visualisation 2022.csproj index 4594dc5c3..498516d10 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Data.Visualisation/Krypton.Toolkit.Suite.Extended.Data.Visualisation 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Data.Visualisation/Krypton.Toolkit.Suite.Extended.Data.Visualisation 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Data.Visualisation.Signed + Krypton.Toolkit.Suite.Extended.Data.Visualisation @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.DataGridView/Krypton.Toolkit.Suite.Extended.DataGridView 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.DataGridView/Krypton.Toolkit.Suite.Extended.DataGridView 2022.csproj index 9a5a3ca72..f713fcd03 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.DataGridView/Krypton.Toolkit.Suite.Extended.DataGridView 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.DataGridView/Krypton.Toolkit.Suite.Extended.DataGridView 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.DataGridView.Signed + Krypton.Toolkit.Suite.Extended.DataGridView @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Developer.Utilities/Krypton.Toolkit.Suite.Extended.Developer.Utilities 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Developer.Utilities/Krypton.Toolkit.Suite.Extended.Developer.Utilities 2022.csproj index fdfe3a6d4..b980a6c46 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Developer.Utilities/Krypton.Toolkit.Suite.Extended.Developer.Utilities 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Developer.Utilities/Krypton.Toolkit.Suite.Extended.Developer.Utilities 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Developer.Utilities.Signed + Krypton.Toolkit.Suite.Extended.Developer.Utilities @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Dialogs/Krypton.Toolkit.Suite.Extended.Dialogs 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Dialogs/Krypton.Toolkit.Suite.Extended.Dialogs 2022.csproj index a4eea6231..84f44acaa 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Dialogs/Krypton.Toolkit.Suite.Extended.Dialogs 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Dialogs/Krypton.Toolkit.Suite.Extended.Dialogs 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Dialogs.Signed + Krypton.Toolkit.Suite.Extended.Dialogs @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Dock.Extender/Krypton.Toolkit.Suite.Extended.Dock.Extender 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Dock.Extender/Krypton.Toolkit.Suite.Extended.Dock.Extender 2022.csproj index 18ecc2287..5bd74ee9f 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Dock.Extender/Krypton.Toolkit.Suite.Extended.Dock.Extender 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Dock.Extender/Krypton.Toolkit.Suite.Extended.Dock.Extender 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Dock.Extender.Signed + Krypton.Toolkit.Suite.Extended.Dock.Extender @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Drawing.Utilities/Krypton.Toolkit.Suite.Extended.Drawing.Utilities 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Drawing.Utilities/Krypton.Toolkit.Suite.Extended.Drawing.Utilities 2022.csproj index 986a31dc1..9bcf4aba4 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Drawing.Utilities/Krypton.Toolkit.Suite.Extended.Drawing.Utilities 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Drawing.Utilities/Krypton.Toolkit.Suite.Extended.Drawing.Utilities 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Drawing.Utilities.Signed + Krypton.Toolkit.Suite.Extended.Drawing.Utilities @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Drawing/Krypton.Toolkit.Suite.Extended.Drawing 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Drawing/Krypton.Toolkit.Suite.Extended.Drawing 2022.csproj index b65b1f681..4149f21aa 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Drawing/Krypton.Toolkit.Suite.Extended.Drawing 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Drawing/Krypton.Toolkit.Suite.Extended.Drawing 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Drawing.Signed + Krypton.Toolkit.Suite.Extended.Drawing @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Effects/Krypton.Toolkit.Suite.Extended.Effects 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Effects/Krypton.Toolkit.Suite.Extended.Effects 2022.csproj index 071636c93..c0e4d1256 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Effects/Krypton.Toolkit.Suite.Extended.Effects 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Effects/Krypton.Toolkit.Suite.Extended.Effects 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Effects.Signed + Krypton.Toolkit.Suite.Extended.Effects @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Error.Reporting/Krypton.Toolkit.Suite.Extended.Error.Reporting 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Error.Reporting/Krypton.Toolkit.Suite.Extended.Error.Reporting 2022.csproj index b58c659e1..a633da39c 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Error.Reporting/Krypton.Toolkit.Suite.Extended.Error.Reporting 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Error.Reporting/Krypton.Toolkit.Suite.Extended.Error.Reporting 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Error.Reporting.Signed + Krypton.Toolkit.Suite.Extended.Error.Reporting @@ -89,9 +83,9 @@ - + - + @@ -107,7 +101,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox/Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox/Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox 2022.csproj index 8a32e14a9..e1305748b 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox/Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox/Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox.Signed + Krypton.Toolkit.Suite.Extended.Fast.Coloured.TextBox @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.File.Copier/Krypton.Toolkit.Suite.Extended.File.Copier 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.File.Copier/Krypton.Toolkit.Suite.Extended.File.Copier 2022.csproj index cbb557977..df5a76fee 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.File.Copier/Krypton.Toolkit.Suite.Extended.File.Copier 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.File.Copier/Krypton.Toolkit.Suite.Extended.File.Copier 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.File.Copier.Signed + Krypton.Toolkit.Suite.Extended.File.Copier @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.File.Explorer/Krypton.Toolkit.Suite.Extended.File.Explorer 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.File.Explorer/Krypton.Toolkit.Suite.Extended.File.Explorer 2022.csproj index b398bfc84..e29c29c60 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.File.Explorer/Krypton.Toolkit.Suite.Extended.File.Explorer 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.File.Explorer/Krypton.Toolkit.Suite.Extended.File.Explorer 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.File.Explorer.Signed + Krypton.Toolkit.Suite.Extended.File.Explorer @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Floating.Toolbars/Krypton.Toolkit.Suite.Extended.Floating.Toolbars 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Floating.Toolbars/Krypton.Toolkit.Suite.Extended.Floating.Toolbars 2022.csproj index b013f1f21..d2f0c5559 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Floating.Toolbars/Krypton.Toolkit.Suite.Extended.Floating.Toolbars 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Floating.Toolbars/Krypton.Toolkit.Suite.Extended.Floating.Toolbars 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Floating.Toolbars.Signed + Krypton.Toolkit.Suite.Extended.Floating.Toolbars @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Forms/Krypton.Toolkit.Suite.Extended.Forms 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Forms/Krypton.Toolkit.Suite.Extended.Forms 2022.csproj index 694eb78ec..9ae291d59 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Forms/Krypton.Toolkit.Suite.Extended.Forms 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Forms/Krypton.Toolkit.Suite.Extended.Forms 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Forms.Signed + Krypton.Toolkit.Suite.Extended.Forms @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Gages/Krypton.Toolkit.Suite.Extended.Gages 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Gages/Krypton.Toolkit.Suite.Extended.Gages 2022.csproj index f105d8755..58b4c4a13 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Gages/Krypton.Toolkit.Suite.Extended.Gages 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Gages/Krypton.Toolkit.Suite.Extended.Gages 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Guages.Signed + Krypton.Toolkit.Suite.Extended.Guages @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Global.Utilities/Krypton.Toolkit.Suite.Extended.Global.Utilities 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Global.Utilities/Krypton.Toolkit.Suite.Extended.Global.Utilities 2022.csproj index c4a931a1f..77ba0f2a5 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Global.Utilities/Krypton.Toolkit.Suite.Extended.Global.Utilities 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Global.Utilities/Krypton.Toolkit.Suite.Extended.Global.Utilities 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Global.Utilities.Signed + Krypton.Toolkit.Suite.Extended.Global.Utilities @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.IO/Krypton.Toolkit.Suite.Extended.IO 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.IO/Krypton.Toolkit.Suite.Extended.IO 2022.csproj index 0451e1440..0817936a0 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.IO/Krypton.Toolkit.Suite.Extended.IO 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.IO/Krypton.Toolkit.Suite.Extended.IO 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.IO.Signed + Krypton.Toolkit.Suite.Extended.IO @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.InputBox/Krypton.Toolkit.Suite.Extended.InputBox 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.InputBox/Krypton.Toolkit.Suite.Extended.InputBox 2022.csproj index 8e3b4c20c..7f5a9f40c 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.InputBox/Krypton.Toolkit.Suite.Extended.InputBox 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.InputBox/Krypton.Toolkit.Suite.Extended.InputBox 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.InputBox.Signed + Krypton.Toolkit.Suite.Extended.InputBox @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Language.Model/Krypton.Toolkit.Suite.Extended.Language.Model 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Language.Model/Krypton.Toolkit.Suite.Extended.Language.Model 2022.csproj index 390dc2245..109a7e601 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Language.Model/Krypton.Toolkit.Suite.Extended.Language.Model 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Language.Model/Krypton.Toolkit.Suite.Extended.Language.Model 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Language.Model.Signed + Krypton.Toolkit.Suite.Extended.Language.Model @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Memory.Box/Krypton.Toolkit.Suite.Extended.Memory.Box 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Memory.Box/Krypton.Toolkit.Suite.Extended.Memory.Box 2022.csproj index 28ff560ca..31b832eec 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Memory.Box/Krypton.Toolkit.Suite.Extended.Memory.Box 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Memory.Box/Krypton.Toolkit.Suite.Extended.Memory.Box 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Memory.Box.Signed + Krypton.Toolkit.Suite.Extended.Memory.Box @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Messagebox/Krypton.Toolkit.Suite.Extended.Messagebox 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Messagebox/Krypton.Toolkit.Suite.Extended.Messagebox 2022.csproj index 80dfe527b..5f69bb8db 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Messagebox/Krypton.Toolkit.Suite.Extended.Messagebox 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Messagebox/Krypton.Toolkit.Suite.Extended.Messagebox 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Messagebox.Signed + Krypton.Toolkit.Suite.Extended.Messagebox @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Navi.Suite/Krypton.Toolkit.Suite.Extended.Navi.Suite 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Navi.Suite/Krypton.Toolkit.Suite.Extended.Navi.Suite 2022.csproj index 9ece450bb..269eff027 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Navi.Suite/Krypton.Toolkit.Suite.Extended.Navi.Suite 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Navi.Suite/Krypton.Toolkit.Suite.Extended.Navi.Suite 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Navi.Suite.Signed + Krypton.Toolkit.Suite.Extended.Navi.Suite @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Navigator/Krypton.Toolkit.Suite.Extended.Navigator 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Navigator/Krypton.Toolkit.Suite.Extended.Navigator 2022.csproj index 3c99a2427..4ebc8fbb0 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Navigator/Krypton.Toolkit.Suite.Extended.Navigator 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Navigator/Krypton.Toolkit.Suite.Extended.Navigator 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Navigator.Signed + Krypton.Toolkit.Suite.Extended.Navigator @@ -89,9 +83,9 @@ - + - + @@ -107,7 +101,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Networking/Krypton.Toolkit.Suite.Extended.Networking 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Networking/Krypton.Toolkit.Suite.Extended.Networking 2022.csproj index 1bdc66839..029c1dde1 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Networking/Krypton.Toolkit.Suite.Extended.Networking 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Networking/Krypton.Toolkit.Suite.Extended.Networking 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Networking.Signed + Krypton.Toolkit.Suite.Extended.Networking @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Notifications/Krypton.Toolkit.Suite.Extended.Notifications 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Notifications/Krypton.Toolkit.Suite.Extended.Notifications 2022.csproj index 0ec26ec4a..9cbddccd0 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Notifications/Krypton.Toolkit.Suite.Extended.Notifications 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Notifications/Krypton.Toolkit.Suite.Extended.Notifications 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Notifications.Signed + Krypton.Toolkit.Suite.Extended.Notifications @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Outlook.Grid/Krypton.Toolkit.Suite.Extended.Outlook.Grid 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Outlook.Grid/Krypton.Toolkit.Suite.Extended.Outlook.Grid 2022.csproj index 49d00c653..cb62180d8 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Outlook.Grid/Krypton.Toolkit.Suite.Extended.Outlook.Grid 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Outlook.Grid/Krypton.Toolkit.Suite.Extended.Outlook.Grid 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk--> true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Outlook.Grid.Signed + Krypton.Toolkit.Suite.Extended.Outlook.Grid @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.PDF/Krypton.Toolkit.Suite.Extended.PDF 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.PDF/Krypton.Toolkit.Suite.Extended.PDF 2022.csproj index f5aad66b6..2018b4ccd 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.PDF/Krypton.Toolkit.Suite.Extended.PDF 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.PDF/Krypton.Toolkit.Suite.Extended.PDF 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.PDF.Signed + Krypton.Toolkit.Suite.Extended.PDF @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Palette.Selectors/Krypton.Toolkit.Suite.Extended.Palette.Selectors 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Palette.Selectors/Krypton.Toolkit.Suite.Extended.Palette.Selectors 2022.csproj index aede52552..fb9c4e725 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Palette.Selectors/Krypton.Toolkit.Suite.Extended.Palette.Selectors 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Palette.Selectors/Krypton.Toolkit.Suite.Extended.Palette.Selectors 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Palette.Selectors.Signed + Krypton.Toolkit.Suite.Extended.Palette.Selectors @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Panels/Krypton.Toolkit.Suite.Extended.Panels 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Panels/Krypton.Toolkit.Suite.Extended.Panels 2022.csproj index 7b34bca01..9aed0c785 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Panels/Krypton.Toolkit.Suite.Extended.Panels 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Panels/Krypton.Toolkit.Suite.Extended.Panels 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Panels.Signed + Krypton.Toolkit.Suite.Extended.Panels @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Resources/Krypton.Toolkit.Suite.Extended.Resources 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Resources/Krypton.Toolkit.Suite.Extended.Resources 2022.csproj index 3d7731a4f..45f05fa61 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Resources/Krypton.Toolkit.Suite.Extended.Resources 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Resources/Krypton.Toolkit.Suite.Extended.Resources 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Resources.Signed + Krypton.Toolkit.Suite.Extended.Resources @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Ribbon/Krypton.Toolkit.Suite.Extended.Ribbon 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Ribbon/Krypton.Toolkit.Suite.Extended.Ribbon 2022.csproj index e9c891669..60825ee5a 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Ribbon/Krypton.Toolkit.Suite.Extended.Ribbon 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Ribbon/Krypton.Toolkit.Suite.Extended.Ribbon 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Ribbon.Signed + Krypton.Toolkit.Suite.Extended.Ribbon @@ -89,9 +83,9 @@ - + - + @@ -107,7 +101,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Settings/Krypton.Toolkit.Suite.Extended.Settings 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Settings/Krypton.Toolkit.Suite.Extended.Settings 2022.csproj index 413ed0dbf..70c4ee735 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Settings/Krypton.Toolkit.Suite.Extended.Settings 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Settings/Krypton.Toolkit.Suite.Extended.Settings 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Settings.Signed + Krypton.Toolkit.Suite.Extended.Settings @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Shared/Krypton - Backup.Toolkit.Suite.Extended.Shared 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Shared/Krypton - Backup.Toolkit.Suite.Extended.Shared 2022.csproj index bfcf43086..96af2a231 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Shared/Krypton - Backup.Toolkit.Suite.Extended.Shared 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Shared/Krypton - Backup.Toolkit.Suite.Extended.Shared 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -37,7 +31,7 @@ Krypton.Toolkit.Suite.Extended.Shared Krypton.Toolkit.Suite.Extended.Shared true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -54,9 +48,9 @@ - + - Krypton.Toolkit.Suite.Extended.Shared.Signed + Krypton.Toolkit.Suite.Extended.Shared @@ -98,7 +92,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Shared/Krypton.Toolkit.Suite.Extended.Shared 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Shared/Krypton.Toolkit.Suite.Extended.Shared 2022.csproj index 58e1132f4..f5e8c4928 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Shared/Krypton.Toolkit.Suite.Extended.Shared 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Shared/Krypton.Toolkit.Suite.Extended.Shared 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Shared.Signed + Krypton.Toolkit.Suite.Extended.Shared @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Software.Updater/Krypton.Toolkit.Suite.Extended.Software.Updater 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Software.Updater/Krypton.Toolkit.Suite.Extended.Software.Updater 2022.csproj index a4a9fa7e5..b9965646f 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Software.Updater/Krypton.Toolkit.Suite.Extended.Software.Updater 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Software.Updater/Krypton.Toolkit.Suite.Extended.Software.Updater 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Software.Updater.Signed + Krypton.Toolkit.Suite.Extended.Software.Updater @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Specialised.Dialogs/Krypton.Toolkit.Suite.Extended.Specialised.Dialogs 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Specialised.Dialogs/Krypton.Toolkit.Suite.Extended.Specialised.Dialogs 2022.csproj index 5f7d2d7df..fdc3dc9d5 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Specialised.Dialogs/Krypton.Toolkit.Suite.Extended.Specialised.Dialogs 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Specialised.Dialogs/Krypton.Toolkit.Suite.Extended.Specialised.Dialogs 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Specialised.Dialogs.Signed + Krypton.Toolkit.Suite.Extended.Specialised.Dialogs @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.TaskDialogs/Krypton.Toolkit.Suite.Extended.TaskDialogs 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.TaskDialogs/Krypton.Toolkit.Suite.Extended.TaskDialogs 2022.csproj index 1cd01ce3d..6d4008836 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.TaskDialogs/Krypton.Toolkit.Suite.Extended.TaskDialogs 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.TaskDialogs/Krypton.Toolkit.Suite.Extended.TaskDialogs 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.TaskDialogs.Signed + Krypton.Toolkit.Suite.Extended.TaskDialogs @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Theme.Switcher/Krypton.Toolkit.Suite.Extended.Theme.Switcher 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Theme.Switcher/Krypton.Toolkit.Suite.Extended.Theme.Switcher 2022.csproj index 004654fee..0a4a8f332 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Theme.Switcher/Krypton.Toolkit.Suite.Extended.Theme.Switcher 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Theme.Switcher/Krypton.Toolkit.Suite.Extended.Theme.Switcher 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Theme.Switcher.Signed + Krypton.Toolkit.Suite.Extended.Theme.Switcher @@ -89,9 +83,9 @@ - + - + @@ -107,7 +101,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Themes/Krypton.Toolkit.Suite.Extended.Themes 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Themes/Krypton.Toolkit.Suite.Extended.Themes 2022.csproj index 674d2db90..2bb142caa 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Themes/Krypton.Toolkit.Suite.Extended.Themes 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Themes/Krypton.Toolkit.Suite.Extended.Themes 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Themes.Signed + Krypton.Toolkit.Suite.Extended.Themes @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Toast/Krypton.Toolkit.Suite.Extended.Toast 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Toast/Krypton.Toolkit.Suite.Extended.Toast 2022.csproj index 352503610..0f18dd86f 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Toast/Krypton.Toolkit.Suite.Extended.Toast 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Toast/Krypton.Toolkit.Suite.Extended.Toast 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Toast.Signed + Krypton.Toolkit.Suite.Extended.Toast @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Toggle.Switch/Krypton.Toolkit.Suite.Extended.Toggle.Switch 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Toggle.Switch/Krypton.Toolkit.Suite.Extended.Toggle.Switch 2022.csproj index 220f85b9c..9250e2ae3 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Toggle.Switch/Krypton.Toolkit.Suite.Extended.Toggle.Switch 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Toggle.Switch/Krypton.Toolkit.Suite.Extended.Toggle.Switch 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Toggle.Switch.Signed + Krypton.Toolkit.Suite.Extended.Toggle.Switch @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tool.Box/Krypton.Toolkit.Suite.Extended.Tool.Box 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tool.Box/Krypton.Toolkit.Suite.Extended.Tool.Box 2022.csproj index b3a4ec93b..2f267172f 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tool.Box/Krypton.Toolkit.Suite.Extended.Tool.Box 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tool.Box/Krypton.Toolkit.Suite.Extended.Tool.Box 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Tool.Box.Signed + Krypton.Toolkit.Suite.Extended.Tool.Box @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tool.Strip.Items/Krypton.Toolkit.Suite.Extended.Tool.Strip.Items 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tool.Strip.Items/Krypton.Toolkit.Suite.Extended.Tool.Strip.Items 2022.csproj index 0cb2c3056..f30d45fba 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tool.Strip.Items/Krypton.Toolkit.Suite.Extended.Tool.Strip.Items 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tool.Strip.Items/Krypton.Toolkit.Suite.Extended.Tool.Strip.Items 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Tool.Strip.Items.Signed + Krypton.Toolkit.Suite.Extended.Tool.Strip.Items @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tools/Krypton.Toolkit.Suite.Extended.Tools 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tools/Krypton.Toolkit.Suite.Extended.Tools 2022.csproj index 715dc3260..38b7fc4bb 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tools/Krypton.Toolkit.Suite.Extended.Tools 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Tools/Krypton.Toolkit.Suite.Extended.Tools 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Tools.Signed + Krypton.Toolkit.Suite.Extended.Tools @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.TreeGridView/Krypton.Toolkit.Suite.Extended.TreeGridView 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.TreeGridView/Krypton.Toolkit.Suite.Extended.TreeGridView 2022.csproj index 4d34d1f4c..9f245e98f 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.TreeGridView/Krypton.Toolkit.Suite.Extended.TreeGridView 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.TreeGridView/Krypton.Toolkit.Suite.Extended.TreeGridView 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -45,7 +39,7 @@ true latest en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -62,9 +56,9 @@ - + - Krypton.Toolkit.Suite.Extended.TreeGridView.Signed + Krypton.Toolkit.Suite.Extended.TreeGridView @@ -92,7 +86,7 @@ - + @@ -106,7 +100,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Utilities/Krypton.Toolkit.Suite.Extended.Utilities 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Utilities/Krypton.Toolkit.Suite.Extended.Utilities 2022.csproj index 65c47ea20..a4ffad502 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Utilities/Krypton.Toolkit.Suite.Extended.Utilities 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Utilities/Krypton.Toolkit.Suite.Extended.Utilities 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk true - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.Utilities.Signed + Krypton.Toolkit.Suite.Extended.Utilities @@ -88,7 +82,7 @@ - + @@ -102,7 +96,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView/Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView/Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView 2022.csproj index d7fef1f11..cd9c2ae1a 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView/Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView/Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -41,7 +35,7 @@ True StrongKrypton.snk en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -58,9 +52,9 @@ - + - Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView.Signed + Krypton.Toolkit.Suite.Extended.VirtualTreeColumnView @@ -93,7 +87,7 @@ - + @@ -107,7 +101,7 @@ - + preview diff --git a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Wizard/Krypton.Toolkit.Suite.Extended.Wizard 2022.csproj b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Wizard/Krypton.Toolkit.Suite.Extended.Wizard 2022.csproj index c061bb405..2ee97e9bc 100644 --- a/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Wizard/Krypton.Toolkit.Suite.Extended.Wizard 2022.csproj +++ b/Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Wizard/Krypton.Toolkit.Suite.Extended.Wizard 2022.csproj @@ -13,17 +13,11 @@ - + net462;net47;net471;net472;net48;net481;netcoreapp3.1;net6.0-windows;net7.0-windows - - - - net48;net481;net60-windows;net7.0-windows - - @@ -42,7 +36,7 @@ StrongKrypton.snk true en - Debug;Release;Nightly;Canary;StableFull;StableLite + Debug;Release;Nightly;Canary @@ -59,9 +53,9 @@ - + - Krypton.Toolkit.Suite.Extended.Wizard.Signed + Krypton.Toolkit.Suite.Extended.Wizard @@ -89,7 +83,7 @@ - + @@ -103,7 +97,7 @@ - + preview From 0e7d1df2168440a0be8a827484048f1b6845b773 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Tue, 20 Dec 2022 17:24:58 +0000 Subject: [PATCH 2/2] Update Prerequisites.md --- Documents/Help/Prerequisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documents/Help/Prerequisites.md b/Documents/Help/Prerequisites.md index edf314a7e..f245be834 100644 --- a/Documents/Help/Prerequisites.md +++ b/Documents/Help/Prerequisites.md @@ -17,5 +17,6 @@ Before you can use some Extended Toolkit components, you will need to install so | | ![Nuget](https://img.shields.io/nuget/v/Krypton.Toolkit.Suite.Extended.Persistence) | [](https://www.nuget.org/packages/Krypton.Toolkit.Suite.Extended.Persistence/) | ![GitHub](https://img.shields.io/github/license/Krypton-Suite/Extended-Toolkit.svg) | | | ![Nuget](https://img.shields.io/nuget/v/Krypton.Toolkit.Suite.Extended.Resources) | [](https://www.nuget.org/packages/Krypton.Toolkit.Suite.Extended.Resources/) | ![GitHub](https://img.shields.io/github/license/Krypton-Suite/Extended-Toolkit.svg) | | | ![Nuget](https://img.shields.io/nuget/v/Krypton.Toolkit.Suite.Extended.Settings) | [](https://www.nuget.org/packages/Krypton.Toolkit.Suite.Extended.Settings/) | ![GitHub](https://img.shields.io/github/license/Krypton-Suite/Extended-Toolkit.svg) | +| | ![Nuget](https://img.shields.io/nuget/v/Krypton.Toolkit.Suite.Extended.Shared) | [](https://www.nuget.org/packages/Krypton.Toolkit.Suite.Extended.Shared/) | ![GitHub](https://img.shields.io/github/license/Krypton-Suite/Extended-Toolkit.svg) | | | ![Nuget](https://img.shields.io/nuget/v/Krypton.Toolkit.Suite.Extended.Control.Settings) | [](https://www.nuget.org/packages/Krypton.Toolkit.Suite.Extended.Control.Settings/) | ![GitHub](https://img.shields.io/github/license/Krypton-Suite/Extended-Toolkit.svg) | | | ![Nuget](https://img.shields.io/nuget/v/Krypton.Toolkit.Suite.Extended.Utilities) | [](https://www.nuget.org/packages/Krypton.Toolkit.Suite.Extended.Utilities/) | ![GitHub](https://img.shields.io/github/license/Krypton-Suite/Extended-Toolkit.svg) | \ No newline at end of file