diff options
-rw-r--r-- | libs/libmdbx/libmdbx.vcxproj | 1 | ||||
-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 |
4 files changed, 6 insertions, 5 deletions
diff --git a/libs/libmdbx/libmdbx.vcxproj b/libs/libmdbx/libmdbx.vcxproj index 6e2993f936..6652899fbd 100644 --- a/libs/libmdbx/libmdbx.vcxproj +++ b/libs/libmdbx/libmdbx.vcxproj @@ -28,6 +28,7 @@ <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions>MDBX_BUILD_SHARED_LIBRARY=1;MDBX_TXN_CHECKOWNER=0;LIBMDBX_EXPORTS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <LanguageStandard_C>stdc17</LanguageStandard_C> </ClCompile> <Link> <AdditionalDependencies>ntdll.lib;%(AdditionalDependencies)</AdditionalDependencies> 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> |