Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
How many times have you wanted to send a project to a friend or upload it to a web site like MSDN Code Gallery only to find that your zip file has lots of stuff that you don't need to send in it making the file larger than it needs to be.
- bin folder
- obj folder
- TestResults folder
- Resharper folders
And then if you forget about removing Source Control bindings whoever gets your project will be prompted about that. Ron Jacobs decided to share with us his code for cleaning a project.
Get Clean Project - Cleans Visual Studio Solutions For Uploading or Email from MSDN.