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/MenuItemEx/menuex_10.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/MenuItemEx/menuex_10.vcxproj') diff --git a/plugins/MenuItemEx/menuex_10.vcxproj b/plugins/MenuItemEx/menuex_10.vcxproj index 69821e8532..54869ceb72 100644 --- a/plugins/MenuItemEx/menuex_10.vcxproj +++ b/plugins/MenuItemEx/menuex_10.vcxproj @@ -90,7 +90,7 @@ $(IntDir)$(TargetName).lib Windows type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib @@ -113,7 +113,7 @@ $(IntDir)$(TargetName).lib Windows type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib @@ -141,7 +141,7 @@ false $(IntDir)$(TargetName).lib Windows - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% @@ -170,7 +170,7 @@ false $(IntDir)$(TargetName).lib Windows - $(SolutionDir)\lib + $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% -- cgit v1.2.3