From de71d2b71d3a1ca532e7d53d26d7cdbc006ccb2d Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 1 Jun 2012 19:40:17 +0000 Subject: projects cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj | 104 ++++++++++++++++-------- 1 file changed, 71 insertions(+), 33 deletions(-) (limited to 'plugins/Dbx_mmap_SA/Cryptors/RC4') diff --git a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj index 08cb907ced..9354b340b8 100644 --- a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj +++ b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj @@ -1,6 +1,14 @@  + + Debug + Win32 + + + Debug + x64 + Release Win32 @@ -12,8 +20,6 @@ {E38B4212-53BC-49A7-B821-9A99DB4774C6} - rc4 - Win32Proj RC4 @@ -22,85 +28,117 @@ MultiByte true + + DynamicLibrary + MultiByte + DynamicLibrary MultiByte true + + DynamicLibrary + MultiByte + + + + + + + <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)/Plugins/cryptors\ - $(SolutionDir)$(Configuration)64/Plugins/cryptors\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ - false - false - AllRules.ruleset - AllRules.ruleset - - - - + $(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 - MaxSpeed + Full true WIN32;NDEBUG;_WINDOWS;_USRDLL;RC4_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL true - - Level3 - ProgramDatabase + Size - - - $(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 - MaxSpeed + Full true WIN64;NDEBUG;_WINDOWS;_USRDLL;RC4_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL true - - Level3 - ProgramDatabase + Size - - - $(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