UPDATE
Exact duplicate of VS2010 - How to automatically stop compile on first compile error
Basically when it's compiling I want it to immediately stop when it encounters the first error. What it currently odes is tries to build all the rest of the projects which in turn fail. Anyone know how to do this?
Thanks!