In older Visual Studios (e.g. 2008) there was a "Tool Build Order" menu. And from that menu I could select to not use the C/C++ Compiler, and instead use my own in the Custom Build Tool.
I want to do the same in Visual Studio 2013, but that menu appears to be gone. How do I get the same effect? My goal is to have 1 target (e.g. Debug) that builds using the Visual Studio 2013 compiler, so that I can get all the nice code analysis output; and then a separate target (e.g. DDK7600 Free) that uses a different compiler for doing my actual releases.