mirror of https://github.com/PCSX2/pcsx2.git
3rdparty: add zlib project reference to libpng
It was missing.
This commit is contained in:
parent
bfeb3e801a
commit
66050db322
|
@ -169,6 +169,11 @@
|
||||||
<ClCompile Include="..\..\..\pngwtran.c" />
|
<ClCompile Include="..\..\..\pngwtran.c" />
|
||||||
<ClCompile Include="..\..\..\pngwutil.c" />
|
<ClCompile Include="..\..\..\pngwutil.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\..\..\zlib\zlib.vcxproj">
|
||||||
|
<Project>{2f6c0388-20cb-4242-9f6c-a6ebb6a83f47}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|
Loading…
Reference in New Issue