diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-04-08 16:28:46 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-04-08 16:28:46 +0300 |
commit | bfc11bde8480ec426cf31f96deeb92c450eb5a0e (patch) | |
tree | 590196ac2437c7b40b8cfa78d2d233486aed700c | |
parent | 745098bc592b24c75a92f1357621330ae18670eb (diff) |
vs 2017 compilation fix
-rw-r--r-- | plugins/CryptoPP/cryptopp_15.vcxproj | 2 | ||||
-rw-r--r-- | plugins/MirOTR/MirOTR_15.vcxproj | 6 | ||||
-rw-r--r-- | plugins/MirOTR/libotr/libotr_15.vcxproj | 2 | ||||
-rw-r--r-- | protocols/Sametime/sametime_15.vcxproj | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/plugins/CryptoPP/cryptopp_15.vcxproj b/plugins/CryptoPP/cryptopp_15.vcxproj index 1d5288b731..2277eed296 100644 --- a/plugins/CryptoPP/cryptopp_15.vcxproj +++ b/plugins/CryptoPP/cryptopp_15.vcxproj @@ -257,7 +257,7 @@ <ResourceCompile Include="src\GPGw\gpg.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="crypto\cryptlib_14.vcxproj"> + <ProjectReference Include="crypto\cryptlib_15.vcxproj"> <Project>{290c5ed4-71a7-4040-ad26-4820cf7a9e60}</Project> </ProjectReference> </ItemGroup> diff --git a/plugins/MirOTR/MirOTR_15.vcxproj b/plugins/MirOTR/MirOTR_15.vcxproj index b32873fd4f..349cb15d7b 100644 --- a/plugins/MirOTR/MirOTR_15.vcxproj +++ b/plugins/MirOTR/MirOTR_15.vcxproj @@ -226,13 +226,13 @@ <ResourceCompile Include="res\version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="ekhtml\ekhtml_14.vcxproj"> + <ProjectReference Include="ekhtml\ekhtml_15.vcxproj"> <Project>{2c050caf-d8aa-468a-b1a7-89f3be99d3c8}</Project> </ProjectReference> - <ProjectReference Include="Libgcrypt\Libgcrypt_14.vcxproj"> + <ProjectReference Include="Libgcrypt\Libgcrypt_15.vcxproj"> <Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project> </ProjectReference> - <ProjectReference Include="libotr\libotr_14.vcxproj"> + <ProjectReference Include="libotr\libotr_15.vcxproj"> <Project>{1423fc8f-aa52-4562-8275-4bf0838ca378}</Project> </ProjectReference> </ItemGroup> diff --git a/plugins/MirOTR/libotr/libotr_15.vcxproj b/plugins/MirOTR/libotr/libotr_15.vcxproj index 50d2222643..a72b9699ee 100644 --- a/plugins/MirOTR/libotr/libotr_15.vcxproj +++ b/plugins/MirOTR/libotr/libotr_15.vcxproj @@ -152,7 +152,7 @@ <ClInclude Include="custom\config.h" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\Libgcrypt\Libgcrypt_14.vcxproj"> + <ProjectReference Include="..\Libgcrypt\Libgcrypt_15.vcxproj"> <Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project> </ProjectReference> </ItemGroup> diff --git a/protocols/Sametime/sametime_15.vcxproj b/protocols/Sametime/sametime_15.vcxproj index 9642bdd622..b9f1112fd3 100644 --- a/protocols/Sametime/sametime_15.vcxproj +++ b/protocols/Sametime/sametime_15.vcxproj @@ -333,7 +333,7 @@ <ResourceCompile Include="res\version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="src\glib\glib_14.vcxproj"> + <ProjectReference Include="src\glib\glib_15.vcxproj"> <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project> </ProjectReference> </ItemGroup> |