Team Build Sidekick Visual Studio add-in released!
Version 1.0 of Team Build Sidekick add-in is released today! We also have made available source code for the product and an article describing the application design and how Team Foundation Server object model was used in the product.
Those familiar with Team Build integration in Visual Studio know that while creating new build type is supported through nice (though not very advanced) wizard, editing of existing build type requires series of simple yet annoying steps to be performed before and after actual file change took place (those instructions appear as the header of every .proj file created by Team Build wizard).
The add-in allows you to perform editing of Team Build type proj file by single-clicking context menu in Team Explorer. The add-in may be configured to use either Visual Studio or tool of user's choice (hint hint! think MSBuild Sidekick) for build project file editing.

The article describes TFS Version Control object model methods used to implement the application functionality as well as means of accessing Team Explorer in add-in. We hope that together with the source code that will be a good starting point for anyone seeking to extend TFS in Visual Studio.
If you have any questions or suggestions, just leave us a comment.
Enjoy!