From cb24a9c5b5602da2f63fb8372178bd5517585520 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 26 Feb 2021 00:09:40 -0500 Subject: rename example projects --- IRCSharp.sln | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IRCSharp.sln') diff --git a/IRCSharp.sln b/IRCSharp.sln index 1a79759..4f1539a 100644 --- a/IRCSharp.sln +++ b/IRCSharp.sln @@ -5,11 +5,11 @@ VisualStudioVersion = 16.0.30011.22 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IRCTokens", "IRCTokens\IRCTokens.csproj", "{9E812F45-B2CD-42D2-8378-EBEBF8697905}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TokensSample", "Examples\Tokens\TokensSample.csproj", "{A45DA39B-6B47-4713-8049-3B36E0235B67}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tokens", "Examples\Tokens\Tokens.csproj", "{A45DA39B-6B47-4713-8049-3B36E0235B67}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IRCStates", "IRCStates\IRCStates.csproj", "{233E3CB4-61F1-4368-9139-7E9F4A58ED2D}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatesSample", "Examples\States\StatesSample.csproj", "{BC9F6696-9D83-4F7A-9E15-CE4D3626C1AF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "States", "Examples\States\States.csproj", "{BC9F6696-9D83-4F7A-9E15-CE4D3626C1AF}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A85EB22-D7B4-417F-AC3B-DAFD97DDEA08}" ProjectSection(SolutionItems) = preProject -- cgit 1.4.1