From f920ef497f3299ae24fe783ce03bdd93b419f764 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 22:02:50 +0000 Subject: plugins folders renaming git-svn-id: http://svn.miranda-ng.org/main/trunk@60 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbrw/dbrw_10.vcxproj | 252 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 plugins/Dbrw/dbrw_10.vcxproj (limited to 'plugins/Dbrw/dbrw_10.vcxproj') diff --git a/plugins/Dbrw/dbrw_10.vcxproj b/plugins/Dbrw/dbrw_10.vcxproj new file mode 100644 index 0000000000..13d1263458 --- /dev/null +++ b/plugins/Dbrw/dbrw_10.vcxproj @@ -0,0 +1,252 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + dbrw + + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + + + + + false + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + + + false + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + true + + + + MultiThreadedDLL + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0500;DBRW_OLD_PLUGINAPI_SUPPORT;NO_TCL;WIN32;NDEBUG;_WINDOWS;_USRDLL;DBRW_EXPORTS;%(PreprocessorDefinitions) + 4996 + true + Speed + true + false + false + Fast + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\dbrw.tlb + true + Win32 + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + ./../../include/msapi/ + + + true + $(IntDir)$(TargetName).bsc + + + true + true + true + UseLinkTimeCodeGeneration + %(AdditionalDependencies) + + + + + MultiThreadedDLL + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0500;DBRW_OLD_PLUGINAPI_SUPPORT;NO_TCL;WIN32;NDEBUG;_WINDOWS;_USRDLL;DBRW_EXPORTS;%(PreprocessorDefinitions) + 4996 + true + Speed + true + false + false + Fast + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\dbrw.tlb + true + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + ./../../include/msapi/ + + + true + $(IntDir)$(TargetName).bsc + + + true + true + true + UseLinkTimeCodeGeneration + %(AdditionalDependencies) + + + + + MultiThreadedDebugDLL + Disabled + true + Level3 + EditAndContinue + ../../include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0500;DBRW_OLD_PLUGINAPI_SUPPORT;DBRW_DEBUG;DBRW_LOGGING;NO_TCL;WIN32;_DEBUG;_WINDOWS;_USRDLL;DBRW_EXPORTS;%(PreprocessorDefinitions) + 4996 + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\dbrw.tlb + true + Win32 + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + ./../../include/msapi/ + + + true + $(IntDir)$(TargetName).bsc + + + true + true + Windows + %(AdditionalDependencies) + + + + + MultiThreadedDebugDLL + Disabled + true + Level3 + ProgramDatabase + ../../include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0500;DBRW_OLD_PLUGINAPI_SUPPORT;DBRW_DEBUG;DBRW_LOGGING;NO_TCL;WIN32;_DEBUG;_WINDOWS;_USRDLL;DBRW_EXPORTS;%(PreprocessorDefinitions) + 4996 + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\dbrw.tlb + true + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + ./../../include/msapi/ + + + true + $(IntDir)$(TargetName).bsc + + + true + true + Windows + %(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3