Showing posts with label MSBuild. Show all posts
Showing posts with label MSBuild. Show all posts

Sunday, March 15, 2009

Complications

Having set up a nice build process using NAnt, I didn't expect to have to pick up another build tool. However, in my endeavor to create a development environment without Visual Studio, I've run into stumbling block to creating WPF applications. It seems that Microsoft distributes no XAML compiler with the .Net Framework. Instead, they built that ability into MSBuild. So much for simplicity.