File tree 5 files changed +22
-0
lines changed
5 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ REM Copyright 2013 The Chromium Authors. All rights reserved.
2
+ REM Use of this source code is governed by a BSD-style license that can be
3
+ REM found in the LICENSE file.
4
+
5
+ call install_vsix_helper.bat Debug Community 16.0
Original file line number Diff line number Diff line change
1
+ REM Copyright 2015 The Chromium Authors. All rights reserved.
2
+ REM Use of this source code is governed by a BSD-style license that can be
3
+ REM found in the LICENSE file.
4
+
5
+ call install_vsix_helper.bat Release Community 16.0
Original file line number Diff line number Diff line change
1
+ REM Copyright 2013 The Chromium Authors. All rights reserved.
2
+ REM Use of this source code is governed by a BSD-style license that can be
3
+ REM found in the LICENSE file.
4
+
5
+ call install_vsix_helper.bat Debug Pro 16.0
Original file line number Diff line number Diff line change
1
+ REM Copyright 2015 The Chromium Authors. All rights reserved.
2
+ REM Use of this source code is governed by a BSD-style license that can be
3
+ REM found in the LICENSE file.
4
+
5
+ call install_vsix_helper.bat Release Pro 16.0
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ set VSIX_INSTALLER_PATH_2012=C:\Program Files (x86)\Microsoft Visual Studio 11.0
12
12
set VSIX_INSTALLER_PATH_2013 = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE
13
13
set VSIX_INSTALLER_PATH_2015 = C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
14
14
set VSIX_INSTALLER_PATH_2017 = C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE
15
+ set VSIX_INSTALLER_PATH_2019 = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE
15
16
set VSIX_INSTALLER_NAME = VSIXInstaller.exe
16
17
17
18
REM Order is important: Last (i.e. newer) one wins
@@ -20,6 +21,7 @@ if exist "%VSIX_INSTALLER_PATH_2012%\%VSIX_INSTALLER_NAME%" set VSIX_INSTALLER=%
20
21
if exist " %VSIX_INSTALLER_PATH_2013% \%VSIX_INSTALLER_NAME% " set VSIX_INSTALLER = %VSIX_INSTALLER_PATH_2013% \%VSIX_INSTALLER_NAME%
21
22
if exist " %VSIX_INSTALLER_PATH_2015% \%VSIX_INSTALLER_NAME% " set VSIX_INSTALLER = %VSIX_INSTALLER_PATH_2015% \%VSIX_INSTALLER_NAME%
22
23
if exist " %VSIX_INSTALLER_PATH_2017% \%VSIX_INSTALLER_NAME% " set VSIX_INSTALLER = %VSIX_INSTALLER_PATH_2017% \%VSIX_INSTALLER_NAME%
24
+ if exist " %VSIX_INSTALLER_PATH_2019% \%VSIX_INSTALLER_NAME% " set VSIX_INSTALLER = %VSIX_INSTALLER_PATH_2019% \%VSIX_INSTALLER_NAME%
23
25
24
26
if " %VSIX_INSTALLER% " == " " goto installer_not_found
25
27
You can’t perform that action at this time.
0 commit comments