For those of you that use MSTest, you've no doubt noticed a folder called "TestResults" which can get quite large. This is because each test run copies all of the project output into that folder to store the results of the run.
Well, I updated my little open source tool to take care of it: http://vsclean.codeplex.com
As it's traversing the directories, it will delete any of those "TestResults" folders that it comes across. Download now!
Cleaning up after MSTest
See more in the archives