When I build my project, the resulting exe requires Gtk# in order to run. Are there any settings in MonoDevelop (or something) to statically link the Gtk# libraries in the compiled binary?
I'm developing on Windows 7 64bit, but I chose C# Gtk because I thought the code could be compiled for multiple OSs. However, I believe that a program as small as the one I'm working on should not force the user to install developer tools like Gtk.
Edit: I have found the Embedding Mono webpage, but it looks like that deals with C code, GCC and Mono instead of C# code, Gtk# and MonoDevelop.