From 8d3e384834240ff9cde74bd7ccaa0bf4b2404d11 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 20 May 2012 09:20:17 +0000 Subject: project fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@96 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AssocMgr/assocmgr.vcxproj | 108 +++++++++++++++++++++++++++++++++++++- 1 file changed, 107 insertions(+), 1 deletion(-) (limited to 'plugins/AssocMgr') diff --git a/plugins/AssocMgr/assocmgr.vcxproj b/plugins/AssocMgr/assocmgr.vcxproj index 9f221b75aa..9b385d2454 100644 --- a/plugins/AssocMgr/assocmgr.vcxproj +++ b/plugins/AssocMgr/assocmgr.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -21,10 +29,19 @@ Unicode true + + DynamicLibrary + Unicode + true + DynamicLibrary Unicode + + DynamicLibrary + Unicode + @@ -32,24 +49,42 @@ + + + + + + + + $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true + + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true + + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + true + - MultiThreadedDebug + MultiThreadedDebugDLL false Disabled Level3 @@ -81,6 +116,38 @@ false + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ProgramDatabase + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;UNICODE;WIN64;_WINDOWS;_USRDLL;STRICT;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\temp/Debug/Unicode\assocmgr.tlb + true + + + ..\..\include\msapi + _DEBUG;_UNICODE;UNICODE;%(PreprocessorDefinitions) + + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + false + + MultiThreadedDLL @@ -121,6 +188,45 @@ false + + + MultiThreadedDLL + OnlyExplicitInline + true + true + Full + Level3 + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;UNICODE;WIN64;_WINDOWS;_USRDLL;STRICT;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + + + Size + + + true + NDEBUG;%(PreprocessorDefinitions) + .\temp/Release/Unicode\assocmgr.tlb + false + + + ..\..\include\msapi + NDEBUG;_UNICODE;UNICODE;%(PreprocessorDefinitions) + + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + + + true + true + false + + -- cgit v1.2.3