godot/modules/mono/editor
Ignacio Etcheverry a98d44f654 C#: Fix always saving copy of csproj even with no changes
This was a regression from 93d7ec8836 (#38110).
Mono's old implementation of Microsoft.Build hardcodes HasUnsavedChanges to
always return true.
This workaround can be reverted once we switch to official Microsoft.Build.

(cherry picked from commit 81f13f6171)
2020-04-27 10:15:07 +02:00
..
GodotTools C#: Fix always saving copy of csproj even with no changes 2020-04-27 10:15:07 +02:00
bindings_generator.cpp Mono/C#: Fix comment generation for non-constant param default 2020-01-02 18:10:02 +01:00
bindings_generator.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
csharp_project.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
csharp_project.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
editor_internal_calls.cpp Mono/C#: Allow debugging exported games 2020-04-23 11:15:35 +02:00
editor_internal_calls.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godotsharp_export.cpp Mono/C#: Allow debugging exported games 2020-04-23 11:15:35 +02:00
godotsharp_export.h Mono/C#: Allow debugging exported games 2020-04-23 11:15:35 +02:00
script_class_parser.cpp Fix C# preprocessor infinite loop and incorrect parsing of #if! 2020-01-24 17:53:17 +01:00
script_class_parser.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00