I’m in the middle of building a fun little WPF standalone Windows application that needs to build a project from the command-line, using msbuild.exe. To do this, I’m using System.Diagnostics.Process to execute msbuild.exe in another process. The basic