Skip to content

Commit

Permalink
Merge pull request #7595 from ymartel06/fix-minizip-compilation-vs2017
Browse files Browse the repository at this point in the history
VS2017: update windows 10 sdk from 10.0.15063.0 to 10.0.17134.0 (for minizip)
  • Loading branch information
stenzek committed Nov 29, 2018
2 parents 654c4fb + ca4389b commit e49e8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Externals/minizip/minizip.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{23114507-079A-4418-9707-CFA81A03CA99}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
Expand Down Expand Up @@ -59,4 +59,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit e49e8d3

Please sign in to comment.