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 ++++++++---------------- 1 file changed, 33 insertions(+), 71 deletions(-) (limited to 'plugins/Dbx_mmap_SA/Cryptors') 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 -- cgit v1.2.3