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/dbx_tree_10.vcxproj | 134 ++++++++++++++-------------- plugins/Dbx_tree/encryption/ARC4.vcxproj | 88 +++++++++--------- plugins/Dbx_tree/encryption/Cast128.vcxproj | 88 +++++++++--------- plugins/Dbx_tree/encryption/HC256.vcxproj | 88 +++++++++--------- 4 files changed, 199 insertions(+), 199 deletions(-) (limited to 'plugins/Dbx_tree') diff --git a/plugins/Dbx_tree/dbx_tree_10.vcxproj b/plugins/Dbx_tree/dbx_tree_10.vcxproj index a7342f23a8..49ad52a1de 100644 --- a/plugins/Dbx_tree/dbx_tree_10.vcxproj +++ b/plugins/Dbx_tree/dbx_tree_10.vcxproj @@ -1,20 +1,20 @@  - - Debug Unicode + + Debug Win32 - - Debug Unicode + + Debug x64 - - Release Unicode + + Release Win32 - - Release Unicode + + Release x64 @@ -24,25 +24,25 @@ dbx_tree - + DynamicLibrary Unicode true v100 - + DynamicLibrary Unicode v100 false - + DynamicLibrary Unicode true v100 - + DynamicLibrary Unicode v100 @@ -51,66 +51,66 @@ - + - + - + - + <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)/ - true - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)/ - false - true - true - $(SolutionDir)$(Configuration)64/Plugins\ - $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ - true - $(SolutionDir)$(Configuration)64/Plugins\ - $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ - false - true - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - .dll - - .dll - - true - - - $(ProjectName) - $(ProjectName) - $(ProjectName) - $(ProjectName) - true - .dll - .dll - false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)/ + true + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)/ + false + true + true + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + false + true + true + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + .dll + + .dll + + true + + + $(ProjectName) + $(ProjectName) + $(ProjectName) + $(ProjectName) + true + .dll + .dll + false - + Disabled ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) @@ -159,7 +159,7 @@ false - + Full AnySuitable @@ -216,7 +216,7 @@ false - + X64 @@ -273,7 +273,7 @@ Default - + X64 @@ -381,10 +381,10 @@ - false - false - false - false + false + false + false + false 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