vote up 0 vote down star

Hi,

Is there some way to compile (with the CSC task) a WPF Application with NAnt except for using the task from the NantContrib?

greetings Tigraine

flag

1 Answer

vote up 1 vote down check

You can compile a WPF application using CSC if you do not use any XAML in your application otherwise you will want to compile the WPF application using MSBuild.

Which con be done using the NAnt exec task.

link|flag
Thanks for the answer. I hoped I could avoid having to learn how to write msbuild files :( – Tigraine May 12 at 13:19
If you are using Visual Studio 2005 and up then you can avoid it as all projects are already MSBuild files. MSBuild also understands solution files. – Graham Ambrose May 12 at 14:56
Yes I know. I've been doing that all along, but I need to tweak some things in the buildfile .. So that's why I need to learn msbuild ;) – Tigraine May 13 at 20:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.