Skip to content

Commit dbb0487

Browse files
committed
use v145 in pythonba.vcxproj
1 parent 3e4dccb commit dbb0487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/msi/bundle/bootstrap/pythonba.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PropertyGroup Label="Globals">
2222
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
2323
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
24+
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VisualStudioVersion)' == '18.0'">v145</PlatformToolset>
2425
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset>
2526
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
2627
<PlatformToolset Condition="'$(PlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')">v141</PlatformToolset>

0 commit comments

Comments
 (0)