mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
428 stars 139 forks source link

Use csc instead of mcs #272

Closed akoeplinger closed 5 years ago

akoeplinger commented 5 years ago

mcs sets the timestamp in the PE header to 0 which breaks some MS internal tools, let's use csc instead.