diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-09 19:19:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-09 19:19:28 +0000 |
commit | 2dab65ca87cdccc4c7613be87a9015530ed33179 (patch) | |
tree | a38485cca5786251fe2c1f52de415e6860fd7de1 /src/miranda32_12.vcxproj | |
parent | c1e506c14a86d4198b1fd3030f56dec46a8327d7 (diff) |
compilation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6841 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/miranda32_12.vcxproj')
-rw-r--r-- | src/miranda32_12.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/miranda32_12.vcxproj b/src/miranda32_12.vcxproj index 88cf196db4..87690ea6be 100644 --- a/src/miranda32_12.vcxproj +++ b/src/miranda32_12.vcxproj @@ -565,9 +565,8 @@ <ResourceCompile Include="version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\plugins\zlib\zlib_11.vcxproj">
+ <ProjectReference Include="..\plugins\Zlib\zlib_12.vcxproj">
<Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|