summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/cmplugin/cmstub.vcxproj1
-rw-r--r--libs/pthreads/pthreads.vcxproj1
-rw-r--r--plugins/CryptoPP/crypto/cryptlib_15.vcxproj1
-rw-r--r--plugins/CryptoPP/cryptopp_15.vcxproj1
-rw-r--r--plugins/HTTPServer/HTTPServer_15.vcxproj1
-rw-r--r--plugins/ListeningTo/src/players/foo_mlt/foo_mlt_15.vcxproj1
-rw-r--r--plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000_SDK_15.vcxproj1
-rw-r--r--plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client_15.vcxproj1
-rw-r--r--plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers_15.vcxproj1
-rw-r--r--plugins/ListeningTo/src/players/foo_mlt/pfc/pfc_15.vcxproj1
-rw-r--r--plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_15.vcxproj1
-rw-r--r--plugins/MirFox/MirFoxNG_15.vcxproj1
-rw-r--r--plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj1
-rw-r--r--plugins/MirOTR/MirOTR_15.vcxproj1
-rw-r--r--plugins/MirOTR/ekhtml/ekhtml_15.vcxproj1
-rw-r--r--plugins/MirOTR/libotr/libotr_15.vcxproj1
-rw-r--r--plugins/NotesAndReminders/NotesReminders_15.vcxproj1
-rw-r--r--plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj1
-rw-r--r--plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj1
-rw-r--r--plugins/SecureIM/secureim_15.vcxproj1
-rw-r--r--plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj1
-rw-r--r--plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj1
-rw-r--r--plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj1
-rw-r--r--plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj1
-rw-r--r--plugins/UserInfoEx/IconPacks/ice/icons_ice_15.vcxproj1
-rw-r--r--plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj1
-rw-r--r--protocols/Sametime/sametime_15.vcxproj1
-rw-r--r--protocols/Sametime/src/glib/glib_15.vcxproj1
-rw-r--r--tools/checksum/checksum_15.vcxproj1
29 files changed, 29 insertions, 0 deletions
diff --git a/build/cmplugin/cmstub.vcxproj b/build/cmplugin/cmstub.vcxproj
index b385dbdd30..02076a41d9 100644
--- a/build/cmplugin/cmstub.vcxproj
+++ b/build/cmplugin/cmstub.vcxproj
@@ -22,6 +22,7 @@
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{3E03C383-1234-4055-B1C8-D43EB6BFAE58}</ProjectGuid>
<RootNamespace>Project1</RootNamespace>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
<ProjectName>cmstub</ProjectName>
</PropertyGroup>
diff --git a/libs/pthreads/pthreads.vcxproj b/libs/pthreads/pthreads.vcxproj
index d1ddccbe03..2b353e3bcd 100644
--- a/libs/pthreads/pthreads.vcxproj
+++ b/libs/pthreads/pthreads.vcxproj
@@ -26,6 +26,7 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<GenerateManifest>false</GenerateManifest>
<EmbedManifest>false</EmbedManifest>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
diff --git a/plugins/CryptoPP/crypto/cryptlib_15.vcxproj b/plugins/CryptoPP/crypto/cryptlib_15.vcxproj
index 6679b5e5a7..e91d808407 100644
--- a/plugins/CryptoPP/crypto/cryptlib_15.vcxproj
+++ b/plugins/CryptoPP/crypto/cryptlib_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>Cryptlib</ProjectName>
<ProjectGuid>{290C5ED4-71A7-4040-AD26-4820CF7A9E60}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/plugins/CryptoPP/cryptopp_15.vcxproj b/plugins/CryptoPP/cryptopp_15.vcxproj
index a75337de10..52801568e2 100644
--- a/plugins/CryptoPP/cryptopp_15.vcxproj
+++ b/plugins/CryptoPP/cryptopp_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>CryptoPP</ProjectName>
<ProjectGuid>{4AC1E062-0236-4E49-AA04-F732043D2DCF}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/HTTPServer/HTTPServer_15.vcxproj b/plugins/HTTPServer/HTTPServer_15.vcxproj
index 3d9d9d65f0..e07cb5b00a 100644
--- a/plugins/HTTPServer/HTTPServer_15.vcxproj
+++ b/plugins/HTTPServer/HTTPServer_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{F7A70398-AFA0-4A58-B645-85268F9517DE}</ProjectGuid>
<ProjectName>HTTPServer</ProjectName>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_15.vcxproj b/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_15.vcxproj
index 95e265d729..c1c9841156 100644
--- a/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_15.vcxproj
+++ b/plugins/ListeningTo/src/players/foo_mlt/foo_mlt_15.vcxproj
@@ -14,6 +14,7 @@
<ProjectName>ListeningTo_foo_mlt</ProjectName>
<ProjectGuid>{94734E61-D980-4A5F-AAAA-65105755CE24}</ProjectGuid>
<RootNamespace>foo_mlt</RootNamespace>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000_SDK_15.vcxproj b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000_SDK_15.vcxproj
index 5d658f6030..b0b1736423 100644
--- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000_SDK_15.vcxproj
+++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/SDK/foobar2000_SDK_15.vcxproj
@@ -13,6 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{E8091321-D79D-4575-86EF-064EA1A4A20D}</ProjectGuid>
<RootNamespace>foobar2000_SDK</RootNamespace>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client_15.vcxproj b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client_15.vcxproj
index 471edaee34..c83b4e24e0 100644
--- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client_15.vcxproj
+++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/foobar2000_component_client/foobar2000_component_client_15.vcxproj
@@ -13,6 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{71AD2674-065B-48F5-B8B0-E1F9D3892081}</ProjectGuid>
<RootNamespace>foobar2000_component_client</RootNamespace>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers_15.vcxproj b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers_15.vcxproj
index 91bec14ebb..2617868750 100644
--- a/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers_15.vcxproj
+++ b/plugins/ListeningTo/src/players/foo_mlt/foobar2000/helpers/foobar2000_sdk_helpers_15.vcxproj
@@ -13,6 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{EE47764E-A202-4F85-A767-ABDAB4AFF35F}</ProjectGuid>
<RootNamespace>foobar2000_sdk_helpers</RootNamespace>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/plugins/ListeningTo/src/players/foo_mlt/pfc/pfc_15.vcxproj b/plugins/ListeningTo/src/players/foo_mlt/pfc/pfc_15.vcxproj
index b5499491ca..9b9f6b71fb 100644
--- a/plugins/ListeningTo/src/players/foo_mlt/pfc/pfc_15.vcxproj
+++ b/plugins/ListeningTo/src/players/foo_mlt/pfc/pfc_15.vcxproj
@@ -13,6 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}</ProjectGuid>
<RootNamespace>pfc</RootNamespace>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_15.vcxproj b/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_15.vcxproj
index b9f81e467f..716bcde43b 100644
--- a/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_15.vcxproj
+++ b/plugins/ListeningTo/src/players/winamp_mlt/mlt_winamp_15.vcxproj
@@ -14,6 +14,7 @@
<ProjectName>ListeningTo_winamp_mlt</ProjectName>
<ProjectGuid>{8BBB15B7-D08B-475A-A58C-0C71D39FADB8}</ProjectGuid>
<RootNamespace>gen_mlt</RootNamespace>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/MirFox/MirFoxNG_15.vcxproj b/plugins/MirFox/MirFoxNG_15.vcxproj
index 53f530db27..8774d68676 100644
--- a/plugins/MirFox/MirFoxNG_15.vcxproj
+++ b/plugins/MirFox/MirFoxNG_15.vcxproj
@@ -22,6 +22,7 @@
<ProjectName>MirFox</ProjectName>
<ProjectGuid>{3E9DA555-4C7B-463C-AD5C-214073DE29D6}</ProjectGuid>
<RootNamespace>MirFoxNG</RootNamespace>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
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">
diff --git a/plugins/NotesAndReminders/NotesReminders_15.vcxproj b/plugins/NotesAndReminders/NotesReminders_15.vcxproj
index e066e713af..86c3f68856 100644
--- a/plugins/NotesAndReminders/NotesReminders_15.vcxproj
+++ b/plugins/NotesAndReminders/NotesReminders_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{EEB57129-946C-4B98-8856-FDA501AE2A5E}</ProjectGuid>
<ProjectName>NotesReminders</ProjectName>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj b/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj
index f449723e36..eb59a60c18 100644
--- a/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj
+++ b/plugins/PluginUpdater/PluginUpdaterIM_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>PluginUpdater</ProjectName>
<ProjectGuid>{21F6C0E4-DD1A-49E6-82FD-64574BB902BD}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="Configuration">
diff --git a/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj b/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj
index 76996bacc2..fcb953c1b4 100644
--- a/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj
+++ b/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj
@@ -23,6 +23,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>pu_stub</RootNamespace>
<ProjectName>pu_stub</ProjectName>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/plugins/SecureIM/secureim_15.vcxproj b/plugins/SecureIM/secureim_15.vcxproj
index 1a3c3fc5bf..35845835ac 100644
--- a/plugins/SecureIM/secureim_15.vcxproj
+++ b/plugins/SecureIM/secureim_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>SecureIM</ProjectName>
<ProjectGuid>{4ADADECA-99D7-410D-8127-CB27210DCC6A}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj
index a37005f1d6..ad4a6a4593 100644
--- a/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj
+++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>TabSRMM_icons</ProjectName>
<ProjectGuid>{F553F140-B7D3-4984-90B1-00D4831B8A6E}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj
index 67b2bbbe57..ddeeaa6d99 100644
--- a/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj
+++ b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>TabSRMM_icons_XP</ProjectName>
<ProjectGuid>{987C5A57-A46B-4779-BB85-077E21F7BF7F}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj
index cc9af1bc15..dd365c0f04 100644
--- a/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj
+++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>UInfoEx_icons_default_Z1</ProjectName>
<ProjectGuid>{AA542F66-FF66-498A-ADBE-0BB9103ECD0A}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj
index 55caa50a5c..cf4dea23e3 100644
--- a/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj
+++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj
@@ -22,6 +22,7 @@
<ProjectName>UInfoEx_icons_default_Z2</ProjectName>
<ProjectGuid>{D90DD62F-6A75-4469-ABB5-A3E88BCA6A3C}</ProjectGuid>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_15.vcxproj b/plugins/UserInfoEx/IconPacks/ice/icons_ice_15.vcxproj
index d61eef0712..8710c44fb1 100644
--- a/plugins/UserInfoEx/IconPacks/ice/icons_ice_15.vcxproj
+++ b/plugins/UserInfoEx/IconPacks/ice/icons_ice_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>UInfoEx_icons_ice_Z1</ProjectName>
<ProjectGuid>{E04B8ECA-A066-41BA-AE8C-DB172424DD82}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj b/plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj
index 2f5a024835..c7e82a0616 100644
--- a/plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj
+++ b/plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj
@@ -22,6 +22,7 @@
<ProjectName>UInfoEx_icons_ice_Z2</ProjectName>
<ProjectGuid>{E787B42A-6489-4078-90CD-B78B751A1284}</ProjectGuid>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/protocols/Sametime/sametime_15.vcxproj b/protocols/Sametime/sametime_15.vcxproj
index 7fdba5b4f4..84945f3f24 100644
--- a/protocols/Sametime/sametime_15.vcxproj
+++ b/protocols/Sametime/sametime_15.vcxproj
@@ -21,6 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectName>Sametime</ProjectName>
<ProjectGuid>{BE22A21F-73B7-453F-86A0-B867F0056490}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/protocols/Sametime/src/glib/glib_15.vcxproj b/protocols/Sametime/src/glib/glib_15.vcxproj
index 58ea9bd2de..f6244004c5 100644
--- a/protocols/Sametime/src/glib/glib_15.vcxproj
+++ b/protocols/Sametime/src/glib/glib_15.vcxproj
@@ -23,6 +23,7 @@
<RootNamespace>glib</RootNamespace>
<Keyword>Win32Proj</Keyword>
<ProjectName>glib</ProjectName>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/tools/checksum/checksum_15.vcxproj b/tools/checksum/checksum_15.vcxproj
index 35eff9b5b0..8c497b9974 100644
--- a/tools/checksum/checksum_15.vcxproj
+++ b/tools/checksum/checksum_15.vcxproj
@@ -28,6 +28,7 @@
<PropertyGroup Label="Globals">
<ProjectName>CheckSum</ProjectName>
<ProjectGuid>{5153CD6C-6041-47CD-8BE3-2772326BB7C5}</ProjectGuid>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">