Skip to content

Commit a47e7fe

Browse files
committed
Fix compiling Windows installer on VC14.2
1 parent 67ff714 commit a47e7fe

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
@@ -27,6 +27,7 @@
2727
<PlatformToolset Condition="'$(PlatformToolset)' == ''">v140</PlatformToolset>
2828
<ProjectGuid>{7A09B132-B3EE-499B-A700-A4B2157FEA3D}</ProjectGuid>
2929
<TargetName>PythonBA</TargetName>
30+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
3031
</PropertyGroup>
3132
<Import Project="..\..\wix.props" />
3233
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

0 commit comments

Comments
 (0)