From e79b3f1f19a425568798fd02d55e34d188ce5d8a Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Wed, 15 Nov 2023 00:42:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Follows=20file=20naming=20patter?= =?UTF-8?q?n=20inside=20solution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Solution.sln | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Solution.sln b/Solution.sln index f74db9a..f69e1b7 100644 --- a/Solution.sln +++ b/Solution.sln @@ -5,10 +5,9 @@ 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 icon.png = icon.png + LICENSE.md = LICENSE.md README.md = README.md - Directory.Packages.props = Directory.Packages.props EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{0577A3E6-642A-4865-90E7-70103A1B0880}" @@ -42,18 +41,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{9590 EndProjectSection EndProject Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {732C3E99-FDF6-4748-A339-C3C162241038} EndGlobalSection - GlobalSection(NestedProjects) = preSolution - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - EndGlobalSection - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection EndGlobal