From b968287dc40d6c6207c2ab758a22cfc9c10917b2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 17 May 2012 14:25:15 +0000 Subject: obsolete project files cleanup and overall adjustment: Part 4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/SecureIM.dsp | 299 ----------------- plugins/SecureIM/SecureIM.dsw | 41 --- plugins/SecureIM/SecureIM_10.sln | 20 ++ plugins/SecureIM/SecureIM_9.sln | 25 -- plugins/SecureIM/SecureIM_9.vcproj | 496 ----------------------------- plugins/SecureIM/SecureIM_icons.dsp | 106 ------ plugins/SecureIM/SecureIM_icons_9.vcproj | 191 ----------- plugins/SecureIM/secureim.dep | 56 ---- plugins/SecureIM/secureim.mak | 443 -------------------------- plugins/SecureIM/secureim_10.vcxproj | 260 +++++++++++++++ plugins/SecureIM/secureim_icons_10.vcxproj | 152 +++++++++ 11 files changed, 432 insertions(+), 1657 deletions(-) delete mode 100644 plugins/SecureIM/SecureIM.dsp delete mode 100644 plugins/SecureIM/SecureIM.dsw delete mode 100644 plugins/SecureIM/SecureIM_9.sln delete mode 100644 plugins/SecureIM/SecureIM_9.vcproj delete mode 100644 plugins/SecureIM/SecureIM_icons.dsp delete mode 100644 plugins/SecureIM/SecureIM_icons_9.vcproj delete mode 100644 plugins/SecureIM/secureim.dep delete mode 100644 plugins/SecureIM/secureim.mak (limited to 'plugins/SecureIM') diff --git a/plugins/SecureIM/SecureIM.dsp b/plugins/SecureIM/SecureIM.dsp deleted file mode 100644 index 651de83650..0000000000 --- a/plugins/SecureIM/SecureIM.dsp +++ /dev/null @@ -1,299 +0,0 @@ -# Microsoft Developer Studio Project File - Name="secureim" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=secureim - Win32 Release -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "secureim.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "secureim.mak" CFG="secureim - Win32 Release" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "secureim - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "secureim - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "secureim - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O1 /I "\source\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_EXPORTS" /Yu"commonheaders.h" /FD /c -# SUBTRACT CPP /Fr -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x419 /d "NDEBUG" -# ADD RSC /l 0x419 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib msimg32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x45000000" /dll /map /machine:I386 -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "secureim - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "\source\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_EXPORTS" /Yu"commonheaders.h" /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x419 /d "_DEBUG" -# ADD RSC /l 0x419 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib msimg32.lib /nologo /base:"0x45000000" /dll /incremental:no /map /debug /machine:I386 /pdbtype:sept -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "secureim - Win32 Release" -# Name "secureim - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\commonheaders.cpp -# ADD CPP /Yc"commonheaders.h" -# End Source File -# Begin Source File - -SOURCE=.\crypt_check.cpp -# End Source File -# Begin Source File - -SOURCE=.\crypt_dll.cpp -# End Source File -# Begin Source File - -SOURCE=.\crypt_icons.cpp -# End Source File -# Begin Source File - -SOURCE=.\crypt_lists.cpp -# End Source File -# Begin Source File - -SOURCE=.\crypt_metacontacts.cpp -# End Source File -# Begin Source File - -SOURCE=.\crypt_misc.cpp -# End Source File -# Begin Source File - -SOURCE=.\crypt_popups.cpp -# End Source File -# Begin Source File - -SOURCE=.\dbevent.cpp -# End Source File -# Begin Source File - -SOURCE=.\gettime.cpp -# End Source File -# Begin Source File - -SOURCE=.\images.cpp -# End Source File -# Begin Source File - -SOURCE=.\language.cpp -# End Source File -# Begin Source File - -SOURCE=.\loadicons.cpp -# End Source File -# Begin Source File - -SOURCE=.\loadlib.cpp -# End Source File -# Begin Source File - -SOURCE=.\main.cpp -# End Source File -# Begin Source File - -SOURCE=.\mmi.cpp -# End Source File -# Begin Source File - -SOURCE=.\options.cpp -# End Source File -# Begin Source File - -SOURCE=.\popupOptions.cpp -# End Source File -# Begin Source File - -SOURCE=.\rtfconv.cpp -# End Source File -# Begin Source File - -SOURCE=.\splitmsg.cpp -# End Source File -# Begin Source File - -SOURCE=.\svcs_clist.cpp -# End Source File -# Begin Source File - -SOURCE=.\svcs_menu.cpp -# End Source File -# Begin Source File - -SOURCE=.\svcs_proto.cpp -# End Source File -# Begin Source File - -SOURCE=.\svcs_rsa.cpp -# End Source File -# Begin Source File - -SOURCE=.\svcs_srmm.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\commonheaders.h -# End Source File -# Begin Source File - -SOURCE=.\crypt.h -# End Source File -# Begin Source File - -SOURCE=.\cryptopp.h -# End Source File -# Begin Source File - -SOURCE=.\dbevent.h -# End Source File -# Begin Source File - -SOURCE=.\gettime.h -# End Source File -# Begin Source File - -SOURCE=.\images.h -# End Source File -# Begin Source File - -SOURCE=.\language.h -# End Source File -# Begin Source File - -SOURCE=.\loadicons.h -# End Source File -# Begin Source File - -SOURCE=.\loadlib.h -# End Source File -# Begin Source File - -SOURCE=.\mmi.h -# End Source File -# Begin Source File - -SOURCE=.\options.h -# End Source File -# Begin Source File - -SOURCE=.\popupOptions.h -# End Source File -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# Begin Source File - -SOURCE=.\rtfconv.h -# End Source File -# Begin Source File - -SOURCE=.\secureim.h -# End Source File -# Begin Source File - -SOURCE=.\splitmsg.h -# End Source File -# Begin Source File - -SOURCE=.\svcs_clist.h -# End Source File -# Begin Source File - -SOURCE=.\svcs_menu.h -# End Source File -# Begin Source File - -SOURCE=.\svcs_proto.h -# End Source File -# Begin Source File - -SOURCE=.\svcs_rsa.h -# End Source File -# Begin Source File - -SOURCE=.\svcs_srmm.h -# End Source File -# Begin Source File - -SOURCE=.\version.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=.\resource.rc -# End Source File -# End Group -# End Target -# End Project diff --git a/plugins/SecureIM/SecureIM.dsw b/plugins/SecureIM/SecureIM.dsw deleted file mode 100644 index bea8e737d9..0000000000 --- a/plugins/SecureIM/SecureIM.dsw +++ /dev/null @@ -1,41 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "secureim"=.\secureim.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "secureim_icons"=.\secureim_icons.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/plugins/SecureIM/SecureIM_10.sln b/plugins/SecureIM/SecureIM_10.sln index a4c58c7870..ab0a864286 100644 --- a/plugins/SecureIM/SecureIM_10.sln +++ b/plugins/SecureIM/SecureIM_10.sln @@ -6,24 +6,44 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "secureim_icons", "secureim_ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug Unicode|Win32 = Debug Unicode|Win32 + Debug Unicode|x64 = Debug Unicode|x64 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 GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug Unicode|x64.Build.0 = Debug Unicode|x64 {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug|Win32.ActiveCfg = Debug|Win32 {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug|Win32.Build.0 = Debug|Win32 {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug|x64.ActiveCfg = Debug|x64 {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug|x64.Build.0 = Debug|x64 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release Unicode|x64.ActiveCfg = Release Unicode|x64 + {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release Unicode|x64.Build.0 = Release Unicode|x64 {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release|Win32.ActiveCfg = Release|Win32 {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release|Win32.Build.0 = Release|Win32 {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release|x64.ActiveCfg = Release|x64 {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release|x64.Build.0 = Release|x64 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug Unicode|x64.Build.0 = Debug Unicode|x64 {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug|Win32.ActiveCfg = Debug|Win32 {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug|Win32.Build.0 = Debug|Win32 {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug|x64.ActiveCfg = Debug|x64 {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug|x64.Build.0 = Debug|x64 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release Unicode|x64.ActiveCfg = Release Unicode|x64 + {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release Unicode|x64.Build.0 = Release Unicode|x64 {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release|Win32.ActiveCfg = Release|Win32 {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release|Win32.Build.0 = Release|Win32 {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release|x64.ActiveCfg = Release|x64 diff --git a/plugins/SecureIM/SecureIM_9.sln b/plugins/SecureIM/SecureIM_9.sln deleted file mode 100644 index e64e7fb5fb..0000000000 --- a/plugins/SecureIM/SecureIM_9.sln +++ /dev/null @@ -1,25 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "secureim", "secureim_9.vcproj", "{4ADADECA-99D7-410D-8127-CB27210DCC6A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "secureim_icons", "secureim_icons_9.vcproj", "{3FAB6AC7-6B7F-4779-B519-34E8035074A4}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug|Win32.ActiveCfg = Debug|Win32 - {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Debug|Win32.Build.0 = Debug|Win32 - {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release|Win32.ActiveCfg = Release|Win32 - {4ADADECA-99D7-410D-8127-CB27210DCC6A}.Release|Win32.Build.0 = Release|Win32 - {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug|Win32.ActiveCfg = Debug|Win32 - {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Debug|Win32.Build.0 = Debug|Win32 - {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release|Win32.ActiveCfg = Release|Win32 - {3FAB6AC7-6B7F-4779-B519-34E8035074A4}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/plugins/SecureIM/SecureIM_9.vcproj b/plugins/SecureIM/SecureIM_9.vcproj deleted file mode 100644 index bc7d5ac05f..0000000000 --- a/plugins/SecureIM/SecureIM_9.vcproj +++ /dev/null @@ -1,496 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/SecureIM/SecureIM_icons.dsp b/plugins/SecureIM/SecureIM_icons.dsp deleted file mode 100644 index 4cbda13a0c..0000000000 --- a/plugins/SecureIM/SecureIM_icons.dsp +++ /dev/null @@ -1,106 +0,0 @@ -# Microsoft Developer Studio Project File - Name="secureim_icons" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=secureim_icons - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "secureim_icons.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "secureim_icons.mak" CFG="secureim_icons - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "secureim_icons - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "secureim_icons - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "secureim_icons - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_ICONS_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_ICONS_EXPORTS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x419 /d "NDEBUG" -# ADD RSC /l 0x419 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:IX86 /noentry -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:IX86 /noentry - -!ELSEIF "$(CFG)" == "secureim_icons - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_ICONS_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_ICONS_EXPORTS" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x419 /d "_DEBUG" -# ADD RSC /l 0x419 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:IX86 /pdbtype:sept /noentry -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:IX86 /pdbtype:sept /noentry - -!ENDIF - -# Begin Target - -# Name "secureim_icons - Win32 Release" -# Name "secureim_icons - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=.\resource_icons.rc -# End Source File -# End Group -# End Target -# End Project diff --git a/plugins/SecureIM/SecureIM_icons_9.vcproj b/plugins/SecureIM/SecureIM_icons_9.vcproj deleted file mode 100644 index 8eaaf7f1a9..0000000000 --- a/plugins/SecureIM/SecureIM_icons_9.vcproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/SecureIM/secureim.dep b/plugins/SecureIM/secureim.dep deleted file mode 100644 index d1b433b12e..0000000000 --- a/plugins/SecureIM/secureim.dep +++ /dev/null @@ -1,56 +0,0 @@ -# Microsoft Developer Studio Generated Dependency File, included by secureim.mak - -.\commonheaders.cpp : \ - "..\..\include\m_clc.h"\ - "..\..\include\m_clist.h"\ - "..\..\include\m_clui.h"\ - "..\..\include\m_cluiframes.h"\ - "..\..\include\m_database.h"\ - "..\..\include\m_genmenu.h"\ - "..\..\include\m_icolib.h"\ - "..\..\include\m_langpack.h"\ - "..\..\include\m_message.h"\ - "..\..\include\m_netlib.h"\ - "..\..\include\m_options.h"\ - "..\..\include\m_plugins.h"\ - "..\..\include\m_popup.h"\ - "..\..\include\m_protocols.h"\ - "..\..\include\m_protomod.h"\ - "..\..\include\m_protosvc.h"\ - "..\..\include\m_skin.h"\ - "..\..\include\m_stdhdr.h"\ - "..\..\include\m_system.h"\ - "..\..\include\m_utils.h"\ - "..\..\include\newpluginapi.h"\ - "..\..\include\statusmodes.h"\ - ".\commonheaders.h"\ - ".\crypt.h"\ - ".\cryptopp.h"\ - ".\dbevent.h"\ - ".\gettime.h"\ - ".\images.h"\ - ".\language.h"\ - ".\loadicons.h"\ - ".\loadlib.h"\ - ".\mmi.h"\ - ".\options.h"\ - ".\popupOptions.h"\ - ".\rtfconv.h"\ - ".\sdk\m_extraicons.h"\ - ".\sdk\m_folders.h"\ - ".\sdk\m_metacontacts.h"\ - ".\sdk\m_updater.h"\ - ".\secureim.h"\ - ".\svcs_clist.h"\ - ".\svcs_menu.h"\ - ".\svcs_proto.h"\ - ".\svcs_rsa.h"\ - ".\svcs_srmm.h"\ - ".\version.h"\ - "d:\program files\microsoft visual studio\vc98\include\basetsd.h"\ - - -.\resource.rc : \ - ".\version.h"\ - ".\version.rc"\ - diff --git a/plugins/SecureIM/secureim.mak b/plugins/SecureIM/secureim.mak deleted file mode 100644 index 8167a62365..0000000000 --- a/plugins/SecureIM/secureim.mak +++ /dev/null @@ -1,443 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on secureim.dsp -!IF "$(CFG)" == "" -CFG=secureim - Win32 Release -!MESSAGE No configuration specified. Defaulting to secureim - Win32 Release. -!ENDIF - -!IF "$(CFG)" != "secureim - Win32 Release" && "$(CFG)" != "secureim - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "secureim.mak" CFG="secureim - Win32 Release" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "secureim - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "secureim - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "secureim - Win32 Release" - -OUTDIR=.\Release -INTDIR=.\Release -# Begin Custom Macros -OutDir=.\Release -# End Custom Macros - -ALL : "$(OUTDIR)\secureim.dll" - - -CLEAN : - -@erase "$(INTDIR)\commonheaders.obj" - -@erase "$(INTDIR)\crypt_check.obj" - -@erase "$(INTDIR)\crypt_dll.obj" - -@erase "$(INTDIR)\crypt_icons.obj" - -@erase "$(INTDIR)\crypt_lists.obj" - -@erase "$(INTDIR)\crypt_metacontacts.obj" - -@erase "$(INTDIR)\crypt_misc.obj" - -@erase "$(INTDIR)\crypt_popups.obj" - -@erase "$(INTDIR)\dbevent.obj" - -@erase "$(INTDIR)\gettime.obj" - -@erase "$(INTDIR)\images.obj" - -@erase "$(INTDIR)\language.obj" - -@erase "$(INTDIR)\loadicons.obj" - -@erase "$(INTDIR)\loadlib.obj" - -@erase "$(INTDIR)\main.obj" - -@erase "$(INTDIR)\mmi.obj" - -@erase "$(INTDIR)\options.obj" - -@erase "$(INTDIR)\popupOptions.obj" - -@erase "$(INTDIR)\resource.res" - -@erase "$(INTDIR)\rtfconv.obj" - -@erase "$(INTDIR)\secureim.pch" - -@erase "$(INTDIR)\splitmsg.obj" - -@erase "$(INTDIR)\svcs_clist.obj" - -@erase "$(INTDIR)\svcs_menu.obj" - -@erase "$(INTDIR)\svcs_proto.obj" - -@erase "$(INTDIR)\svcs_rsa.obj" - -@erase "$(INTDIR)\svcs_srmm.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(OUTDIR)\secureim.dll" - -@erase "$(OUTDIR)\secureim.exp" - -@erase "$(OUTDIR)\secureim.lib" - -@erase "$(OUTDIR)\secureim.map" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MD /W3 /GX /O1 /I "\source\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_EXPORTS" /Fp"$(INTDIR)\secureim.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -MTL=midl.exe -MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 -RSC=rc.exe -RSC_PROJ=/l 0x419 /fo"$(INTDIR)\resource.res" /d "NDEBUG" -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\secureim.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib msimg32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /base:"0x45000000" /dll /incremental:no /pdb:"$(OUTDIR)\secureim.pdb" /map:"$(INTDIR)\secureim.map" /machine:I386 /out:"$(OUTDIR)\secureim.dll" /implib:"$(OUTDIR)\secureim.lib" -LINK32_OBJS= \ - "$(INTDIR)\commonheaders.obj" \ - "$(INTDIR)\crypt_check.obj" \ - "$(INTDIR)\crypt_dll.obj" \ - "$(INTDIR)\crypt_icons.obj" \ - "$(INTDIR)\crypt_lists.obj" \ - "$(INTDIR)\crypt_metacontacts.obj" \ - "$(INTDIR)\crypt_misc.obj" \ - "$(INTDIR)\crypt_popups.obj" \ - "$(INTDIR)\dbevent.obj" \ - "$(INTDIR)\gettime.obj" \ - "$(INTDIR)\images.obj" \ - "$(INTDIR)\language.obj" \ - "$(INTDIR)\loadicons.obj" \ - "$(INTDIR)\loadlib.obj" \ - "$(INTDIR)\main.obj" \ - "$(INTDIR)\mmi.obj" \ - "$(INTDIR)\options.obj" \ - "$(INTDIR)\popupOptions.obj" \ - "$(INTDIR)\rtfconv.obj" \ - "$(INTDIR)\splitmsg.obj" \ - "$(INTDIR)\svcs_clist.obj" \ - "$(INTDIR)\svcs_menu.obj" \ - "$(INTDIR)\svcs_proto.obj" \ - "$(INTDIR)\svcs_rsa.obj" \ - "$(INTDIR)\svcs_srmm.obj" \ - "$(INTDIR)\resource.res" - -"$(OUTDIR)\secureim.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "secureim - Win32 Debug" - -OUTDIR=.\Debug -INTDIR=.\Debug -# Begin Custom Macros -OutDir=.\Debug -# End Custom Macros - -ALL : "$(OUTDIR)\secureim.dll" - - -CLEAN : - -@erase "$(INTDIR)\commonheaders.obj" - -@erase "$(INTDIR)\crypt_check.obj" - -@erase "$(INTDIR)\crypt_dll.obj" - -@erase "$(INTDIR)\crypt_icons.obj" - -@erase "$(INTDIR)\crypt_lists.obj" - -@erase "$(INTDIR)\crypt_metacontacts.obj" - -@erase "$(INTDIR)\crypt_misc.obj" - -@erase "$(INTDIR)\crypt_popups.obj" - -@erase "$(INTDIR)\dbevent.obj" - -@erase "$(INTDIR)\gettime.obj" - -@erase "$(INTDIR)\images.obj" - -@erase "$(INTDIR)\language.obj" - -@erase "$(INTDIR)\loadicons.obj" - -@erase "$(INTDIR)\loadlib.obj" - -@erase "$(INTDIR)\main.obj" - -@erase "$(INTDIR)\mmi.obj" - -@erase "$(INTDIR)\options.obj" - -@erase "$(INTDIR)\popupOptions.obj" - -@erase "$(INTDIR)\resource.res" - -@erase "$(INTDIR)\rtfconv.obj" - -@erase "$(INTDIR)\secureim.pch" - -@erase "$(INTDIR)\splitmsg.obj" - -@erase "$(INTDIR)\svcs_clist.obj" - -@erase "$(INTDIR)\svcs_menu.obj" - -@erase "$(INTDIR)\svcs_proto.obj" - -@erase "$(INTDIR)\svcs_rsa.obj" - -@erase "$(INTDIR)\svcs_srmm.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\secureim.dll" - -@erase "$(OUTDIR)\secureim.exp" - -@erase "$(OUTDIR)\secureim.lib" - -@erase "$(OUTDIR)\secureim.map" - -@erase "$(OUTDIR)\secureim.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "\source\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_EXPORTS" /Fp"$(INTDIR)\secureim.pch" /Yu"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -MTL=midl.exe -MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 -RSC=rc.exe -RSC_PROJ=/l 0x419 /fo"$(INTDIR)\resource.res" /d "_DEBUG" -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\secureim.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib msimg32.lib /nologo /base:"0x45000000" /dll /incremental:no /pdb:"$(OUTDIR)\secureim.pdb" /map:"$(INTDIR)\secureim.map" /debug /machine:I386 /out:"$(OUTDIR)\secureim.dll" /implib:"$(OUTDIR)\secureim.lib" /pdbtype:sept -LINK32_OBJS= \ - "$(INTDIR)\commonheaders.obj" \ - "$(INTDIR)\crypt_check.obj" \ - "$(INTDIR)\crypt_dll.obj" \ - "$(INTDIR)\crypt_icons.obj" \ - "$(INTDIR)\crypt_lists.obj" \ - "$(INTDIR)\crypt_metacontacts.obj" \ - "$(INTDIR)\crypt_misc.obj" \ - "$(INTDIR)\crypt_popups.obj" \ - "$(INTDIR)\dbevent.obj" \ - "$(INTDIR)\gettime.obj" \ - "$(INTDIR)\images.obj" \ - "$(INTDIR)\language.obj" \ - "$(INTDIR)\loadicons.obj" \ - "$(INTDIR)\loadlib.obj" \ - "$(INTDIR)\main.obj" \ - "$(INTDIR)\mmi.obj" \ - "$(INTDIR)\options.obj" \ - "$(INTDIR)\popupOptions.obj" \ - "$(INTDIR)\rtfconv.obj" \ - "$(INTDIR)\splitmsg.obj" \ - "$(INTDIR)\svcs_clist.obj" \ - "$(INTDIR)\svcs_menu.obj" \ - "$(INTDIR)\svcs_proto.obj" \ - "$(INTDIR)\svcs_rsa.obj" \ - "$(INTDIR)\svcs_srmm.obj" \ - "$(INTDIR)\resource.res" - -"$(OUTDIR)\secureim.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("secureim.dep") -!INCLUDE "secureim.dep" -!ELSE -!MESSAGE Warning: cannot find "secureim.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "secureim - Win32 Release" || "$(CFG)" == "secureim - Win32 Debug" -SOURCE=.\commonheaders.cpp - -!IF "$(CFG)" == "secureim - Win32 Release" - -CPP_SWITCHES=/nologo /MD /W3 /GX /O1 /I "\source\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_EXPORTS" /Fp"$(INTDIR)\secureim.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c - -"$(INTDIR)\commonheaders.obj" "$(INTDIR)\secureim.pch" : $(SOURCE) "$(INTDIR)" - $(CPP) @<< - $(CPP_SWITCHES) $(SOURCE) -<< - - -!ELSEIF "$(CFG)" == "secureim - Win32 Debug" - -CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "\source\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SECUREIM_EXPORTS" /Fp"$(INTDIR)\secureim.pch" /Yc"commonheaders.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -"$(INTDIR)\commonheaders.obj" "$(INTDIR)\secureim.pch" : $(SOURCE) "$(INTDIR)" - $(CPP) @<< - $(CPP_SWITCHES) $(SOURCE) -<< - - -!ENDIF - -SOURCE=.\crypt_check.cpp - -"$(INTDIR)\crypt_check.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\crypt_dll.cpp - -"$(INTDIR)\crypt_dll.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\crypt_icons.cpp - -"$(INTDIR)\crypt_icons.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\crypt_lists.cpp - -"$(INTDIR)\crypt_lists.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\crypt_metacontacts.cpp - -"$(INTDIR)\crypt_metacontacts.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\crypt_misc.cpp - -"$(INTDIR)\crypt_misc.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\crypt_popups.cpp - -"$(INTDIR)\crypt_popups.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\dbevent.cpp - -"$(INTDIR)\dbevent.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\gettime.cpp - -"$(INTDIR)\gettime.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\images.cpp - -"$(INTDIR)\images.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\language.cpp - -"$(INTDIR)\language.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\loadicons.cpp - -"$(INTDIR)\loadicons.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\loadlib.cpp - -"$(INTDIR)\loadlib.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\main.cpp - -"$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\mmi.cpp - -"$(INTDIR)\mmi.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\options.cpp - -"$(INTDIR)\options.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\popupOptions.cpp - -"$(INTDIR)\popupOptions.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\rtfconv.cpp - -"$(INTDIR)\rtfconv.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\splitmsg.cpp - -"$(INTDIR)\splitmsg.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\svcs_clist.cpp - -"$(INTDIR)\svcs_clist.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\svcs_menu.cpp - -"$(INTDIR)\svcs_menu.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\svcs_proto.cpp - -"$(INTDIR)\svcs_proto.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\svcs_rsa.cpp - -"$(INTDIR)\svcs_rsa.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\svcs_srmm.cpp - -"$(INTDIR)\svcs_srmm.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\secureim.pch" - - -SOURCE=.\resource.rc - -"$(INTDIR)\resource.res" : $(SOURCE) "$(INTDIR)" - $(RSC) $(RSC_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/plugins/SecureIM/secureim_10.vcxproj b/plugins/SecureIM/secureim_10.vcxproj index d72d3038ba..154c56d241 100644 --- a/plugins/SecureIM/secureim_10.vcxproj +++ b/plugins/SecureIM/secureim_10.vcxproj @@ -1,6 +1,14 @@  + + Debug Unicode + Win32 + + + Debug Unicode + x64 + Debug Win32 @@ -9,6 +17,14 @@ Debug x64 + + Release Unicode + Win32 + + + Release Unicode + x64 + Release Win32 @@ -30,6 +46,13 @@ false true + + DynamicLibrary + false + MultiByte + false + true + DynamicLibrary false @@ -37,46 +60,87 @@ false true + + DynamicLibrary + false + MultiByte + false + true + DynamicLibrary false MultiByte false + + DynamicLibrary + false + MultiByte + false + DynamicLibrary false MultiByte false + + DynamicLibrary + false + MultiByte + false + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ true + true true + true $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)64/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ @@ -117,6 +181,45 @@ $(IntDir)$(TargetName).lib + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebug + true + Create + commonheaders.h + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + + + comctl32.lib;msimg32.lib;%(AdditionalDependencies) + true + true + true + true + true + Windows + 0x45000000 + false + MachineX86 + $(IntDir)$(TargetName).lib + + _DEBUG;%(PreprocessorDefinitions) @@ -154,6 +257,43 @@ $(IntDir)$(TargetName).lib + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebug + true + Create + commonheaders.h + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + + + comctl32.lib;msimg32.lib;%(AdditionalDependencies) + true + true + true + true + true + Windows + 0x45000000 + false + $(IntDir)$(TargetName).lib + + NDEBUG;%(PreprocessorDefinitions) @@ -194,6 +334,46 @@ $(IntDir)$(TargetName).lib + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + Full + Size + true + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + Use + commonheaders.h + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + + + comctl32.lib;msimg32.lib;%(AdditionalDependencies) + true + true + true + Windows + 0x45000000 + false + MachineX86 + $(IntDir)$(TargetName).lib + + NDEBUG;%(PreprocessorDefinitions) @@ -232,6 +412,44 @@ $(IntDir)$(TargetName).lib + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + + + Full + Size + true + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + Use + commonheaders.h + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + + + comctl32.lib;msimg32.lib;%(AdditionalDependencies) + true + true + true + Windows + 0x45000000 + false + $(IntDir)$(TargetName).lib + + @@ -262,7 +480,9 @@ Create + Create Create + Create @@ -279,51 +499,91 @@ Disabled + Disabled Disabled + Disabled %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) EnableFastChecks + EnableFastChecks EnableFastChecks + EnableFastChecks MinSpace + MinSpace MinSpace + MinSpace %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) Disabled + Disabled Disabled + Disabled %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) EnableFastChecks + EnableFastChecks EnableFastChecks + EnableFastChecks MinSpace + MinSpace MinSpace + MinSpace %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) Disabled + Disabled Disabled + Disabled %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) EnableFastChecks + EnableFastChecks EnableFastChecks + EnableFastChecks MinSpace + MinSpace MinSpace + MinSpace %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) Disabled + Disabled Disabled + Disabled %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) EnableFastChecks + EnableFastChecks EnableFastChecks + EnableFastChecks MinSpace + MinSpace MinSpace + MinSpace %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) diff --git a/plugins/SecureIM/secureim_icons_10.vcxproj b/plugins/SecureIM/secureim_icons_10.vcxproj index 947230eb4d..d8b5012b79 100644 --- a/plugins/SecureIM/secureim_icons_10.vcxproj +++ b/plugins/SecureIM/secureim_icons_10.vcxproj @@ -1,6 +1,14 @@  + + Debug Unicode + Win32 + + + Debug Unicode + x64 + Debug Win32 @@ -9,6 +17,14 @@ Debug x64 + + Release Unicode + Win32 + + + Release Unicode + x64 + Release Win32 @@ -28,47 +44,87 @@ false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false MultiByte + + DynamicLibrary + false + MultiByte + DynamicLibrary false MultiByte + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 $(SolutionDir)$(Configuration)/Icons\ + $(SolutionDir)$(Configuration)/Icons\ $(SolutionDir)$(Configuration)64/Icons\ + $(SolutionDir)$(Configuration)64/Icons\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)/Icons\ + $(SolutionDir)$(Configuration)/Icons\ $(SolutionDir)$(Configuration)64/Icons\ + $(SolutionDir)$(Configuration)64/Icons\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ @@ -95,6 +151,31 @@ MachineX86 + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + + + %(AdditionalDependencies) + true + true + true + true + false + + + MachineX86 + + _DEBUG;%(PreprocessorDefinitions) @@ -118,6 +199,29 @@ + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + + + %(AdditionalDependencies) + true + true + true + true + false + + + + NDEBUG;%(PreprocessorDefinitions) @@ -143,6 +247,31 @@ MachineX86 + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + + + + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + + + true + false + + + MachineX86 + + NDEBUG;%(PreprocessorDefinitions) @@ -166,6 +295,29 @@ + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + + + true + false + + + + -- cgit v1.2.3