Bil Simser just released Tree Surgeon 2.0.

TreeSurgeon automates the creation of a new project development tree, complete with a VS solution, a test project, a console project and a "core" project.  It also automates the creation of a Nant build file which is set up to generate an Ncover report.

image  

The first thing I wanted to do was add other tools I use in almost every project.  This turned out to be way easy.  Just copy the binaries in the skeleton folder (these get copied to every new tree) and edit the project file templates to add a reference.

Here I added Rhino Mocks:

image 

And added a few lines to the template file:

image

Easy!  Thanks Bil!