Is there anyway to use an older Windows SDK (Windows SDK 7.1) for VS 2013. I need to make use of the ReBase functionality which was deprecated in Windows SDK 8. This is to support the legacy codebase which used ReBase.
Asked
Active
Viewed 1,441 times
1
-
is [this](http://stackoverflow.com/a/6510511/815938) helpful? – kennyzx Jan 19 '15 at 11:56
-
1It is a built-in feature for VS2013. Project + Properties, General, "Platform Toolset" setting. Change it to v120_xp and you'll automatically target 7.1. That has more than one side-effect, it was actually meant to support targeting XP. Move ahead by setting the /BASE linker option. And just using the 7.1 version of rebase.exe until you get there. – Hans Passant Jan 19 '15 at 12:02