diff options
| author | George Hazan <ghazan@miranda.im> | 2023-04-24 16:37:00 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-04-24 16:37:00 +0300 |
| commit | 25f5677c61c55d3036b39eca608e137633357ac3 (patch) | |
| tree | 4dae8e2bd131ac33e1b6d531170ffd673a4f413c /plugins | |
| parent | b03b8c0267b26c418880ec03c33ccba59a8cf2d0 (diff) | |
project file fix
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/CryptoPP/cryptopp_17.vcxproj | 2 | ||||
| -rw-r--r-- | plugins/MirOTR/MirOTR_17.vcxproj | 6 | ||||
| -rw-r--r-- | plugins/MirOTR/libotr/libotr_17.vcxproj | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/CryptoPP/cryptopp_17.vcxproj b/plugins/CryptoPP/cryptopp_17.vcxproj index ed12b415eb..103b192385 100644 --- a/plugins/CryptoPP/cryptopp_17.vcxproj +++ b/plugins/CryptoPP/cryptopp_17.vcxproj @@ -258,7 +258,7 @@ <ResourceCompile Include="src\GPGw\gpg.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="crypto\cryptlib_16.vcxproj"> + <ProjectReference Include="crypto\cryptlib_17.vcxproj"> <Project>{290c5ed4-71a7-4040-ad26-4820cf7a9e60}</Project> </ProjectReference> </ItemGroup> diff --git a/plugins/MirOTR/MirOTR_17.vcxproj b/plugins/MirOTR/MirOTR_17.vcxproj index c8a6b29984..e29e46722e 100644 --- a/plugins/MirOTR/MirOTR_17.vcxproj +++ b/plugins/MirOTR/MirOTR_17.vcxproj @@ -230,13 +230,13 @@ <ResourceCompile Include="res\version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="ekhtml\ekhtml_16.vcxproj"> + <ProjectReference Include="ekhtml\ekhtml_17.vcxproj"> <Project>{2c050caf-d8aa-468a-b1a7-89f3be99d3c8}</Project> </ProjectReference> - <ProjectReference Include="Libgcrypt\Libgcrypt_16.vcxproj"> + <ProjectReference Include="Libgcrypt\Libgcrypt_17.vcxproj"> <Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project> </ProjectReference> - <ProjectReference Include="libotr\libotr_16.vcxproj"> + <ProjectReference Include="libotr\libotr_17.vcxproj"> <Project>{1423fc8f-aa52-4562-8275-4bf0838ca378}</Project> </ProjectReference> </ItemGroup> diff --git a/plugins/MirOTR/libotr/libotr_17.vcxproj b/plugins/MirOTR/libotr/libotr_17.vcxproj index eb479a7674..70a6503257 100644 --- a/plugins/MirOTR/libotr/libotr_17.vcxproj +++ b/plugins/MirOTR/libotr/libotr_17.vcxproj @@ -158,7 +158,7 @@ <ClInclude Include="custom\config.h" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\Libgcrypt\Libgcrypt_16.vcxproj"> + <ProjectReference Include="..\Libgcrypt\Libgcrypt_17.vcxproj"> <Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project> </ProjectReference> </ItemGroup> |
