I am currently working on a software written in C++ that consists of 70+ projects in Visual Studio. I would like to increase the compiler level for all those projects without clicking through 70+ project property windows to set the new value for the compiler warning level.
Is there any way to quickly set the compiler warning level for all projects in a Visual Studio solution?