1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

VS: fix libPng ProjectReference in emucore

This commit is contained in:
Megamouse 2021-05-29 07:37:49 +02:00
parent f18e80e899
commit 0d64b0f94d

View File

@ -750,7 +750,7 @@
<ClInclude Include="util\yaml.hpp" /> <ClInclude Include="util\yaml.hpp" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\3rdparty\libpng.vcxproj"> <ProjectReference Include="..\3rdparty\libpng\libpng.vcxproj">
<Project>{d6973076-9317-4ef2-a0b8-b7a18ac0713e}</Project> <Project>{d6973076-9317-4ef2-a0b8-b7a18ac0713e}</Project>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\3rdparty\asmjit\asmjit.vcxproj"> <ProjectReference Include="..\3rdparty\asmjit\asmjit.vcxproj">