godot/modules/mono/glue/Managed
Rémi Verschelde d39284a65f
Merge pull request #34295 from aaronfranke/potato-knishes
[Mono] Fix string Find methods having reversed case sensitivity
2019-12-13 08:47:26 +01:00
..
Files Fix string Find methods having reversed case sensitivity 2019-12-12 02:21:16 -05:00
IgnoredFiles Fix C# build error in MarshalUtils debug code 2019-05-21 19:09:00 +02:00
Properties Remove trailing whitespace 2018-11-20 11:15:02 +01:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
Managed.csproj Mono formatting 2019-12-11 16:32:47 -05:00
Managed.sln
README.md

The directory Files contains C# files from the core assembly project that are not part of the generated API. Any file with the .cs extension in this directory will be added to the core assembly project.

A dummy solution and project is provided to get tooling help while editing these files, like code completion and name refactoring.

The directory IgnoredFiles contains C# files that are needed to build the dummy project but must not be added to the core assembly project. They contain placeholders for the declarations that are part of the generated API.