From 6683d94f0b45dd463b3f1afecd751acb49210307 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Thu, 28 Jul 2022 22:32:27 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Prefers=20l?= =?UTF-8?q?ocal=20configuration=20files=20over=20submodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Solution.sln | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/Solution.sln b/Solution.sln index a83c4eb..f8e9e80 100644 --- a/Solution.sln +++ b/Solution.sln @@ -3,18 +3,25 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31512.422 MinimumVisualStudioVersion = 15.0.26124.0 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{C78AC8C6-8CE2-4C77-9493-3E6F22D4F82B}" + ProjectSection(SolutionItems) = preProject + LICENSE.md = LICENSE.md + .config\assets\nuget.png = .config\assets\nuget.png + README.md = README.md + EndProjectSection +EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{0577A3E6-642A-4865-90E7-70103A1B0880}" ProjectSection(SolutionItems) = preProject - .config\.editorconfig = .config\.editorconfig - .config\.gitignore-dotnet = .config\.gitignore-dotnet - azure-pipelines.yml = azure-pipelines.yml - .config\Directory.Build.props = .config\Directory.Build.props - .config\Directory.Build.targets = .config\Directory.Build.targets - .config\dotnet.ruleset = .config\dotnet.ruleset - .config\GitVersion.yml = .config\GitVersion.yml - LICENSE.md = LICENSE.md - .config\stylecop.json = .config\stylecop.json - .config\xunit.runner.json = .config\xunit.runner.json + .editorconfig = .editorconfig + .gitignore = .gitignore + .globalconfig = .globalconfig + .runsettings = .runsettings + Directory.Build.props = Directory.Build.props + Directory.Build.targets = Directory.Build.targets + dotnet.ruleset = dotnet.ruleset + GitVersion.yml = GitVersion.yml + stylecop.json = stylecop.json + xunit.runner.json = xunit.runner.json EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52270E06-D3BB-4B8E-A261-377E460B5FD5}" @@ -23,20 +30,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52270E06-D3B EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FAAB5E4-2D81-4062-90D2-6F68DF746BD2}" + ProjectSection(SolutionItems) = preProject + tests\Directory.Build.props = tests\Directory.Build.props + EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{95906F8E-04C3-49F0-96D5-D6B78A8FF9C9}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{C78AC8C6-8CE2-4C77-9493-3E6F22D4F82B}" ProjectSection(SolutionItems) = preProject - .config\assets\nuget.png = .config\assets\nuget.png - README.md = README.md + samples\Directory.Build.props = samples\Directory.Build.props EndProjectSection EndProject Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {51F9BF65-6DFB-4A56-AC1C-EA87B6678C8B} - EndGlobalSection EndGlobal