godot/modules/mono/editor/GodotTools/GodotTools.Core
Ignacio Etcheverry 1db0395950 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.
2020-09-13 03:46:27 +02:00
..
FileUtils.cs C#: Switch games to MSBuild Sdks and .NET Standard 2020-07-25 19:22:01 +02:00
GodotTools.Core.csproj C#: Use Sdks in GodotTools csprojs and switch to nuget Microsoft.Build 2020-05-09 21:36:31 +02:00
ProcessExtensions.cs Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
StringExtensions.cs C#: Fix csproj not synced on file move/removal from FS dock 2020-09-13 03:46:27 +02:00