PREREQUISITES
- .Net Framework v3.5 to compile or use any 3.5 Tasks
- .Net Framework v4.0 to compile or use any 4.0 Tasks
- BizTalk 2006 to use the MSBuild.ExtensionPack.BizTalk.dll tasks
- IIS7 to use the MSBuild.ExtensionPack.IIS7.dll tasks.
- StyleCop 4.6 to use the MSBuild.ExtensionPack.StyleCop.dll tasks Download
- FxCop 1.36 to use the FxCop task.
- Sync Framework 1.0 to use the MSBuild.ExtensionPack.Sync.dll tasks. Download
- SQL Server 2005 to use the MSBuild.ExtensionPack.Sql2005.dll tasks.
- SQL Server 2008 to use the MSBuild.ExtensionPack.Sql2008.dll tasks.
- Windows Virtual PC to use the MSBuild.ExtensionPack.WindowsVirtualPC.dll tasks. Download
INSTALLATION
When using the MSI installer, the default installation path is- 3.5 --- %PROGRAMFILES%\MSBuild\ExtensionPack
- 4.0 --- %PROGRAMFILES%\MSBuild\ExtensionPack\4.0
- Note*: if you do not install the MSBuild Extension Pack to the default installation path, you will need to alter the MSBuild.ExtensionPack.tasks file as it refers to $(MSBuildExtensionsPath) which always refers to %PROGRAMFILES%.