File tree Expand file tree Collapse file tree
ClearScript/V8/ClearScriptV8 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <CLRSupport >true</CLRSupport >
3030 <CharacterSet >Unicode</CharacterSet >
3131 </PropertyGroup >
32- <PropertyGroup Condition =" '$(VisualStudioVersion)'=='15.0'" >
32+ <PropertyGroup Condition =" '$(VisualStudioVersion)'=='16.0'" Label =" VS2019 toolset selection" >
33+ <PlatformToolset >v142</PlatformToolset >
34+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)'==''" >$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(VisualStudioVersion)'=='15.0'" Label =" VS2017 toolset selection" >
3337 <PlatformToolset >v141</PlatformToolset >
3438 <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)'==''" >$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion >
3539 </PropertyGroup >
36- <PropertyGroup Condition =" '$(VisualStudioVersion)'=='14.0'" >
40+ <PropertyGroup Condition =" '$(VisualStudioVersion)'=='14.0'" Label = " VS2015 toolset selection " >
3741 <PlatformToolset >v140</PlatformToolset >
3842 </PropertyGroup >
39- <PropertyGroup Condition =" '$(VisualStudioVersion)'=='12.0'" >
43+ <PropertyGroup Condition =" '$(VisualStudioVersion)'=='12.0'" Label = " VS2013 toolset selection " >
4044 <PlatformToolset >v120</PlatformToolset >
4145 </PropertyGroup >
4246 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
Original file line number Diff line number Diff line change 2929 <CLRSupport >true</CLRSupport >
3030 <CharacterSet >Unicode</CharacterSet >
3131 </PropertyGroup >
32- <PropertyGroup Condition =" '$(VisualStudioVersion)'=='15.0'" >
32+ <PropertyGroup Condition =" '$(VisualStudioVersion)'=='16.0'" Label =" VS2019 toolset selection" >
33+ <PlatformToolset >v142</PlatformToolset >
34+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)'==''" >$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(VisualStudioVersion)'=='15.0'" Label =" VS2017 toolset selection" >
3337 <PlatformToolset >v141</PlatformToolset >
3438 <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)'==''" >$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion >
3539 </PropertyGroup >
36- <PropertyGroup Condition =" '$(VisualStudioVersion)'=='14.0'" >
40+ <PropertyGroup Condition =" '$(VisualStudioVersion)'=='14.0'" Label = " VS2015 toolset selection " >
3741 <PlatformToolset >v140</PlatformToolset >
3842 </PropertyGroup >
39- <PropertyGroup Condition =" '$(VisualStudioVersion)'=='12.0'" >
43+ <PropertyGroup Condition =" '$(VisualStudioVersion)'=='12.0'" Label = " VS2013 toolset selection " >
4044 <PlatformToolset >v120</PlatformToolset >
4145 </PropertyGroup >
4246 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ goto Exit
7373:CheckOSDone
7474
7575:CheckMSVS
76- if " %VisualStudioVersion% " == " 15.0" goto UseMSVS2017
77- echo Error: This script requires a Visual Studio 2017 Developer Command Prompt.
76+ if " %VisualStudioVersion% " == " 15.0" goto CheckMSVSDone
77+ if " %VisualStudioVersion% " == " 16.0" goto CheckMSVSDone
78+ echo Error: This script requires a Visual Studio 2017 or 2019 Developer Command Prompt.
7879echo Browse to http://www.visualstudio.com for more information.
7980goto Exit
80- :UseMSVS2017
8181:CheckMSVSDone
8282
8383:: -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments