I encounter problems when i try to compile everything under VS2010 for the x64 arch:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\Microsoft.Cpp.x64.Targets(507,5): error MSB8008: Specified platform toolset (Windows7.1SDK) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected.
In fact, PlatformToolset is set to "Windows7.1SDK" only for x64 archs, but i would like to specify "v100" and be able to compile x64 projects with VisualStudio2010 even without installing the complete Windows7.1SDK. For example, in VS2012 you can specify v110 and be able to build for x64 too...
What about a dropdown ?