File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change
1
+ Enable building using a Visual Studio 2022 install on Windows.
Original file line number Diff line number Diff line change 11
11
12
12
We set BasePlatformToolset for ICC's benefit, it's otherwise ignored.
13
13
-->
14
+ <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '17.0' or '$(VisualStudioVersion)' == '17.0')" >v142</BasePlatformToolset >
14
15
<BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '16.0' or '$(VisualStudioVersion)' == '16.0')" >v142</BasePlatformToolset >
15
16
<BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')" >v141</BasePlatformToolset >
16
17
<BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VCTargetsPath14)' != ''" >v140</BasePlatformToolset >
You can’t perform that action at this time.
0 commit comments