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
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
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.