File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1010
1111 We set BasePlatformToolset for ICC's benefit, it's otherwise ignored.
1212 -->
13+ <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '16.0' or '$(VisualStudioVersion)' == '16.0')" >v142</BasePlatformToolset >
1314 <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')" >v141</BasePlatformToolset >
1415 <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VCTargetsPath14)' != ''" >v140</BasePlatformToolset >
1516 <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VCTargetsPath12)' != ''" >v120</BasePlatformToolset >
Original file line number Diff line number Diff line change 511511 </ClCompile >
512512 </ItemGroup >
513513 </Target >
514- <Target Name =" _WarnAboutToolset" BeforeTargets =" PrepareForBuild" Condition =" $(PlatformToolset) != 'v140' and $(PlatformToolset) != 'v141'" >
514+ <Target Name =" _WarnAboutToolset" BeforeTargets =" PrepareForBuild" Condition =" $(PlatformToolset) != 'v140' and $(PlatformToolset) != 'v141' and $(PlatformToolset) != 'v142' " >
515515 <Warning Text =" Toolset $(PlatformToolset) is not used for official builds. Your build may have errors or incompatibilities." />
516516 </Target >
517517 <Target Name =" _WarnAboutZlib" BeforeTargets =" PrepareForBuild" Condition =" !$(IncludeExternals)" >
You can’t perform that action at this time.
0 commit comments