From 4314e4924b2ddb9aea86b39d6d683fcc3f7b1822 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Wed, 4 May 2011 22:01:38 +0000 Subject: project files paths fixes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@71 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- FavContacts/favcontacts.vcproj | 4 ++-- FavContacts/favcontacts.vcxproj | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'FavContacts') diff --git a/FavContacts/favcontacts.vcproj b/FavContacts/favcontacts.vcproj index 850d970..581619c 100644 --- a/FavContacts/favcontacts.vcproj +++ b/FavContacts/favcontacts.vcproj @@ -41,7 +41,7 @@ <_ProjectFileVersion>10.0.30319.1 - ../../../Files/Debug/Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - ../../../Files/Release/Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true AllRules.ruleset @@ -52,7 +52,7 @@ Disabled - ../../include;../../ExternalAPI + ../../include;../ExternalAPI WIN32;_DEBUG;_WINDOWS;_USRDLL;FAVCONTACTS_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks @@ -76,7 +76,7 @@ Full Size - ../../include;../../ExternalAPI + ../../include;../ExternalAPI WIN32;NDEBUG;_WINDOWS;_USRDLL;FAVCONTACTS_EXPORTS;%(PreprocessorDefinitions) -- cgit v1.2.3