VS: Add support for setting WindowsTargetPlatformVersion to 10.0

VS 2019 and above support this value to select a SDK version
automatically.

Fixes: #21403
This commit is contained in:
Brad King
2023-04-03 10:56:47 -04:00
parent 2f3d945f83
commit b512c53d43
3 changed files with 22 additions and 0 deletions
@@ -56,6 +56,10 @@ Supported pairs are:
The ``<version>`` may be one of:
``10.0``
Specify that any 10.0 SDK version may be used, and let Visual Studio
pick one. This is supported by VS 2019 and above.
``10.0.<build>.<increment>``
Specify the exact 4-component SDK version, e.g., ``10.0.19041.0``.
The specified version of the SDK must be installed. It may not exceed