GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
27 stars 21 forks source link

Migrate to SDK-Style projects #65

Closed ylatuya closed 2 years ago

ylatuya commented 2 years ago

This PR migrates projects to SDK-Style projects:

ylatuya commented 2 years ago

@thiblahute do you have any objections to this change?

thiblahute commented 2 years ago

@thiblahute do you have any objections to this change?

I don't, old csproj files weren't even working you say? I only tested this all with meson tbh.

ylatuya commented 2 years ago

@thiblahute do you have any objections to this change?

I don't, old csproj files weren't even working you say? I only tested this all with meson tbh.

Coll, I will merge than. They were not working, mostly due to missing files or old things that were no longer compiling. Sdk-style projects are easier to maintain since instead of passing of list of files to build, they will build everything except the files you decide to exclude