Is it possible to compile Silverlight controls project with Nant?

Posted by Vish on Stack Overflow See other posts from Stack Overflow or by Vish
Published on 2009-03-17T01:50:38Z Indexed on 2010/03/18 7:01 UTC
Read the original article Hit count: 477

Filed under:
|

Hi all,

I am attempting to compile my Silverlight control project with Nant without luck. Since my project contains XAML files, I am not sure if Nant is capable of generating the .g.cs files from the XAML file to be compiled into the project. I have come across posts where people suggest using the MsBuild task. Is there a way to avoid using the MsBuild task and compile the project using just Nant? I am not against using the MsBuild task. But would prefer to not use it if possible.

Thank You, Vish

© Stack Overflow or respective owner

Related posts about xaml

Related posts about nant