File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <!-- This is intentionally left blank but exists to avoid being imported from some directory above -->
4+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <!-- This is intentionally left blank but exists to avoid being imported from some directory above -->
4+ </Project >
Original file line number Diff line number Diff line change 1111
1212 We set BasePlatformToolset for ICC's benefit, it's otherwise ignored.
1313 -->
14- <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ( '$(MSBuildToolsVersion)' == '17.0' or '$( VisualStudioVersion)' == '17.0') " >v142</BasePlatformToolset >
15- <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ( '$(MSBuildToolsVersion)' == '16.0' or '$( VisualStudioVersion)' == '16.0') " >v142</BasePlatformToolset >
14+ <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '17.0'" >v142</BasePlatformToolset >
15+ <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VisualStudioVersion)' == '16.0'" >v142</BasePlatformToolset >
1616 <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')" >v141</BasePlatformToolset >
1717 <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VCTargetsPath14)' != ''" >v140</BasePlatformToolset >
1818 <BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VCTargetsPath12)' != ''" >v120</BasePlatformToolset >
You can’t perform that action at this time.
0 commit comments