gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Move GObject / GLib into Runtime folder

Open badcel opened this issue 4 years ago • 1 comments

Move GObject / GLib into a new Runtime folder.

The code in GObject / GLib will be mostly written by hand as it is the foundation code to allow bindings and acts as some kind of runtime.

The remaining projects int he Libs folder will be as much autogenerated as possible.

This depends on #134 as there are some cleanups regarding csproj files which allow to avoid duplicated csproj code (General.props and Nuget.props).

badcel avatar Jan 03 '21 07:01 badcel

I'm not sure if we need the split. We need to see if there is a difference in generating the code for GObject / GLib compared to other projects. This depends on #100

badcel avatar Apr 10 '21 05:04 badcel