godot/modules/mono/editor/GodotTools
Alex de la Mare 8dbd7155b5 Handle csproj "Remove" globs
MSBuild Item returns empty strings if an attribute isn't set (which
caused an IndexOutOfRangeException in NormalizePath).

We were treating Excludes incorrectly, Remove directives provide the
intended behaviour in the auto-including csproj format.
2020-09-06 11:34:04 +10:00
..
GodotTools Merge pull request #41753 from neikeq/csharp-hide-build-button-if-no-proj 2020-09-04 08:19:53 +02:00
GodotTools.BuildLogger C#: Fix null exception in our MSBuild logger 2020-08-21 01:47:47 +02:00
GodotTools.Core Handle csproj "Remove" globs 2020-09-06 11:34:04 +10:00
GodotTools.IdeMessaging C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00
GodotTools.IdeMessaging.CLI Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
GodotTools.OpenVisualStudio Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
GodotTools.ProjectEditor Handle csproj "Remove" globs 2020-09-06 11:34:04 +10:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.sln C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00