virtualx-engine/modules/mono/editor/GodotTools/GodotTools.ProjectEditor
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
..
ApiAssembliesInfo.cs
DotNetSolution.cs C#: Save copy of sln and csproj before applying fixes 2020-04-22 16:50:43 +02:00
GodotTools.ProjectEditor.csproj C#: Fix Windows detection for copying MSBuild stub 2020-09-03 09:09:04 +02:00
IdentifierUtils.cs C#: Switch games to MSBuild Sdks and .NET Standard 2020-07-25 19:22:01 +02:00
MSBuild.exe C#: Support for building with the dotnet CLI 2020-05-11 08:17:37 +02:00
ProjectGenerator.cs C#: Save newly created csproj files without BOM 2020-08-21 01:48:56 +02:00
ProjectUtils.cs Handle csproj "Remove" globs 2020-09-06 11:34:04 +10:00