From f7faee90378f78e4ecec4ce24fc71c3c51c14cfa Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 1 Jun 2012 21:48:59 +0000 Subject: Small fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@256 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj | 104 +++++++-------------- plugins/RecentContacts/RecentContacts.vcxproj | 116 ++++++++++++++++++++++++ 2 files changed, 149 insertions(+), 71 deletions(-) (limited to 'plugins') diff --git a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj index 9354b340b8..389c3b8fdb 100644 --- a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj +++ b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Debug - x64 - Release Win32 @@ -20,6 +12,8 @@ {E38B4212-53BC-49A7-B821-9A99DB4774C6} + rc4 + Win32Proj RC4 @@ -28,117 +22,85 @@ MultiByte true - - DynamicLibrary - MultiByte - DynamicLibrary MultiByte true - - DynamicLibrary - MultiByte - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\Cryptors\ - $(SolutionDir)$(Configuration)\Plugins\Cryptors\ - $(SolutionDir)$(Configuration)64\Plugins\Cryptors\ - $(SolutionDir)$(Configuration)64\Plugins\Cryptors\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - true - true - true + $(SolutionDir)$(Configuration)/Plugins/Cryptors\ + $(SolutionDir)$(Configuration)64/Plugins/Cryptors\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + false + false + AllRules.ruleset + AllRules.ruleset + + + + - Full + MaxSpeed true WIN32;NDEBUG;_WINDOWS;_USRDLL;RC4_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL true + + Level3 - Size + ProgramDatabase + + + $(OutDir)$(ProjectName).dll + ../../../../lib;%(AdditionalLibraryDirectories) true + $(OutDir)$(ProjectName).pdb Windows true true + MachineX86 $(IntDir)$(TargetName).lib - false - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;RC4_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - true - Level3 - EditAndContinue - - - true - Windows - $(IntDir)$(TargetName).lib - false - Full + MaxSpeed true WIN64;NDEBUG;_WINDOWS;_USRDLL;RC4_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL true + + Level3 - Size + ProgramDatabase + + + $(OutDir)$(ProjectName).dll + ../../../../lib;%(AdditionalLibraryDirectories) true + $(OutDir)$(ProjectName).pdb Windows true true $(IntDir)$(TargetName).lib - false - - - - - Disabled - WIN64;_DEBUG;_WINDOWS;_USRDLL;RC4_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - true - Level3 - - - true - Windows - $(IntDir)$(TargetName).lib - false diff --git a/plugins/RecentContacts/RecentContacts.vcxproj b/plugins/RecentContacts/RecentContacts.vcxproj index 232b7a0cb4..d70a3f41ab 100644 --- a/plugins/RecentContacts/RecentContacts.vcxproj +++ b/plugins/RecentContacts/RecentContacts.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {07137F45-8B5F-4561-BEC8-B883E9123785} @@ -23,30 +31,53 @@ false Unicode + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode true + + DynamicLibrary + false + Unicode + true + + + + + + + <_ProjectFileVersion>10.0.40219.1 $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ false + false $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true + true @@ -94,6 +125,50 @@ $(IntDir)$(TargetName).bsc + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;V_RECENTCONTACTS_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + true + Level3 + true + Default + Use + RecentContacts.h + + + /RELEASE %(AdditionalOptions) + true + + + $(IntDir)$(TargetName).lib + true + true + true + + + NDEBUG;%(PreprocessorDefinitions) + true + true + .\Release/V_RecentContacts.tlb + + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0809 + ..\..\include\msapi + + + $(IntDir)$(TargetName).bsc + + Disabled @@ -131,15 +206,56 @@ $(IntDir)$(TargetName).bsc + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;V_RECENTCONTACTS_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + Use + Level3 + true + ProgramDatabase + Default + RecentContacts.h + + + true + true + $(IntDir)$(TargetName).lib + + + _DEBUG;%(PreprocessorDefinitions) + true + true + .\Debug/V_RecentContacts.tlb + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + $(IntDir)$(TargetName).bsc + + Disabled + Disabled EnableFastChecks + EnableFastChecks MinSpace + MinSpace true + true Create + Create Create + Create -- cgit v1.2.3