diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-09 19:28:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-09 19:28:41 +0000 |
commit | f63e8d8da08b8ccd0ca7fbff5bbe47b45d7ffa8b (patch) | |
tree | 104da50564bf87be5dec4401e8b6e454d251d91e /protocols/AimOscar | |
parent | 2dab65ca87cdccc4c7613be87a9015530ed33179 (diff) |
compilation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar')
-rw-r--r-- | protocols/AimOscar/aim_12.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/AimOscar/aim_12.vcxproj b/protocols/AimOscar/aim_12.vcxproj index 3b75c3c9db..7995e2898f 100644 --- a/protocols/AimOscar/aim_12.vcxproj +++ b/protocols/AimOscar/aim_12.vcxproj @@ -244,9 +244,8 @@ <ClInclude Include="src\version.h" />
</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" />
|