1
vote
Building a WPF App with NAnt
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 …
