Blog


CleanProject : Clean (and zip) Visual Studio Solutions

I just want to give a shot out to the Visual Studio utility called CleanProject, which can be useful for a lot of developers.

It removes from your solution:

  • bin folder
  • obj folder
  • TestResults folder
  • Resharper folders
And you can specify whether or not you want to zip the solution; Simple and handy!
More documentation on CodePlex.
Tagged