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