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 (so
To delete bin and obj before build add to project file:
Here is article: How to remove bin and/or obj folder before the build or deploy