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_11.vcxproj | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'plugins/ZeroNotification/Zero Notification_11.vcxproj') diff --git a/plugins/ZeroNotification/Zero Notification_11.vcxproj b/plugins/ZeroNotification/Zero Notification_11.vcxproj index 9f81dc78fe..1fa9a6380e 100644 --- a/plugins/ZeroNotification/Zero Notification_11.vcxproj +++ b/plugins/ZeroNotification/Zero Notification_11.vcxproj @@ -76,7 +76,7 @@ Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) false true @@ -87,6 +87,8 @@ Level3 EditAndContinue false + Use + common.h _DEBUG;%(PreprocessorDefinitions) @@ -104,7 +106,7 @@ Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;%(AdditionalIncludeDirectories) WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) false EnableFastChecks @@ -113,6 +115,8 @@ Fast Level3 false + Use + common.h _DEBUG;%(PreprocessorDefinitions) @@ -132,7 +136,7 @@ Full OnlyExplicitInline Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false @@ -141,6 +145,8 @@ Fast Level3 true + Use + common.h NDEBUG;%(PreprocessorDefinitions) @@ -163,7 +169,7 @@ Full OnlyExplicitInline Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;%(AdditionalIncludeDirectories) WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false @@ -171,6 +177,8 @@ false Fast Level3 + Use + common.h NDEBUG;%(PreprocessorDefinitions) @@ -190,6 +198,9 @@ + + Create + @@ -197,7 +208,8 @@ - + + -- cgit v1.2.3