diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-14 17:10:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-14 17:10:13 +0300 |
commit | ebfc39114272499dae2e2851579e586a74003dcf (patch) | |
tree | 1814f5b920cd5190156d6ff4f400e03863bc514c /plugins/MirOTR | |
parent | a4431cdb8e722be57f4a34736fbb866433309e92 (diff) |
fix for references
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/MirOTR_16.vcxproj | 6 | ||||
-rw-r--r-- | plugins/MirOTR/libotr/libotr_16.vcxproj | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirOTR/MirOTR_16.vcxproj b/plugins/MirOTR/MirOTR_16.vcxproj index ea3651fa14..f51687eb92 100644 --- a/plugins/MirOTR/MirOTR_16.vcxproj +++ b/plugins/MirOTR/MirOTR_16.vcxproj @@ -230,13 +230,13 @@ <ResourceCompile Include="res\version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="ekhtml\ekhtml_15.vcxproj"> + <ProjectReference Include="ekhtml\ekhtml_16.vcxproj"> <Project>{2c050caf-d8aa-468a-b1a7-89f3be99d3c8}</Project> </ProjectReference> - <ProjectReference Include="Libgcrypt\Libgcrypt_15.vcxproj"> + <ProjectReference Include="Libgcrypt\Libgcrypt_16.vcxproj"> <Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project> </ProjectReference> - <ProjectReference Include="libotr\libotr_15.vcxproj"> + <ProjectReference Include="libotr\libotr_16.vcxproj"> <Project>{1423fc8f-aa52-4562-8275-4bf0838ca378}</Project> </ProjectReference> </ItemGroup> diff --git a/plugins/MirOTR/libotr/libotr_16.vcxproj b/plugins/MirOTR/libotr/libotr_16.vcxproj index 8a7c021539..785ac2369a 100644 --- a/plugins/MirOTR/libotr/libotr_16.vcxproj +++ b/plugins/MirOTR/libotr/libotr_16.vcxproj @@ -158,7 +158,7 @@ <ClInclude Include="custom\config.h" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\Libgcrypt\Libgcrypt_15.vcxproj"> + <ProjectReference Include="..\Libgcrypt\Libgcrypt_16.vcxproj"> <Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project> </ProjectReference> </ItemGroup> |