diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-07 13:48:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-07 13:48:07 +0000 |
commit | 89e6a1c1f062fc00ccb66114a06636109918a7be (patch) | |
tree | fdb286b8e203315c8e23f52f1121d7e86f7d22a7 /protocols/MRA/Mra_11.vcxproj | |
parent | bdee4949638e029b230687955280c2c7d1897cd7 (diff) |
fix for zlib reference
git-svn-id: http://svn.miranda-ng.org/main/trunk@2688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/Mra_11.vcxproj')
-rw-r--r-- | protocols/MRA/Mra_11.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/Mra_11.vcxproj b/protocols/MRA/Mra_11.vcxproj index 67aba16213..0eef27308b 100644 --- a/protocols/MRA/Mra_11.vcxproj +++ b/protocols/MRA/Mra_11.vcxproj @@ -242,7 +242,7 @@ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\plugins\Zlib\zlib_10.vcxproj">
+ <ProjectReference Include="..\..\plugins\Zlib\zlib_11.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
</ProjectReference>
</ItemGroup>
|