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 /plugins/MirOTR | |
parent | 2dab65ca87cdccc4c7613be87a9015530ed33179 (diff) |
compilation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@6842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/MirOTR/MirOTR_12.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirOTR/MirOTR/MirOTR_12.vcxproj b/plugins/MirOTR/MirOTR/MirOTR_12.vcxproj index 5a0182ef77..898092e19c 100644 --- a/plugins/MirOTR/MirOTR/MirOTR_12.vcxproj +++ b/plugins/MirOTR/MirOTR/MirOTR_12.vcxproj @@ -222,13 +222,13 @@ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\ekhtml\EkHtml_11.vcxproj">
+ <ProjectReference Include="..\ekhtml\EkHtml_12.vcxproj">
<Project>{2c050caf-d8aa-468a-b1a7-89f3be99d3c8}</Project>
</ProjectReference>
- <ProjectReference Include="..\libgcrypt-1.4.6\libgcrypt146lib_11.vcxproj">
+ <ProjectReference Include="..\libgcrypt-1.4.6\libgcrypt146lib_12.vcxproj">
<Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project>
</ProjectReference>
- <ProjectReference Include="..\libotr-3.2.0\libotr320_11.vcxproj">
+ <ProjectReference Include="..\libotr-3.2.0\libotr320_12.vcxproj">
<Project>{1423fc8f-aa52-4562-8275-4bf0838ca378}</Project>
</ProjectReference>
</ItemGroup>
|