From 8d428350dc3307f8ada75fafece2049cca84e969 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 18 Feb 2014 20:51:32 +0000 Subject: vc2010 project added git-svn-id: http://svn.miranda-ng.org/main/trunk@8171 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DropBox/DropBox_10.vcxproj | 207 +++++++++++++++++++++++++++++ plugins/DropBox/DropBox_10.vcxproj.filters | 50 +++++++ 2 files changed, 257 insertions(+) create mode 100644 plugins/DropBox/DropBox_10.vcxproj create mode 100644 plugins/DropBox/DropBox_10.vcxproj.filters (limited to 'plugins') diff --git a/plugins/DropBox/DropBox_10.vcxproj b/plugins/DropBox/DropBox_10.vcxproj new file mode 100644 index 0000000000..709f8deb02 --- /dev/null +++ b/plugins/DropBox/DropBox_10.vcxproj @@ -0,0 +1,207 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {CBA58126-3E02-4159-9BD3-059AF9DBC84E} + DropBox + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + false + true + 4996;%(DisableSpecificWarnings) + MultiThreadedDebugDLL + common.h + Use + + + Windows + true + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + false + true + 4996;%(DisableSpecificWarnings) + MultiThreadedDebugDLL + Use + common.h + + + Windows + true + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Full + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + 4996;%(DisableSpecificWarnings) + Use + common.h + Size + + + Windows + true + true + true + false + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Full + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + 4996;%(DisableSpecificWarnings) + Use + common.h + Size + + + Windows + true + true + true + false + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + + + + + + Create + + + + + + + + + + \ No newline at end of file diff --git a/plugins/DropBox/DropBox_10.vcxproj.filters b/plugins/DropBox/DropBox_10.vcxproj.filters new file mode 100644 index 0000000000..1d9e2a795d --- /dev/null +++ b/plugins/DropBox/DropBox_10.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + {bb96e6a3-2d56-4aed-9352-30558014561b} + + + {007efe6e-3f6a-49d0-be83-77c03481c085} + + + {badc339a-531c-4f2a-8a2e-e46bd5630044} + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3