Switch to VS 2022

This commit is contained in:
Kovid Goyal 2023-10-09 09:07:32 +05:30
parent 1e53a0ac85
commit de193b346a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -16,9 +16,9 @@ if python_msc_version < 1920:
if python_msc_version > 1929:
raise SystemExit(f'Python MSC version {python_msc_version} too new, needs Visual studio 2019')
# The values are for VisualStudio 2019 (python_msc_version 192_)
VS_VERSION = '16.0'
COMN_TOOLS_VERSION = '160'
# The values are for VisualStudio 2022 (python_msc_version 192_)
VS_VERSION = '17.0'
COMN_TOOLS_VERSION = '170'
CSIDL_PROGRAM_FILES = 38
CSIDL_PROGRAM_FILESX86 = 42