From f884930602edf1a51d55d53779331bebd16e56d0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 May 2012 20:14:07 +0000 Subject: good bye, ansi. you ain't useful with 2010 anyhow... git-svn-id: http://svn.miranda-ng.org/main/trunk@27 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_tree/encryption/ARC4.vcxproj | 88 ++++++++++++++--------------- plugins/Dbx_tree/encryption/Cast128.vcxproj | 88 ++++++++++++++--------------- plugins/Dbx_tree/encryption/HC256.vcxproj | 88 ++++++++++++++--------------- 3 files changed, 132 insertions(+), 132 deletions(-) (limited to 'plugins/Dbx_tree/encryption') diff --git a/plugins/Dbx_tree/encryption/ARC4.vcxproj b/plugins/Dbx_tree/encryption/ARC4.vcxproj index 49c798bccf..4feb1a968f 100644 --- a/plugins/Dbx_tree/encryption/ARC4.vcxproj +++ b/plugins/Dbx_tree/encryption/ARC4.vcxproj @@ -1,20 +1,20 @@  - - Debug Unicode + + Debug Win32 - - Debug Unicode + + Debug x64 - - Release Unicode + + Release Win32 - - Release Unicode + + Release x64 @@ -25,22 +25,22 @@ Win32Proj - + DynamicLibrary Unicode false - + DynamicLibrary Unicode false - + DynamicLibrary Unicode true - + DynamicLibrary Unicode true @@ -54,36 +54,36 @@ <_ProjectFileVersion>10.0.20506.1 - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - true - true - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - false - false - $(ProjectName) - .dll - - $(ProjectName) - .dll - - $(ProjectName) - .dll - - $(ProjectName) - .dll - - true - true - true - true + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + true + true + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + false + false + $(ProjectName) + .dll + + $(ProjectName) + .dll + + $(ProjectName) + .dll + + $(ProjectName) + .dll + + true + true + true + true - + Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) @@ -123,7 +123,7 @@ Default - + Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions) @@ -162,7 +162,7 @@ Default - + Full AnySuitable @@ -202,7 +202,7 @@ UseLinkTimeCodeGeneration - + Full AnySuitable diff --git a/plugins/Dbx_tree/encryption/Cast128.vcxproj b/plugins/Dbx_tree/encryption/Cast128.vcxproj index 3f2c1d3c46..b99027c3b7 100644 --- a/plugins/Dbx_tree/encryption/Cast128.vcxproj +++ b/plugins/Dbx_tree/encryption/Cast128.vcxproj @@ -1,20 +1,20 @@  - - Debug Unicode + + Debug Win32 - - Debug Unicode + + Debug x64 - - Release Unicode + + Release Win32 - - Release Unicode + + Release x64 @@ -25,22 +25,22 @@ Win32Proj - + DynamicLibrary Unicode false - + DynamicLibrary Unicode false - + DynamicLibrary Unicode true - + DynamicLibrary Unicode true @@ -54,36 +54,36 @@ <_ProjectFileVersion>10.0.20506.1 - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - true - true - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - false - false - $(ProjectName) - .dll - - $(ProjectName) - .dll - - $(ProjectName) - .dll - - $(ProjectName) - .dll - - true - true - true - true + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + true + true + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + false + false + $(ProjectName) + .dll + + $(ProjectName) + .dll + + $(ProjectName) + .dll + + $(ProjectName) + .dll + + true + true + true + true - + Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) @@ -123,7 +123,7 @@ Default - + Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) @@ -162,7 +162,7 @@ Default - + Full AnySuitable @@ -202,7 +202,7 @@ UseLinkTimeCodeGeneration - + Full AnySuitable diff --git a/plugins/Dbx_tree/encryption/HC256.vcxproj b/plugins/Dbx_tree/encryption/HC256.vcxproj index bb5ddab7eb..99fe2567d2 100644 --- a/plugins/Dbx_tree/encryption/HC256.vcxproj +++ b/plugins/Dbx_tree/encryption/HC256.vcxproj @@ -1,20 +1,20 @@  - - Debug Unicode + + Debug Win32 - - Debug Unicode + + Debug x64 - - Release Unicode + + Release Win32 - - Release Unicode + + Release x64 @@ -25,22 +25,22 @@ Win32Proj - + DynamicLibrary Unicode false - + DynamicLibrary Unicode false - + DynamicLibrary Unicode true - + DynamicLibrary Unicode true @@ -54,36 +54,36 @@ <_ProjectFileVersion>10.0.20506.1 - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - true - true - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - false - false - $(ProjectName) - .dll - - $(ProjectName) - .dll - - $(ProjectName) - .dll - - $(ProjectName) - .dll - - true - true - true - true + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + true + true + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + false + false + $(ProjectName) + .dll + + $(ProjectName) + .dll + + $(ProjectName) + .dll + + $(ProjectName) + .dll + + true + true + true + true - + Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) @@ -123,7 +123,7 @@ Default - + Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;HC256_EXPORTS;%(PreprocessorDefinitions) @@ -162,7 +162,7 @@ Default - + Full AnySuitable @@ -202,7 +202,7 @@ UseLinkTimeCodeGeneration - + Full AnySuitable -- cgit v1.2.3