MSBuild Task Factories: guest starring Windows Powershell
One of the cool new features of MSBuild 4.0 is the extensible task factory. Task factories allow you to include scripts directly in your project file (or an imported .targets file) and have those scripts parsed and executed by your favorite interpreter. Those scripts might even be C# or VB.NET code snippets that get compiled into assemb...