I like the nuget package manager console because when I know exactly what I want it is quicker to type than go through a GUI, eg.
install-package NUnit -project MyProject.UnitTests
After using this I find the standard VS Add Reference dialog very cumbersome. I'd like to be able to add a reference like this...
add-reference System.Data.Linq -project MyProject.UnitTests
Is there any such tool?