File tree 3 files changed +10
-2
lines changed
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 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 >
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 >
16
16
<BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')" >v141</BasePlatformToolset >
17
17
<BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VCTargetsPath14)' != ''" >v140</BasePlatformToolset >
18
18
<BasePlatformToolset Condition =" '$(BasePlatformToolset)' == '' and '$(VCTargetsPath12)' != ''" >v120</BasePlatformToolset >
You can’t perform that action at this time.
0 commit comments