godot/modules/mono/editor
Ignacio Etcheverry 3928fe200f [3.2] C#: Support for building with the dotnet CLI
By adding a reference to the 'Microsoft.NETFramework.ReferenceAssemblies' nuget
package, we can build projects targeting .NET Framework with the dotnet CLI.
By referencing this package we also don't need to install Mono on Linux/macOS
or .NET Framework on Windows, as the assemblies are taken from the package.
2020-05-11 19:48:50 +02:00
..
GodotTools [3.2] C#: Support for building with the dotnet CLI 2020-05-11 19:48:50 +02:00
bindings_generator.cpp
bindings_generator.h
code_completion.cpp [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
code_completion.h [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
csharp_project.cpp
csharp_project.h
editor_internal_calls.cpp [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
editor_internal_calls.h
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