[MonoDevelop] Silverlight support.

Miguel de Icaza miguel at ximian.com
Thu Aug 9 11:05:25 EDT 2007


Hello folks,

     It would be very helpful if we could get some build support
(building from MD or generating Makefiles) from existing Visual Studio
solutions that target Silverlight.

     As we try to debug problems in our Silverlight implementation we
spend some time every time trying to build the stuff natively with Mono.
This usually is a combination of running:

	* xamlg on every .xaml file to generate the partial class
	  binding to the various variables defined in the XAML file.

	* grepping in the .csproj file for the resource file and
	  the name that it has to be included as.

     It would be fantastic if we could get MonoDevelop to do this heavy
lifting for us.

Miguel.


More information about the Monodevelop-list mailing list