Compilation
To compile a install package you need Visual Studio SDK. It can be found on http://www.microsoft.com/downloads/en/details.aspx?FamilyID=47305cf4-2bea-43c0-91cd-1b853602dcc5
Use Visaul Studio 2010 to build project and create VSIX package.
Installation
Run a vsix package and select VS instance to use. Or debug on experimental instance(make sure path is set in project settings)
Using
In view->other windows you can find Dependings window.
At now it have two buttons: View graph of opened C# project and Generate which allows generate Stubs and Test Templates in Current project
At future
Generate tests for different conditions in code and automatic replace objects by stubs.
It may be illogical tests, but helps to find hidden bugs.