godot/modules/mono/glue/Managed
Fabio Alessandrelli d6b31daec6 Rename slave keyword to puppet
The slave keyword will still be available as deprecated in 3.1 but will
be dropped from future releases.
2018-09-15 00:06:03 +02:00
..
Files Rename slave keyword to puppet 2018-09-15 00:06:03 +02:00
IgnoredFiles Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files 2018-09-12 22:03:36 +02:00
Properties Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files 2018-09-12 22:03:36 +02:00
Managed.csproj Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files 2018-09-12 22:03:36 +02:00
Managed.sln Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files 2018-09-12 22:03:36 +02:00
README.md Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files 2018-09-12 22:03:36 +02:00

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.