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?

link|improve this question

78% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.