From 4df260317b8bd47ca65dca24b376b68b765a378f Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 19 Feb 2014 12:23:54 +0000 Subject: DropBox: - reorganization of projects and code - added access request at contact's menu - temporary disabled folders sending - added dropbox icon - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@8174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DropBox/DropBox_11.vcxproj | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'plugins/DropBox/DropBox_11.vcxproj') diff --git a/plugins/DropBox/DropBox_11.vcxproj b/plugins/DropBox/DropBox_11.vcxproj index 71d46e9c09..8f52177702 100644 --- a/plugins/DropBox/DropBox_11.vcxproj +++ b/plugins/DropBox/DropBox_11.vcxproj @@ -20,7 +20,7 @@ {CBA58126-3E02-4159-9BD3-059AF9DBC84E} - DropBox + Dropbox @@ -88,14 +88,14 @@ 4996;%(DisableSpecificWarnings) MultiThreadedDebugDLL common.h - Use + NotUsing Windows true $(ProfileDir)..\..\bin11\lib $(IntDir)$(TargetName).lib - comctl32.lib;%(AdditionalDependencies) + comctl32.lib;shlwapi.lib;%(AdditionalDependencies) false @@ -113,7 +113,7 @@ true 4996;%(DisableSpecificWarnings) MultiThreadedDebugDLL - Use + NotUsing common.h @@ -121,7 +121,7 @@ true $(ProfileDir)..\..\bin11\lib $(IntDir)$(TargetName).lib - comctl32.lib;%(AdditionalDependencies) + comctl32.lib;shlwapi.lib;%(AdditionalDependencies) false @@ -138,7 +138,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) 4996;%(DisableSpecificWarnings) - Use + NotUsing common.h Size @@ -148,7 +148,7 @@ true true false - comctl32.lib;%(AdditionalDependencies) + comctl32.lib;shlwapi.lib;%(AdditionalDependencies) $(ProfileDir)..\..\bin11\lib $(IntDir)$(TargetName).lib @@ -176,7 +176,7 @@ true true false - comctl32.lib;%(AdditionalDependencies) + comctl32.lib;shlwapi.lib;%(AdditionalDependencies) $(ProfileDir)..\..\bin11\lib $(IntDir)$(TargetName).lib @@ -186,23 +186,30 @@ - - + + + + + + + - - - Create - + + + - + + + + -- cgit v1.2.3