diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-07-26 02:25:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-26 02:25:17 +0200 |
| commit | e4ff49769c687e892219dab628ad5c7850efa49d (patch) | |
| tree | de113bcf32736aec3bac2cab834ba445ad70d914 /Source/Core | |
| parent | bfd03cd1a4744a8600b843cbe3868767e36acd8e (diff) | |
| parent | b2f84567105fb1a42c076e6e0ebbbda563dd8f43 (diff) | |
Merge pull request #10888 from shuffle2/zlib-ng
replace zlib with zlib-ng
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/WinUpdater/WinUpdater.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/WinUpdater/WinUpdater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj index 08f4fe6f2e..cd523bb017 100644 --- a/Source/Core/WinUpdater/WinUpdater.vcxproj +++ b/Source/Core/WinUpdater/WinUpdater.vcxproj @@ -42,8 +42,8 @@ <ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj"> <Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project> </ProjectReference> - <ProjectReference Include="$(ExternalsDir)zlib\zlib.vcxproj"> - <Project>{ff213b23-2c26-4214-9f88-85271e557e87}</Project> + <ProjectReference Include="$(ExternalsDir)zlib-ng\zlib-ng.vcxproj"> + <Project>{F6EA7144-8D64-4EBB-A13E-76DFBD911EAE}</Project> </ProjectReference> </ItemGroup> <ItemGroup> |
