diff options
author | Ignacio Roldán Etcheverry <neikeq@users.noreply.github.com> | 2020-03-14 19:38:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 19:38:53 +0100 |
commit | ce3c31942961c2ef3343f8f147ab7a318c5447c0 (patch) | |
tree | c7e0294f88d328b572368ec12c220f699a4d53a8 /modules/mono/glue | |
parent | 3d2bae9a7ddd27c7361eb5879cdeb380c1cdc940 (diff) | |
parent | 1b634785b50a8be5ff6f06feeb13726750115615 (diff) |
Merge pull request #36865 from van800/sol-conf2
Rename solution configurations (Debug and Release) and put Tools first
Diffstat (limited to 'modules/mono/glue')
-rw-r--r-- | modules/mono/glue/GodotSharp/GodotSharp.sln | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mono/glue/GodotSharp/GodotSharp.sln b/modules/mono/glue/GodotSharp/GodotSharp.sln index a496e36da3..4896d0a07d 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp.sln +++ b/modules/mono/glue/GodotSharp/GodotSharp.sln @@ -8,8 +8,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {AEBF0036-DA76-4341-B651-A3F2856AB2FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |