From 0feeb79e5f68d560e312e6a47c6b3decfa25de36 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Apr 2013 20:36:00 +0000 Subject: minor project fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@4460 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SkypeStatusChange/SkypeStatusChange_10.vcxproj | 5 +++-- plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'plugins/SkypeStatusChange') diff --git a/plugins/SkypeStatusChange/SkypeStatusChange_10.vcxproj b/plugins/SkypeStatusChange/SkypeStatusChange_10.vcxproj index 9cd186e5fa..f146995d0f 100644 --- a/plugins/SkypeStatusChange/SkypeStatusChange_10.vcxproj +++ b/plugins/SkypeStatusChange/SkypeStatusChange_10.vcxproj @@ -76,7 +76,7 @@ Level3 true ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) OnlyExplicitInline false Size @@ -136,13 +136,14 @@ Full Level3 ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Default OnlyExplicitInline Size false stdafx.h Use + true NDEBUG;%(PreprocessorDefinitions) diff --git a/plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj b/plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj index fca1a9bece..6ea2de3e19 100644 --- a/plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj +++ b/plugins/SkypeStatusChange/SkypeStatusChange_11.vcxproj @@ -78,7 +78,6 @@ false Full Level3 - true ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) OnlyExplicitInline @@ -87,6 +86,7 @@ stdafx.h Use false + true NDEBUG;%(PreprocessorDefinitions) @@ -148,6 +148,7 @@ stdafx.h Use false + true NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3