|
Project Information
Members
Featured
Downloads
Links
|
BuildConsole is a Windows application which can run msbuild projects and show the output. Look at the introductory blog post by Gaston Milano for the details about its usage. Features
If you are going to use BuildConsole always with the same build file you can use the .config file <?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="BuildFile" value="mybuild.msbuild"/>
</appSettings>
</configuration>
|