Is there any way in VS that I can make it stop building the solution if ANY project in the build step fails to build?
I have a solution that has cca. 100 projects. I want build process to STOP if it encounters build error on any of the projects.
Failing build means that there were build errors while building that project.
If you fancy faffing with VB macros, have a look at this eHow article that tells you how to do just that.