3rdparty: add zlib project reference to libpng

It was missing.
This commit is contained in:
Jonathan Li 2015-12-15 19:05:01 +00:00
parent bfeb3e801a
commit 66050db322
1 changed files with 5 additions and 0 deletions

View File

@ -169,6 +169,11 @@
<ClCompile Include="..\..\..\pngwtran.c" />
<ClCompile Include="..\..\..\pngwutil.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\zlib\zlib.vcxproj">
<Project>{2f6c0388-20cb-4242-9f6c-a6ebb6a83f47}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>