MsBuildAddin
This tools, for VisualStudio 2008, allows MSBuild scripts execution and interaction directly within the environment, without the need to launch a batch or a external command line box.
Prerequisites
The addin just requires the following components installed on your system:
- Microsoft.Net SDK 2.0 framework
- VisualStudio 2008 (all versions)
Download
The addin is provided on sourceforge as sources or binaries:
- Latest sources (v1.0.0)
(sourceforge) - Latest binaries (v1.0.0)
(sourceforge)
Installation
- Extract the zip contents into My Documents\Visual Studio 2008\Addins
- Start VisualStudio
- In Tools>Addin Manager check MsBuildAddin and Startup columns
- Now activate the Add-in in Tools>MsBuildAddin
- The Add-in should now be visible (you can dock it and resize as desired)
