From 5c64f7b180825e9fa39a394a713de13765e50291 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 27 May 2012 15:35:01 +0000 Subject: projects cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MenuItemEx/menuex_10.vcxproj | 171 ++++++-------------------- plugins/MetaContacts/MetaContacts_10.vcxproj | 174 ++++++++++----------------- 2 files changed, 99 insertions(+), 246 deletions(-) (limited to 'plugins') diff --git a/plugins/MenuItemEx/menuex_10.vcxproj b/plugins/MenuItemEx/menuex_10.vcxproj index 8caf798869..410432116f 100644 --- a/plugins/MenuItemEx/menuex_10.vcxproj +++ b/plugins/MenuItemEx/menuex_10.vcxproj @@ -21,29 +21,24 @@ MenuEx {210DD88D-649B-4695-8C5F-898A4F60A8CE} - MenuItemEx DynamicLibrary - false Unicode true DynamicLibrary - false Unicode DynamicLibrary - false Unicode true DynamicLibrary - false Unicode @@ -64,139 +59,79 @@ <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ true - $(SolutionDir)$(Configuration)64/Plugins\ - $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ true - $(SolutionDir)$(Configuration)64/Plugins\ - $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\release/menuex.tlb - - - Disabled - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) - - - MultiThreadedDebug - - + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + MultiThreadedDebugDLL Level3 - true EditAndContinue + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;%(PreprocessorDefinitions) - NDEBUG;%(PreprocessorDefinitions) - 0x0417 + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi msimg32.lib;%(AdditionalDependencies) - true true - true 0x67100000 false - - $(IntDir)$(TargetName).lib - MachineX86 + Windows + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - .\release/menuex.tlb - - - Disabled - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) - - - MultiThreadedDebug - - + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + MultiThreadedDebugDLL Level3 - true - ProgramDatabase + WIN64;_DEBUG;_WINDOWS;UNICODE;_USRDLL;%(PreprocessorDefinitions) - NDEBUG;%(PreprocessorDefinitions) - 0x0417 + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi msimg32.lib;%(AdditionalDependencies) - true true - true 0x67100000 false - - $(IntDir)$(TargetName).lib - MachineX64 + Windows + type=%27Win64%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X64%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/menuex.tlb - - - Full OnlyExplicitInline Size - true - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) true - - MultiThreadedDLL true - - Level3 - true - ProgramDatabase + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;%(PreprocessorDefinitions) NDEBUG;%(PreprocessorDefinitions) - 0x0417 + ..\..\include\msapi /filealign:0x200 %(AdditionalOptions) @@ -205,80 +140,45 @@ true true true - UseLinkTimeCodeGeneration 0x67100000 false - - $(IntDir)$(TargetName).lib - MachineX86 + Windows - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - .\Release/menuex.tlb - - - Full OnlyExplicitInline Size - true - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) true - - MultiThreadedDLL true - - Level3 - true - ProgramDatabase + WIN64;NDEBUG;_WINDOWS;UNICODE;_USRDLL;%(PreprocessorDefinitions) NDEBUG;%(PreprocessorDefinitions) - 0x0417 + ..\..\include\msapi /filealign:0x200 %(AdditionalOptions) msimg32.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) + type=%27Win64%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X64%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) true true true - UseLinkTimeCodeGeneration 0x67100000 false - - $(IntDir)$(TargetName).lib - MachineX64 + Windows - - Disabled - true - Disabled - true - MaxSpeed - MaxSpeed - - - Disabled - true - Disabled - true - MaxSpeed - MaxSpeed - + + @@ -286,10 +186,7 @@ - - _WIN64;%(PreprocessorDefinitions) - _WIN64;%(PreprocessorDefinitions) - + diff --git a/plugins/MetaContacts/MetaContacts_10.vcxproj b/plugins/MetaContacts/MetaContacts_10.vcxproj index de46ad50cc..11a268791e 100644 --- a/plugins/MetaContacts/MetaContacts_10.vcxproj +++ b/plugins/MetaContacts/MetaContacts_10.vcxproj @@ -21,27 +21,25 @@ MetaContacts {0007BE9F-DD4D-4E9B-B1C8-C5049538F862} - MetaContacts - MFCProj DynamicLibrary - Dynamic MultiByte true DynamicLibrary - Dynamic MultiByte - Application + DynamicLibrary true + MultiByte - Application + DynamicLibrary + MultiByte @@ -65,187 +63,145 @@ <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - true - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false - true - $(SolutionDir)$(Configuration)64/Plugins\ - $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ - $(SolutionDir)$(Configuration)64/Plugins\ - $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + true + true + true - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/MetaContacts.tlb - - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Use metacontacts.h - true Level3 - true - ProgramDatabase - false + EditAndContinue Disabled - _AFXDLL;_DEBUG;%(PreprocessorDefinitions) - 0x0c09 + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi - unicows.lib;user32.lib;gdi32.lib;comctl32.lib;%(AdditionalDependencies) - true + comctl32.lib;%(AdditionalDependencies) true false - - $(IntDir)$(TargetName).lib - MachineX86 + Windows + 0x22010000 - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/MetaContacts.tlb - Full OnlyExplicitInline Size - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;%(PreprocessorDefinitions) true - - MultiThreadedDLL false true Fast - false Use metacontacts.h Level3 - true - - - false true false - _AFXDLL;NDEBUG;%(PreprocessorDefinitions) - 0x0c09 + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi - unicows.lib;user32.lib;gdi32.lib;comctl32.lib;%(AdditionalDependencies) - true + comctl32.lib;%(AdditionalDependencies) true 0x22010000 false - - $(IntDir)$(TargetName).lib - MachineX86 true true + Windows - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) EnableFastChecks - MultiThreadedDebug - false + MultiThreadedDebugDLL Disabled + Level3 + WIN64;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;%(PreprocessorDefinitions) + Use + metacontacts.h $(IntDir)$(TargetName).lib true + Windows + false + comctl32.lib;%(AdditionalDependencies) + 0x22010000 + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) MultiThreadedDLL Full OnlyExplicitInline true Size false + Level3 + WIN64;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;%(PreprocessorDefinitions) + Use + metacontacts.h $(IntDir)$(TargetName).lib true true true + Windows + false + comctl32.lib;%(AdditionalDependencies) + 0x22010000 + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + - - WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - EnableFastChecks - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - - - WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - EnableFastChecks - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - + + - - WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - EnableFastChecks - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - + - WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - EnableFastChecks Create - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL Create + Create + Create - - WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - EnableFastChecks - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - - - WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - EnableFastChecks - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - - - WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - EnableFastChecks - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - - - WIN32;_DEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - EnableFastChecks - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;METACONTACTS_EXPORTS;_MBCS;_WINDLL;_AFXDLL - + + + + -- cgit v1.2.3