diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 08:27:51 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-22 08:27:51 +0000 |
commit | c136cd1708b19561b84cf2ec019a0aacbbe87ac4 (patch) | |
tree | df2f28bf70aeab6ce22c16aade602b1d66c49f6d /plugins/MirOTR | |
parent | bd65cffeed3d8b9e86a60fcc8d81733fba42a420 (diff) |
projects references fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/MirOTR_14.vcxproj | 6 | ||||
-rw-r--r-- | plugins/MirOTR/libotr/libotr_14.vcxproj | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirOTR/MirOTR_14.vcxproj b/plugins/MirOTR/MirOTR_14.vcxproj index a75d0803ed..549e551885 100644 --- a/plugins/MirOTR/MirOTR_14.vcxproj +++ b/plugins/MirOTR/MirOTR_14.vcxproj @@ -226,13 +226,13 @@ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="ekhtml\ekhtml_12.vcxproj">
+ <ProjectReference Include="ekhtml\ekhtml_14.vcxproj">
<Project>{2c050caf-d8aa-468a-b1a7-89f3be99d3c8}</Project>
</ProjectReference>
- <ProjectReference Include="Libgcrypt\Libgcrypt_12.vcxproj">
+ <ProjectReference Include="Libgcrypt\Libgcrypt_14.vcxproj">
<Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project>
</ProjectReference>
- <ProjectReference Include="libotr\libotr_12.vcxproj">
+ <ProjectReference Include="libotr\libotr_14.vcxproj">
<Project>{1423fc8f-aa52-4562-8275-4bf0838ca378}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/plugins/MirOTR/libotr/libotr_14.vcxproj b/plugins/MirOTR/libotr/libotr_14.vcxproj index b1196473df..45f11d78ba 100644 --- a/plugins/MirOTR/libotr/libotr_14.vcxproj +++ b/plugins/MirOTR/libotr/libotr_14.vcxproj @@ -152,7 +152,7 @@ <ClInclude Include="custom\config.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Libgcrypt\Libgcrypt_12.vcxproj">
+ <ProjectReference Include="..\Libgcrypt\Libgcrypt_14.vcxproj">
<Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project>
</ProjectReference>
</ItemGroup>
|