diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-11 14:15:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-11 14:15:09 +0300 |
commit | 37ed22ab43e74245169c9f49562c22ae978b2876 (patch) | |
tree | 68cfdb21676ac30411775a033e433268aa09b2fe /plugins/MirOTR | |
parent | 1b32d18bbe8bd96e0d98e6b0c4df61dcfa94710e (diff) |
warning fix for non-standard projects
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj | 1 | ||||
-rw-r--r-- | plugins/MirOTR/MirOTR_15.vcxproj | 1 | ||||
-rw-r--r-- | plugins/MirOTR/ekhtml/ekhtml_15.vcxproj | 1 | ||||
-rw-r--r-- | plugins/MirOTR/libotr/libotr_15.vcxproj | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj b/plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj index c6ba364adb..594d9ff26b 100644 --- a/plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj +++ b/plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{40FE7861-E54E-4DA9-BE4D-A5178014E477}</ProjectGuid> <ProjectName>Libgcrypt</ProjectName> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/plugins/MirOTR/MirOTR_15.vcxproj b/plugins/MirOTR/MirOTR_15.vcxproj index bceac8fd1d..ea3651fa14 100644 --- a/plugins/MirOTR/MirOTR_15.vcxproj +++ b/plugins/MirOTR/MirOTR_15.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{53F841E8-284F-4545-9176-B131896E43F8}</ProjectGuid> <ProjectName>MirOTR</ProjectName> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj b/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj index 20f8152f03..59c2096790 100644 --- a/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj +++ b/plugins/MirOTR/ekhtml/ekhtml_15.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{2C050CAF-D8AA-468A-B1A7-89F3BE99D3C8}</ProjectGuid> <ProjectName>EkHtml</ProjectName> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/plugins/MirOTR/libotr/libotr_15.vcxproj b/plugins/MirOTR/libotr/libotr_15.vcxproj index e7d4a4393d..8a7c021539 100644 --- a/plugins/MirOTR/libotr/libotr_15.vcxproj +++ b/plugins/MirOTR/libotr/libotr_15.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{1423FC8F-AA52-4562-8275-4BF0838CA378}</ProjectGuid> <ProjectName>libotr</ProjectName> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |