We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4dccb commit dbb0487Copy full SHA for dbb0487
1 file changed
Tools/msi/bundle/bootstrap/pythonba.vcxproj
@@ -21,6 +21,7 @@
21
<PropertyGroup Label="Globals">
22
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
23
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
24
+ <PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VisualStudioVersion)' == '18.0'">v145</PlatformToolset>
25
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset>
26
<PlatformToolset Condition="'$(PlatformToolset)' == '' and '$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
27
<PlatformToolset Condition="'$(PlatformToolset)' == '' and ('$(MSBuildToolsVersion)' == '15.0' or '$(VisualStudioVersion)' == '15.0')">v141</PlatformToolset>
0 commit comments