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 | |
parent | a4431cdb8e722be57f4a34736fbb866433309e92 (diff) |
fix for references
-rw-r--r-- | plugins/CryptoPP/cryptopp_16.vcxproj | 2 | ||||
-rw-r--r-- | plugins/MirOTR/MirOTR_16.vcxproj | 6 | ||||
-rw-r--r-- | plugins/MirOTR/libotr/libotr_16.vcxproj | 2 | ||||
-rw-r--r-- | protocols/Sametime/sametime_16.vcxproj | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/plugins/CryptoPP/cryptopp_16.vcxproj b/plugins/CryptoPP/cryptopp_16.vcxproj index 99da7971f6..5d81ebed3a 100644 --- a/plugins/CryptoPP/cryptopp_16.vcxproj +++ b/plugins/CryptoPP/cryptopp_16.vcxproj @@ -258,7 +258,7 @@ <ResourceCompile Include="src\GPGw\gpg.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="crypto\cryptlib_15.vcxproj"> + <ProjectReference Include="crypto\cryptlib_16.vcxproj"> <Project>{290c5ed4-71a7-4040-ad26-4820cf7a9e60}</Project> </ProjectReference> </ItemGroup> 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> diff --git a/protocols/Sametime/sametime_16.vcxproj b/protocols/Sametime/sametime_16.vcxproj index 84945f3f24..45d9bc7da1 100644 --- a/protocols/Sametime/sametime_16.vcxproj +++ b/protocols/Sametime/sametime_16.vcxproj @@ -337,7 +337,7 @@ <ResourceCompile Include="res\version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="src\glib\glib_15.vcxproj"> + <ProjectReference Include="src\glib\glib_16.vcxproj"> <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project> </ProjectReference> </ItemGroup> |