From a3efd513ac5cc0d55fe66492091d51ceddb34d14 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 6 Nov 2012 16:36:25 +0000 Subject: Fixed compilation of standalone plugins (thx robyer) Xfire protocol added to solutions (no 64-bit yet) git-svn-id: http://svn.miranda-ng.org/main/trunk@2218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/QuickContacts/quickcontacts.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/QuickContacts') diff --git a/plugins/QuickContacts/quickcontacts.vcxproj b/plugins/QuickContacts/quickcontacts.vcxproj index af99656229..c6c1a2e59a 100644 --- a/plugins/QuickContacts/quickcontacts.vcxproj +++ b/plugins/QuickContacts/quickcontacts.vcxproj @@ -117,7 +117,7 @@ true 0x32100000 MachineX86 - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib true true $(IntDir)$(TargetName).lib @@ -158,7 +158,7 @@ true true 0x32100000 - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib true true $(IntDir)$(TargetName).lib @@ -199,7 +199,7 @@ true 0x32100000 MachineX86 - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib $(IntDir)$(TargetName).lib @@ -235,7 +235,7 @@ true true 0x32100000 - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib $(IntDir)$(TargetName).lib -- cgit v1.2.3