Skip to content

Commit

Permalink
src,win: add VS2019 version
Browse files Browse the repository at this point in the history
PR-URL: #13
Change-Id: Idcdd59570195efb06285d5114328d74bd8f6d732
Reviewed-on: https://chromium-review.googlesource.com/c/1369264
Reviewed-by: Mark Mentovai <mark@chromium.org>
  • Loading branch information
refack authored and dpranke committed Dec 10, 2018
1 parent e22714e commit 703706c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pylib/gyp/MSVSVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,16 @@ def _CreateVersion(name, path, sdk_based=False):
if path:
path = os.path.normpath(path)
versions = {
'2019': VisualStudioVersion('2019',
'Visual Studio 2019',
solution_version='12.00',
project_version='15.0',
flat_sln=False,
uses_vcxproj=True,
path=path,
sdk_based=sdk_based,
default_toolset='v141',
compatible_sdks=['v8.1', 'v10.0']),
'2017': VisualStudioVersion('2017',
'Visual Studio 2017',
solution_version='12.00',
Expand Down

0 comments on commit 703706c

Please sign in to comment.