From d89014c40c6334665a9050439ac3b6ab92848a72 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 22 Mar 2014 14:31:11 +0000 Subject: WIN32 macro isn't needed in projects git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!Deprecated/Dbx_tree/dbx_tree_10.vcxproj | 4 ++-- plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj | 4 ++-- .../!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_10.vcxproj | 4 ++-- .../!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj | 4 ++-- .../Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj | 4 ++-- .../Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj | 4 ++-- .../!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_10.vcxproj | 4 ++-- .../!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_12.vcxproj | 4 ++-- .../!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj | 4 ++-- plugins/!Deprecated/MagneticWindows/MagneticWindows_10.vcxproj | 6 +++--- plugins/!Deprecated/MagneticWindows/MagneticWindows_12.vcxproj | 6 +++--- plugins/!Deprecated/MetaContacts/MetaContacts_10.vcxproj | 4 ++-- plugins/!Deprecated/MetaContacts/MetaContacts_12.vcxproj | 4 ++-- plugins/!Deprecated/W7UI/w7ui_10.vcxproj | 4 ++-- 14 files changed, 30 insertions(+), 30 deletions(-) (limited to 'plugins/!Deprecated') diff --git a/plugins/!Deprecated/Dbx_tree/dbx_tree_10.vcxproj b/plugins/!Deprecated/Dbx_tree/dbx_tree_10.vcxproj index 4af6d4ab57..f6e97438f8 100644 --- a/plugins/!Deprecated/Dbx_tree/dbx_tree_10.vcxproj +++ b/plugins/!Deprecated/Dbx_tree/dbx_tree_10.vcxproj @@ -73,7 +73,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 @@ -102,7 +102,7 @@ AnySuitable Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Fast Level3 true diff --git a/plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj b/plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj index 2ba8fb7b6a..63ed1eb7c7 100644 --- a/plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj +++ b/plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj @@ -77,7 +77,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 @@ -107,7 +107,7 @@ AnySuitable Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Fast Level3 true diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_10.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_10.vcxproj index bc1e92c508..459dc82a25 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_10.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_10.vcxproj @@ -67,7 +67,7 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -112,7 +112,7 @@ Full AnySuitable Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) true Level3 ..\Common diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj index 58c8b2ea2f..fa50ee80e4 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj @@ -71,7 +71,7 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -117,7 +117,7 @@ Full AnySuitable Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) true Level3 ..\Common diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj index debcd6ee76..6c7e12552c 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj @@ -67,7 +67,7 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -112,7 +112,7 @@ Full AnySuitable Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) true Level3 ..\Common diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj index b295e76857..8d77a18622 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj @@ -71,7 +71,7 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -117,7 +117,7 @@ Full AnySuitable Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) true Level3 ..\Common diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_10.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_10.vcxproj index c9620a7e27..dbc1fcb910 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_10.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_10.vcxproj @@ -67,7 +67,7 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -112,7 +112,7 @@ Full AnySuitable Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) true Level3 ..\Common diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_12.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_12.vcxproj index 15200ec919..0859e55f12 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_12.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/HC256/HC256_12.vcxproj @@ -71,7 +71,7 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -117,7 +117,7 @@ Full AnySuitable Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) true Level3 ..\Common diff --git a/plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj b/plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj index ccc706f77e..2e623e339c 100644 --- a/plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj +++ b/plugins/!Deprecated/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj @@ -75,7 +75,7 @@ OnlyExplicitInline Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) true Use Level3 @@ -101,7 +101,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL diff --git a/plugins/!Deprecated/MagneticWindows/MagneticWindows_10.vcxproj b/plugins/!Deprecated/MagneticWindows/MagneticWindows_10.vcxproj index 4c601c8036..838c7382dc 100644 --- a/plugins/!Deprecated/MagneticWindows/MagneticWindows_10.vcxproj +++ b/plugins/!Deprecated/MagneticWindows/MagneticWindows_10.vcxproj @@ -92,7 +92,7 @@ Use Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) false false @@ -126,7 +126,7 @@ Use Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) false false @@ -162,7 +162,7 @@ Full true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) MagneticWindowsCore.h ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) Size diff --git a/plugins/!Deprecated/MagneticWindows/MagneticWindows_12.vcxproj b/plugins/!Deprecated/MagneticWindows/MagneticWindows_12.vcxproj index 9e59a22dc4..9fe4213e6c 100644 --- a/plugins/!Deprecated/MagneticWindows/MagneticWindows_12.vcxproj +++ b/plugins/!Deprecated/MagneticWindows/MagneticWindows_12.vcxproj @@ -96,7 +96,7 @@ Use Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) false false @@ -131,7 +131,7 @@ Use Level3 Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) false false @@ -167,7 +167,7 @@ Full true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) MagneticWindowsCore.h ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) Size diff --git a/plugins/!Deprecated/MetaContacts/MetaContacts_10.vcxproj b/plugins/!Deprecated/MetaContacts/MetaContacts_10.vcxproj index f1d9227c4d..ab09894a44 100644 --- a/plugins/!Deprecated/MetaContacts/MetaContacts_10.vcxproj +++ b/plugins/!Deprecated/MetaContacts/MetaContacts_10.vcxproj @@ -72,7 +72,7 @@ ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Use @@ -102,7 +102,7 @@ OnlyExplicitInline Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false true diff --git a/plugins/!Deprecated/MetaContacts/MetaContacts_12.vcxproj b/plugins/!Deprecated/MetaContacts/MetaContacts_12.vcxproj index 41edf86361..91a9fe5dca 100644 --- a/plugins/!Deprecated/MetaContacts/MetaContacts_12.vcxproj +++ b/plugins/!Deprecated/MetaContacts/MetaContacts_12.vcxproj @@ -76,7 +76,7 @@ ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Use @@ -107,7 +107,7 @@ OnlyExplicitInline Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false true diff --git a/plugins/!Deprecated/W7UI/w7ui_10.vcxproj b/plugins/!Deprecated/W7UI/w7ui_10.vcxproj index 044c4fe198..9706a07d67 100644 --- a/plugins/!Deprecated/W7UI/w7ui_10.vcxproj +++ b/plugins/!Deprecated/W7UI/w7ui_10.vcxproj @@ -73,7 +73,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -112,7 +112,7 @@ Full Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true Level3 OnlyExplicitInline -- cgit v1.2.3