From f99d41d948f9eb158d1407b3891ea6a54ce3a45f Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Sun, 20 Jun 2021 18:53:16 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Renames=20Dotnet=20to=20Solution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dotnet.code-workspace => Solution.code-workspace | 0 Dotnet.sln => Solution.sln | 2 ++ Dotnet.sln.DotSettings => Solution.sln.DotSettings | 0 3 files changed, 2 insertions(+) rename Dotnet.code-workspace => Solution.code-workspace (100%) rename Dotnet.sln => Solution.sln (92%) rename Dotnet.sln.DotSettings => Solution.sln.DotSettings (100%) diff --git a/Dotnet.code-workspace b/Solution.code-workspace similarity index 100% rename from Dotnet.code-workspace rename to Solution.code-workspace diff --git a/Dotnet.sln b/Solution.sln similarity index 92% rename from Dotnet.sln rename to Solution.sln index 308be35..9daa88f 100644 --- a/Dotnet.sln +++ b/Solution.sln @@ -19,6 +19,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52270E06-D3B EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FAAB5E4-2D81-4062-90D2-6F68DF746BD2}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{95906F8E-04C3-49F0-96D5-D6B78A8FF9C9}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/Dotnet.sln.DotSettings b/Solution.sln.DotSettings similarity index 100% rename from Dotnet.sln.DotSettings rename to Solution.sln.DotSettings