From 18ba81972b1b9c96625045d87c368d92150b6671 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 2 Jun 2012 08:29:11 +0000 Subject: Removed not needed files from Alarms, project fixes for RC4 restored git-svn-id: http://svn.miranda-ng.org/main/trunk@257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.sln | 8 +- plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj | 104 ++++++++++++++++-------- 2 files changed, 72 insertions(+), 40 deletions(-) (limited to 'plugins/Dbx_mmap_SA') diff --git a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.sln b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.sln index abace9bb0c..631eea6d4e 100644 --- a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.sln +++ b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.sln @@ -1,13 +1,11 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rc4", "rc4_10.vcxproj", "{E38B4212-53BC-49A7-B821-9A99DB4774C6}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RC4", "rc4_10.vcxproj", "{E38B4212-53BC-49A7-B821-9A99DB4774C6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release Unicode|Win32 = Release Unicode|Win32 - Release Unicode|x64 = Release Unicode|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection @@ -16,10 +14,6 @@ Global {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Debug|Win32.Build.0 = Debug|Win32 {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Debug|x64.ActiveCfg = Debug|x64 {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Debug|x64.Build.0 = Debug|x64 - {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 - {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 - {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Release Unicode|x64.ActiveCfg = Release Unicode|x64 - {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Release Unicode|x64.Build.0 = Release Unicode|x64 {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Release|Win32.ActiveCfg = Release|Win32 {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Release|Win32.Build.0 = Release|Win32 {E38B4212-53BC-49A7-B821-9A99DB4774C6}.Release|x64.ActiveCfg = Release|x64 diff --git a/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj b/plugins/Dbx_mmap_SA/Cryptors/RC4/rc4_10.vcxproj index 389c3b8fdb..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