godot/modules/mono/editor/GodotTools/GodotTools.Core
Ignacio Etcheverry cdc9fe154f
C#: Fix csproj not synced on file move/removal from FS dock
When NormalizePath was called with an absolute
path (with drive letter) on Windows, it would
prepend a file path separator to the path, e.g.:
'\C:\Program Files\'.
Apparently this was still accepted as a valid
path by DotNetGlob and it stopped working when
we switched to MSBuildGlob.

(cherry picked from commit 1db0395950)
2020-09-13 12:35:34 +02:00
..
FileUtils.cs 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
GodotTools.Core.csproj 3.2 C#: Upgrade GodotTools to nuget Microsoft.Build 2020-08-20 21:45:34 +02:00
ProcessExtensions.cs
StringExtensions.cs C#: Fix csproj not synced on file move/removal from FS dock 2020-09-13 12:35:34 +02:00