Rename 'Demo' example to 'Showcase'

This commit is contained in:
Patrik Svensson 2021-04-09 13:59:48 +02:00 committed by Patrik Svensson
parent efa3d3b130
commit 6a5c507936
5 changed files with 18 additions and 42 deletions

View File

@ -3,7 +3,7 @@ using System.Diagnostics;
using Spectre.Console;
using Spectre.Console.Rendering;
namespace Demo
namespace Showcase
{
public static partial class Program
{

View File

@ -1,7 +1,7 @@
using System;
using Spectre.Console;
namespace Demo
namespace Showcase
{
public static class ExceptionGenerator
{

View File

@ -4,7 +4,7 @@ using SixLabors.ImageSharp.Processing;
using System.Threading;
using Spectre.Console.Rendering;
namespace Demo
namespace Showcase
{
public static partial class Program
{

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ExampleTitle>Demo</ExampleTitle>
<ExampleTitle>Showcase</ExampleTitle>
<ExampleDescription>Demonstation of Spectre.Console.</ExampleDescription>
<ExampleGroup>Misc</ExampleGroup>
</PropertyGroup>
@ -13,13 +13,4 @@
<ProjectReference Include="..\..\..\src\Spectre.Console.ImageSharp\Spectre.Console.ImageSharp.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="linux.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="smiley.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View File

@ -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}