From 6a5c507936f602764464d2c358c8cf17da36374b Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Fri, 9 Apr 2021 13:59:48 +0200 Subject: [PATCH] Rename 'Demo' example to 'Showcase' --- .../Console/{Demo => Showcase}/ColorBox.cs | 2 +- .../{Demo => Showcase}/ExceptionGenerator.cs | 2 +- .../Console/{Demo => Showcase}/Program.cs | 2 +- .../Demo.csproj => Showcase/Showcase.csproj} | 11 +---- src/Spectre.Console.sln | 43 ++++++------------- 5 files changed, 18 insertions(+), 42 deletions(-) rename examples/Console/{Demo => Showcase}/ColorBox.cs (99%) rename examples/Console/{Demo => Showcase}/ExceptionGenerator.cs (97%) rename examples/Console/{Demo => Showcase}/Program.cs (99%) rename examples/Console/{Demo/Demo.csproj => Showcase/Showcase.csproj} (63%) diff --git a/examples/Console/Demo/ColorBox.cs b/examples/Console/Showcase/ColorBox.cs similarity index 99% rename from examples/Console/Demo/ColorBox.cs rename to examples/Console/Showcase/ColorBox.cs index 44b37b7..4060c32 100644 --- a/examples/Console/Demo/ColorBox.cs +++ b/examples/Console/Showcase/ColorBox.cs @@ -3,7 +3,7 @@ using System.Diagnostics; using Spectre.Console; using Spectre.Console.Rendering; -namespace Demo +namespace Showcase { public static partial class Program { diff --git a/examples/Console/Demo/ExceptionGenerator.cs b/examples/Console/Showcase/ExceptionGenerator.cs similarity index 97% rename from examples/Console/Demo/ExceptionGenerator.cs rename to examples/Console/Showcase/ExceptionGenerator.cs index c9ec004..baa6625 100644 --- a/examples/Console/Demo/ExceptionGenerator.cs +++ b/examples/Console/Showcase/ExceptionGenerator.cs @@ -1,7 +1,7 @@ using System; using Spectre.Console; -namespace Demo +namespace Showcase { public static class ExceptionGenerator { diff --git a/examples/Console/Demo/Program.cs b/examples/Console/Showcase/Program.cs similarity index 99% rename from examples/Console/Demo/Program.cs rename to examples/Console/Showcase/Program.cs index 79d306a..f91a376 100644 --- a/examples/Console/Demo/Program.cs +++ b/examples/Console/Showcase/Program.cs @@ -4,7 +4,7 @@ using SixLabors.ImageSharp.Processing; using System.Threading; using Spectre.Console.Rendering; -namespace Demo +namespace Showcase { public static partial class Program { diff --git a/examples/Console/Demo/Demo.csproj b/examples/Console/Showcase/Showcase.csproj similarity index 63% rename from examples/Console/Demo/Demo.csproj rename to examples/Console/Showcase/Showcase.csproj index d22300f..99dea6d 100644 --- a/examples/Console/Demo/Demo.csproj +++ b/examples/Console/Showcase/Showcase.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - Demo + Showcase Demonstation of Spectre.Console. Misc @@ -13,13 +13,4 @@ - - - PreserveNewest - - - PreserveNewest - - - diff --git a/src/Spectre.Console.sln b/src/Spectre.Console.sln index 5819ad1..2962472 100644 --- a/src/Spectre.Console.sln +++ b/src/Spectre.Console.sln @@ -68,8 +68,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cli", "Cli", "{42792D7F-0BB EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Delegates", "..\examples\Cli\Delegates\Delegates.csproj", "{2E8E045D-1D9F-43B5-BFBD-7073F60DCEBB}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "..\examples\Cli\Demo\Demo.csproj", "{5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dynamic", "..\examples\Cli\Dynamic\Dynamic.csproj", "{E9C02C5A-710C-4A57-A008-E3EAC89305CC}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Injection", "..\examples\Cli\Injection\Injection.csproj", "{F83CB4F1-95B8-45A4-A415-6DB5F8CA1E12}" @@ -82,7 +80,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trees", "..\examples\Consol EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logging", "..\examples\Cli\Logging\Logging.csproj", "{33C7075A-DF97-44FC-8AB3-0CCFBA03341A}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "..\examples\Console\Demo\Demo.csproj", "{A6B621B4-24D6-461D-9104-A94C9B5D9EB4}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Showcase", "..\examples\Console\Showcase\Showcase.csproj", "{4C30C028-E97D-4B4C-AD17-C90F338A4DFF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -370,18 +368,6 @@ Global {2E8E045D-1D9F-43B5-BFBD-7073F60DCEBB}.Release|x64.Build.0 = Release|Any CPU {2E8E045D-1D9F-43B5-BFBD-7073F60DCEBB}.Release|x86.ActiveCfg = Release|Any CPU {2E8E045D-1D9F-43B5-BFBD-7073F60DCEBB}.Release|x86.Build.0 = Release|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Debug|x64.ActiveCfg = Debug|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Debug|x64.Build.0 = Debug|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Debug|x86.ActiveCfg = Debug|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Debug|x86.Build.0 = Debug|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Release|Any CPU.Build.0 = Release|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Release|x64.ActiveCfg = Release|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Release|x64.Build.0 = Release|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Release|x86.ActiveCfg = Release|Any CPU - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C}.Release|x86.Build.0 = Release|Any CPU {E9C02C5A-710C-4A57-A008-E3EAC89305CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E9C02C5A-710C-4A57-A008-E3EAC89305CC}.Debug|Any CPU.Build.0 = Debug|Any CPU {E9C02C5A-710C-4A57-A008-E3EAC89305CC}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -442,18 +428,18 @@ Global {33C7075A-DF97-44FC-8AB3-0CCFBA03341A}.Release|x64.Build.0 = Release|Any CPU {33C7075A-DF97-44FC-8AB3-0CCFBA03341A}.Release|x86.ActiveCfg = Release|Any CPU {33C7075A-DF97-44FC-8AB3-0CCFBA03341A}.Release|x86.Build.0 = Release|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Debug|x64.ActiveCfg = Debug|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Debug|x64.Build.0 = Debug|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Debug|x86.ActiveCfg = Debug|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Debug|x86.Build.0 = Debug|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Release|Any CPU.Build.0 = Release|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Release|x64.ActiveCfg = Release|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Release|x64.Build.0 = Release|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Release|x86.ActiveCfg = Release|Any CPU - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4}.Release|x86.Build.0 = Release|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Debug|x64.ActiveCfg = Debug|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Debug|x64.Build.0 = Debug|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Debug|x86.ActiveCfg = Debug|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Debug|x86.Build.0 = Debug|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Release|Any CPU.Build.0 = Release|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Release|x64.ActiveCfg = Release|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Release|x64.Build.0 = Release|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Release|x86.ActiveCfg = Release|Any CPU + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -482,12 +468,11 @@ Global {0A1AFD26-86A0-4060-B277-D380172C7070} = {F0575243-121F-4DEE-9F6B-246E26DC0844} {42792D7F-0BB6-4EE1-A314-8889305A4C48} = {F0575243-121F-4DEE-9F6B-246E26DC0844} {2E8E045D-1D9F-43B5-BFBD-7073F60DCEBB} = {42792D7F-0BB6-4EE1-A314-8889305A4C48} - {5734CB0C-CF2A-44E1-B017-AEFA34A4C39C} = {42792D7F-0BB6-4EE1-A314-8889305A4C48} {E9C02C5A-710C-4A57-A008-E3EAC89305CC} = {42792D7F-0BB6-4EE1-A314-8889305A4C48} {F83CB4F1-95B8-45A4-A415-6DB5F8CA1E12} = {42792D7F-0BB6-4EE1-A314-8889305A4C48} {CA7AF967-3FA5-4CB1-9564-740CF4527895} = {F0575243-121F-4DEE-9F6B-246E26DC0844} {33C7075A-DF97-44FC-8AB3-0CCFBA03341A} = {42792D7F-0BB6-4EE1-A314-8889305A4C48} - {A6B621B4-24D6-461D-9104-A94C9B5D9EB4} = {F0575243-121F-4DEE-9F6B-246E26DC0844} + {4C30C028-E97D-4B4C-AD17-C90F338A4DFF} = {F0575243-121F-4DEE-9F6B-246E26DC0844} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {5729B071-67A0-48FB-8B1B-275E6822086C}