godot/modules/mono/editor/GodotTools
Rémi Verschelde f3f2fdfbab Mono: Fix detection of MsBuild from Visual Studio
This was a wrong check as an exit code of 0 means success,
not failure. It used to be fine as blocking mode always returned
-2, but this was changed in #32033 to return the exit code.

Fixes #32424.
2019-10-03 14:13:41 +02:00
..
GodotTools Mono: Fix detection of MsBuild from Visual Studio 2019-10-03 14:13:41 +02:00
GodotTools.BuildLogger Set C# 7 as LangVersion for GodotTools and Godot API projects 2019-08-25 15:53:47 +02:00
GodotTools.Core Set C# 7 as LangVersion for GodotTools and Godot API projects 2019-08-25 15:53:47 +02:00
GodotTools.IdeConnection Set C# 7 as LangVersion for GodotTools and Godot API projects 2019-08-25 15:53:47 +02:00
GodotTools.ProjectEditor Fix GodotTools.ProjectEditor HintPaths for referenced packages 2019-08-29 18:19:01 +02:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.sln C#: Add Ide Connection library and server for the editor 2019-08-04 01:57:53 +02:00