From 7e5f2445f906ade2533fc3a4b6d14b8da52ec522 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 14 Mar 2013 07:25:18 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@4012 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../ZeroNotification/Zero Notification_10.vcxproj | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'plugins/ZeroNotification/Zero Notification_10.vcxproj') diff --git a/plugins/ZeroNotification/Zero Notification_10.vcxproj b/plugins/ZeroNotification/Zero Notification_10.vcxproj index 47dbb79ffc..0547ea8f4d 100644 --- a/plugins/ZeroNotification/Zero Notification_10.vcxproj +++ b/plugins/ZeroNotification/Zero Notification_10.vcxproj @@ -72,7 +72,7 @@ Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) false true @@ -83,6 +83,8 @@ Level3 EditAndContinue false + Use + common.h _DEBUG;%(PreprocessorDefinitions) @@ -100,7 +102,7 @@ Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;%(AdditionalIncludeDirectories) WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) false EnableFastChecks @@ -109,6 +111,8 @@ Fast Level3 false + Use + common.h _DEBUG;%(PreprocessorDefinitions) @@ -128,7 +132,7 @@ Full OnlyExplicitInline Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false @@ -137,6 +141,8 @@ Fast Level3 true + Use + common.h NDEBUG;%(PreprocessorDefinitions) @@ -159,7 +165,7 @@ Full OnlyExplicitInline Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;%(AdditionalIncludeDirectories) WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false @@ -167,6 +173,8 @@ false Fast Level3 + Use + common.h NDEBUG;%(PreprocessorDefinitions) @@ -186,6 +194,9 @@ + + Create + @@ -193,7 +204,8 @@ - + + -- cgit v1.2.3