Skip to content

Commit 703706c

Browse files
refackdpranke
authored andcommitted
src,win: add VS2019 version
PR-URL: #13 Change-Id: Idcdd59570195efb06285d5114328d74bd8f6d732 Reviewed-on: https://chromium-review.googlesource.com/c/1369264 Reviewed-by: Mark Mentovai <[email protected]>
1 parent e22714e commit 703706c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pylib/gyp/MSVSVersion.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,16 @@ def _CreateVersion(name, path, sdk_based=False):
260260
if path:
261261
path = os.path.normpath(path)
262262
versions = {
263+
'2019': VisualStudioVersion('2019',
264+
'Visual Studio 2019',
265+
solution_version='12.00',
266+
project_version='15.0',
267+
flat_sln=False,
268+
uses_vcxproj=True,
269+
path=path,
270+
sdk_based=sdk_based,
271+
default_toolset='v141',
272+
compatible_sdks=['v8.1', 'v10.0']),
263273
'2017': VisualStudioVersion('2017',
264274
'Visual Studio 2017',
265275
solution_version='12.00',

0 commit comments

Comments
 (0)