My VS2013 Solution contains 30 Projects. I have a "Debug" Configuration and a "Debug2" Configuration.
I want to add C++ preprocessor definition "_ImADebug2Configuration" to the "Debug2" configuration.
Do I have to visit each of the 30 projects and edit each Preprocessor Definition to do this?
The "Inherit from parent or project defaults" checkbox suggests there is a parent node to all Projects into which I could insert the new definition ONCE, but I haven't yet found that.