The <PlatformToolset/>
property is not exposed via project property sheets. It's unfortunate, as I have to run through several projects spread over several solutions to change this value if you are upgrading a compiler (to VS 2013 in my case).
I could write a script or a small program that can open vcxproj files, treat them as xml and insert this property at all the strategic locations, but that seems a bit hackish to me.
What is the recommended approach here?
PlatformToolSet
tag, that's what I would recommend. – Tresatrescha