From 5631baf8764e4d930657e8d8e3f1dc061cd25f0f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 15 Aug 2012 21:34:10 +0000 Subject: include directories for resources fix - part 3 git-svn-id: http://svn.miranda-ng.org/main/trunk@1473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewEventNotify/neweventnotify.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/NewEventNotify') diff --git a/plugins/NewEventNotify/neweventnotify.vcxproj b/plugins/NewEventNotify/neweventnotify.vcxproj index fec84f4f59..99bfbccab4 100644 --- a/plugins/NewEventNotify/neweventnotify.vcxproj +++ b/plugins/NewEventNotify/neweventnotify.vcxproj @@ -83,7 +83,7 @@ _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi + ..\..\..\include\msapi true @@ -106,7 +106,7 @@ _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi + ..\..\..\include\msapi true @@ -130,7 +130,7 @@ NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi + ..\..\..\include\msapi true @@ -157,7 +157,7 @@ NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi + ..\..\..\include\msapi true -- cgit v1.2.3