virtualx-engine/modules/mono/editor/GodotTools/GodotTools.ProjectEditor
Alex de la Mare 6474e036ac [3.2] 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 12:10:54 +10:00
..
ApiAssembliesInfo.cs Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
DotNetSolution.cs C#: Save copy of sln and csproj before applying fixes 2020-04-23 11:14:57 +02:00
GodotTools.ProjectEditor.csproj C#: Fix Windows detection for copying MSBuild stub 2020-09-03 09:35:41 +02:00
IdentifierUtils.cs 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
MSBuild.exe 3.2 C#: Upgrade GodotTools to nuget Microsoft.Build 2020-08-20 21:45:34 +02:00
ProjectExtensions.cs 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
ProjectGenerator.cs C#: Save newly created csproj files without BOM 2020-08-21 02:28:18 +02:00
ProjectUtils.cs [3.2] Handle csproj "Remove" globs 2020-09-06 12:10:54 +10:00