I was wondering if anyone had any advice about how to export a Stetic-based solution from MonoDevelop for being built under Windows by SharpDevelop or Visual Studio.
In particular, I would like to test my personal project Registrar (http://code.google.com/p/registrar/) under Windows. Since Registrar uses Gtk#, it needs a recompile under Windows to use the right version. Whereas the project uses Stetic for its GUI components, and #D doesn't have a Stetic compiler, should I just drag along the generated.cs file from gtk-gui? That seems rather unelegant for use with a Subversion-based project, as generated.cs is updated very frequently, and would thus artificially inflate the commit logs. If, however, that is the best solution, then I can do that and just create a new solution file using the same source files. I was just hoping that someone would have a suggestion for a more elegant solution. Thanks for the help! --Chris Granade _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
