I want to delete all bin and obj folders to force all projects to rebuild everything

I work with multiple projects, and I want to recursively delete all folders with the name ‘bin’ or ‘obj’ that way I am sure that all projects will rebuild everything (sometimes it’s the only way to force Visual Studio to forget all about previous builds).

Is there a quick way to accomplish this (with a .bat file for example) without having to write a .NET program?

28 Answers
28

Leave a Comment