From f050874fbec49807f2d87c414c825fb2eb4284f6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 29 Jul 2012 22:39:21 +0000 Subject: Msg_Export added to full solution git-svn-id: http://svn.miranda-ng.org/main/trunk@1265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/msg_export_10.vcxproj | 155 +++++++++++++++++++++++++++++-- 1 file changed, 146 insertions(+), 9 deletions(-) (limited to 'plugins/Msg_Export') diff --git a/plugins/Msg_Export/msg_export_10.vcxproj b/plugins/Msg_Export/msg_export_10.vcxproj index 59f399d181..b5bf2420a1 100755 --- a/plugins/Msg_Export/msg_export_10.vcxproj +++ b/plugins/Msg_Export/msg_export_10.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -34,17 +42,30 @@ {4CE78D43-FF23-4134-A5AC-B2CF0F8D9F3B} msg_export - msg_export + Msg_Export DynamicLibrary false + Unicode + + + DynamicLibrary + false + Unicode DynamicLibrary false Unicode + true + + + DynamicLibrary + false + Unicode + true @@ -53,28 +74,51 @@ + + + + + + + + <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\ - $(Configuration)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ false + false false + false $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true + true false + false false + false AllRules.ruleset + AllRules.ruleset + + AllRules.ruleset + AllRules.ruleset + + @@ -87,21 +131,23 @@ - MinSpace + Full OnlyExplicitInline WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);_CRT_SECURE_NO_DEPRECATE;UNICODE;_UNICODE true - MultiThreaded + MultiThreadedDLL true Level4 true - ..\..\include;..\..\plugins\ExternalAPI;libgadu;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size NDEBUG;%(PreprocessorDefinitions) 0x0409 + ..\..\include\msapi /filealign:0x200 %(AdditionalOptions) @@ -113,6 +159,54 @@ MachineX86 + $(SolutionDir)\lib + true + true + $(IntDir)$(TargetName).lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + .\Release/msg_export.tlb + + + + + Full + OnlyExplicitInline + WIN64;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);_CRT_SECURE_NO_DEPRECATE;UNICODE;_UNICODE + true + MultiThreadedDLL + true + + + Level4 + true + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + ..\..\include\msapi + + + /filealign:0x200 %(AdditionalOptions) + comctl32.lib;%(AdditionalDependencies) + true + false + 0x22100000 + false + + + $(SolutionDir)\lib + true + true + $(IntDir)$(TargetName).lib + true @@ -128,23 +222,24 @@ Disabled _DEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions);_CRT_SECURE_NO_DEPRECATE;UNICODE;_UNICODE - MultiThreadedDebug + MultiThreadedDebugDLL true Level4 true ProgramDatabase - ..\..\include;..\..\plugins\ExternalAPI;libgadu;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + EnableFastChecks _DEBUG;%(PreprocessorDefinitions) 0x0409 + ..\..\include\msapi /filealign:0x200 %(AdditionalOptions) comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) true false true @@ -154,6 +249,48 @@ MachineX86 $(SolutionDir)\lib + $(IntDir)$(TargetName).lib + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + .\msg_export___Win32_Debug/msg_export.tlb + + + + + Disabled + _DEBUG;WIN64;_WINDOWS;%(PreprocessorDefinitions);_CRT_SECURE_NO_DEPRECATE;UNICODE;_UNICODE + MultiThreadedDebugDLL + + + true + Level4 + true + ProgramDatabase + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + EnableFastChecks + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + ..\..\include\msapi + + + /filealign:0x200 %(AdditionalOptions) + comctl32.lib;%(AdditionalDependencies) + true + false + true + 0x22100000 + false + + + $(SolutionDir)\lib + $(IntDir)$(TargetName).lib -- cgit v1.2.3