From 7b8455eee246631e7894eba011dcd4d9eda2051c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 31 May 2012 07:06:17 +0000 Subject: Adding Dbx_tree encryptors projects to full solution, removin second Tabsrmm icon set. git-svn-id: http://svn.miranda-ng.org/main/trunk@245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_tree/dbx_tree_10.sln | 32 +- plugins/Dbx_tree/encryption/ARC4.vcproj | 376 -------------------- plugins/Dbx_tree/encryption/ARC4.vcxproj | 20 +- plugins/Dbx_tree/encryption/Cast128.vcproj | 380 --------------------- plugins/Dbx_tree/encryption/Cast128.vcxproj | 20 +- plugins/Dbx_tree/encryption/HC256.vcproj | 376 -------------------- plugins/Dbx_tree/encryption/HC256.vcxproj | 20 +- plugins/TabSRMM/icons/ICONSXP/iconsxp_10.vcxproj | 36 -- .../TabSRMM/icons/ICONS_NOVA/ICONS_NOVA_10.vcxproj | 2 +- 9 files changed, 68 insertions(+), 1194 deletions(-) delete mode 100644 plugins/Dbx_tree/encryption/ARC4.vcproj delete mode 100644 plugins/Dbx_tree/encryption/Cast128.vcproj delete mode 100644 plugins/Dbx_tree/encryption/HC256.vcproj (limited to 'plugins') diff --git a/plugins/Dbx_tree/dbx_tree_10.sln b/plugins/Dbx_tree/dbx_tree_10.sln index 575fc920d3..621463acd8 100644 --- a/plugins/Dbx_tree/dbx_tree_10.sln +++ b/plugins/Dbx_tree/dbx_tree_10.sln @@ -1,7 +1,13 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dbx_tree", "dbx_tree_10.vcxproj", "{2D0BB338-FF3A-4FB5-A7A5-32B63967678C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dbx_tree", "dbx_tree_10.vcxproj", "{2D0BB338-FF3A-4FB5-A7A5-32B63967678C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dbx_tree_ARC4", "encryption\ARC4.vcxproj", "{F60935E3-8F27-46E2-8598-013E7D4C90E7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dbx_tree_Cast128", "encryption\Cast128.vcxproj", "{7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dbx_tree_HC256", "encryption\HC256.vcxproj", "{541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -19,6 +25,30 @@ Global {2D0BB338-FF3A-4FB5-A7A5-32B63967678C}.Release|Win32.Build.0 = Release|Win32 {2D0BB338-FF3A-4FB5-A7A5-32B63967678C}.Release|x64.ActiveCfg = Release|x64 {2D0BB338-FF3A-4FB5-A7A5-32B63967678C}.Release|x64.Build.0 = Release|x64 + {F60935E3-8F27-46E2-8598-013E7D4C90E7}.Debug|Win32.ActiveCfg = Debug|Win32 + {F60935E3-8F27-46E2-8598-013E7D4C90E7}.Debug|Win32.Build.0 = Debug|Win32 + {F60935E3-8F27-46E2-8598-013E7D4C90E7}.Debug|x64.ActiveCfg = Debug|x64 + {F60935E3-8F27-46E2-8598-013E7D4C90E7}.Debug|x64.Build.0 = Debug|x64 + {F60935E3-8F27-46E2-8598-013E7D4C90E7}.Release|Win32.ActiveCfg = Release|Win32 + {F60935E3-8F27-46E2-8598-013E7D4C90E7}.Release|Win32.Build.0 = Release|Win32 + {F60935E3-8F27-46E2-8598-013E7D4C90E7}.Release|x64.ActiveCfg = Release|x64 + {F60935E3-8F27-46E2-8598-013E7D4C90E7}.Release|x64.Build.0 = Release|x64 + {7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}.Debug|Win32.ActiveCfg = Debug|Win32 + {7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}.Debug|Win32.Build.0 = Debug|Win32 + {7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}.Debug|x64.ActiveCfg = Debug|x64 + {7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}.Debug|x64.Build.0 = Debug|x64 + {7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}.Release|Win32.ActiveCfg = Release|Win32 + {7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}.Release|Win32.Build.0 = Release|Win32 + {7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}.Release|x64.ActiveCfg = Release|x64 + {7E88D7F5-8B0A-4B79-84CD-D7982D4E0D4D}.Release|x64.Build.0 = Release|x64 + {541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}.Debug|Win32.ActiveCfg = Debug|Win32 + {541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}.Debug|Win32.Build.0 = Debug|Win32 + {541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}.Debug|x64.ActiveCfg = Debug|x64 + {541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}.Debug|x64.Build.0 = Debug|x64 + {541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}.Release|Win32.ActiveCfg = Release|Win32 + {541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}.Release|Win32.Build.0 = Release|Win32 + {541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}.Release|x64.ActiveCfg = Release|x64 + {541BE2B3-4320-47B8-AB64-C7F7ED0EFABA}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/plugins/Dbx_tree/encryption/ARC4.vcproj b/plugins/Dbx_tree/encryption/ARC4.vcproj deleted file mode 100644 index fc4918a7ec..0000000000 --- a/plugins/Dbx_tree/encryption/ARC4.vcproj +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/Dbx_tree/encryption/ARC4.vcxproj b/plugins/Dbx_tree/encryption/ARC4.vcxproj index 4feb1a968f..fafea0e915 100644 --- a/plugins/Dbx_tree/encryption/ARC4.vcxproj +++ b/plugins/Dbx_tree/encryption/ARC4.vcxproj @@ -54,16 +54,16 @@ <_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)/ + $(SolutionDir)$(Configuration)\Plugins\encryption\ + $(SolutionDir)$(Configuration)64\Plugins\encryption\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true true - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)\Plugins\encryption\ + $(SolutionDir)$(Configuration)64\Plugins\encryption\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ false false $(ProjectName) @@ -121,6 +121,7 @@ true true Default + $(IntDir)$(TargetName).lib @@ -160,6 +161,7 @@ true true Default + $(IntDir)$(TargetName).lib @@ -200,6 +202,7 @@ false false UseLinkTimeCodeGeneration + $(IntDir)$(TargetName).lib @@ -239,6 +242,7 @@ false false UseLinkTimeCodeGeneration + $(IntDir)$(TargetName).lib diff --git a/plugins/Dbx_tree/encryption/Cast128.vcproj b/plugins/Dbx_tree/encryption/Cast128.vcproj deleted file mode 100644 index 8b1fd92b41..0000000000 --- a/plugins/Dbx_tree/encryption/Cast128.vcproj +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/Dbx_tree/encryption/Cast128.vcxproj b/plugins/Dbx_tree/encryption/Cast128.vcxproj index b99027c3b7..ca8a3568fb 100644 --- a/plugins/Dbx_tree/encryption/Cast128.vcxproj +++ b/plugins/Dbx_tree/encryption/Cast128.vcxproj @@ -54,16 +54,16 @@ <_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)/ + $(SolutionDir)$(Configuration)\Plugins\encryption\ + $(SolutionDir)$(Configuration)64\Plugins\encryption\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true true - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)\Plugins\encryption\ + $(SolutionDir)$(Configuration)64\Plugins\encryption\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ false false $(ProjectName) @@ -121,6 +121,7 @@ true true Default + $(IntDir)$(TargetName).lib @@ -160,6 +161,7 @@ true true Default + $(IntDir)$(TargetName).lib @@ -200,6 +202,7 @@ false false UseLinkTimeCodeGeneration + $(IntDir)$(TargetName).lib @@ -239,6 +242,7 @@ false false UseLinkTimeCodeGeneration + $(IntDir)$(TargetName).lib diff --git a/plugins/Dbx_tree/encryption/HC256.vcproj b/plugins/Dbx_tree/encryption/HC256.vcproj deleted file mode 100644 index 3d072f845d..0000000000 --- a/plugins/Dbx_tree/encryption/HC256.vcproj +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/Dbx_tree/encryption/HC256.vcxproj b/plugins/Dbx_tree/encryption/HC256.vcxproj index 99fe2567d2..12e1f0131f 100644 --- a/plugins/Dbx_tree/encryption/HC256.vcxproj +++ b/plugins/Dbx_tree/encryption/HC256.vcxproj @@ -54,16 +54,16 @@ <_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)/ + $(SolutionDir)$(Configuration)\Plugins\encryption\ + $(SolutionDir)$(Configuration)64\Plugins\encryption\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true true - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Plugins/encryption/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ - $(SolutionDir)$(Configuration)/$(PlatformArchitecture)/Obj/$(ProjectName)/ + $(SolutionDir)$(Configuration)\Plugins\encryption\ + $(SolutionDir)$(Configuration)64\Plugins\encryption\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ false false $(ProjectName) @@ -121,6 +121,7 @@ true true Default + $(IntDir)$(TargetName).lib @@ -160,6 +161,7 @@ true true Default + $(IntDir)$(TargetName).lib @@ -200,6 +202,7 @@ false false UseLinkTimeCodeGeneration + $(IntDir)$(TargetName).lib @@ -239,6 +242,7 @@ false false UseLinkTimeCodeGeneration + $(IntDir)$(TargetName).lib diff --git a/plugins/TabSRMM/icons/ICONSXP/iconsxp_10.vcxproj b/plugins/TabSRMM/icons/ICONSXP/iconsxp_10.vcxproj index beb4706986..eb3fce85af 100644 --- a/plugins/TabSRMM/icons/ICONSXP/iconsxp_10.vcxproj +++ b/plugins/TabSRMM/icons/ICONSXP/iconsxp_10.vcxproj @@ -5,10 +5,6 @@ Debug Win32 - - Release Unicode 98 - Win32 - Release Win32 @@ -23,10 +19,6 @@ - - DynamicLibrary - MultiByte - DynamicLibrary MultiByte @@ -38,9 +30,6 @@ - - - @@ -56,15 +45,9 @@ Release\ Release\ false - $(Configuration)\ - $(Configuration)\ - false AllRules.ruleset - AllRules.ruleset - - AllRules.ruleset @@ -109,25 +92,6 @@ MachineX86 - - - WIN32;NDEBUG;_WINDOWS;_USRDLL;ICONSXP_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - Use - Level3 - ProgramDatabase - - - $(OutDir)tabsrmm_icons.dll - true - Windows - true - true - true - $(OutDir)ICONSXP.lib - MachineX86 - - diff --git a/plugins/TabSRMM/icons/ICONS_NOVA/ICONS_NOVA_10.vcxproj b/plugins/TabSRMM/icons/ICONS_NOVA/ICONS_NOVA_10.vcxproj index 601e68f252..7fcc7ae668 100644 --- a/plugins/TabSRMM/icons/ICONS_NOVA/ICONS_NOVA_10.vcxproj +++ b/plugins/TabSRMM/icons/ICONS_NOVA/ICONS_NOVA_10.vcxproj @@ -19,7 +19,7 @@ - TabSRMM_icons_NOVA + TabSRMM_icons {F553F140-B7D3-4984-90B1-00D4831B8A6E} ICONS_NOVA Win32Proj -- cgit v1.2.3