[MonoDevelop] Silverlight support.

Ankit Jain radical at gmail.com
Thu Aug 9 17:04:28 EDT 2007


I've committed basic build support. By basic I mean, exactly what
miguel mentioned :
  - Generates partial classes for xaml files with xamlg
  - and embeds them correctly.

So you can build the project with md via the GUI or with mdtool.
Also, the GenerateMakefiles feature has been updated to support these
projects, so you should be able to generate both autotools based and
simple makefiles.

Hasn't been tested a lot, so feel free to give feedback.

-Ankit

On 8/9/07, Miguel de Icaza <miguel at ximian.com> wrote:
> 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.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


-- 
Blog : http://www.ankitjain.org/blog


More information about the Monodevelop-list mailing list