Skip to content

Instantly share code, notes, and snippets.

@christian-korneck
Created September 10, 2017 14:42
Show Gist options
  • Save christian-korneck/221b3f831acc4ff169928db3aafaf44e to your computer and use it in GitHub Desktop.
Save christian-korneck/221b3f831acc4ff169928db3aafaf44e to your computer and use it in GitHub Desktop.
Visual Studio 2017 build targets (on a Windows 7 SP1 build machine)
Platform Toolset devenv working? compiler version (from Rich Header) depends msvcr ucrtbased depends vcruntime supports retarget to 8.1 / 10 SDKs
Windows7.1SDK VS 2017 RC1 YES VS2010 build 30319 100D No No No
Visual Studio 2017 (v141) VS 2017 RC1 NO - build fails, seems to require Windows SDK 8.1 or 10 (not possible on Win 7?) N/A N/A N/A N/A Yes
Visual Studio 2017 (v141) VS 2017 Release (15.0.26228.4) YES - both 8.1 and 10.0.14393.0 SDK seem to be now working on Win7 version: 25017 (not yet resolveable by richprint?) No! Yes! 140D Yes
Visual Studio 2017 - Windows XP (v141_xp) VS 2017 RC1 YES version: 24930 (not yet resolveable by richprint?) No! Yes! 140D No
Visual Studio 2015 (v140) VS 2017 RC1 NO - build fails, seems to require Windows SDK 8.1 or 10 (not possible on Win 7?) N/A N/A N/A N/A Yes
Visual Studio 2015 (v140) VS 2017 Release (15.0.26228.4) YES - both 8.1 and 10.0.14393.0 SDK seem to be now working on Win7 VS2015 UPD3 build 24210 No! Yes! 140D Yes
Visual Studio 2015 - Windows XP (v140_xp) VS 2017 RC1 YES VS2015 UPD3 build 24210 No! Yes! 140D No
Visual Studio 2013 (v120) VS 2017 RC1 YES VS2013 build 21005 120D No No No
Visual Studio 2013 - Windows XP (v120_xp) VS 2017 RC1 YES VS2013 build 21005 120D No No No
Visual Studio 2010 (v100) VS 2017 RC1 YES VS2010 build 30319 100D No No No
Visual Studio 2008 (v90) VS 2017 RC1 YES VS2008 build 21022 90D No No No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment