We have fairly huge source base (few hundreds of project Visual Studio 2010 project files) and we want to be able to specify Windows SDK version globally for both developers using Visual Studio 2010 IDE and our build servers using MSBuild.
One solution I come up with, using a global settings.props properties file, would be rather intrusive, we would have to modify hundreds of .vcxproj files.
Is there any other way to do this? Maybe through some MSBuild hacking?