From a2a58073a331623d006d7ffc2845b437cc0d571d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 28 Jun 2012 05:43:24 +0000 Subject: FileAsMessage project fix git-svn-id: http://svn.miranda-ng.org/main/trunk@663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FileAsMessage/fileecho.dsp | 148 ------------- plugins/FileAsMessage/fileecho.dsw | 29 --- plugins/FileAsMessage/fileecho.sln | 26 +++ plugins/FileAsMessage/fileecho.vcproj | 236 --------------------- plugins/FileAsMessage/fileecho.vcxproj | 274 +++++++++++++++++++++++++ plugins/FileAsMessage/fileecho.vcxproj.filters | 58 ++++++ plugins/FileAsMessage/m_Snapping_windows.h | 42 ---- 7 files changed, 358 insertions(+), 455 deletions(-) delete mode 100644 plugins/FileAsMessage/fileecho.dsp delete mode 100644 plugins/FileAsMessage/fileecho.dsw create mode 100644 plugins/FileAsMessage/fileecho.sln delete mode 100644 plugins/FileAsMessage/fileecho.vcproj create mode 100644 plugins/FileAsMessage/fileecho.vcxproj create mode 100644 plugins/FileAsMessage/fileecho.vcxproj.filters delete mode 100644 plugins/FileAsMessage/m_Snapping_windows.h (limited to 'plugins/FileAsMessage') diff --git a/plugins/FileAsMessage/fileecho.dsp b/plugins/FileAsMessage/fileecho.dsp deleted file mode 100644 index 7bf64445c3..0000000000 --- a/plugins/FileAsMessage/fileecho.dsp +++ /dev/null @@ -1,148 +0,0 @@ -# Microsoft Developer Studio Project File - Name="fileecho" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=fileecho - 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 "fileecho.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 "fileecho.mak" CFG="fileecho - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "fileecho - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "fileecho - 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)" == "fileecho - 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 1 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILEECHO_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O1 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILEECHO_EXPORTS" /FD /c -# SUBTRACT CPP /YX -# 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 gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /dll /pdb:none /machine:I386 /out:"E:\Miranda IM\Plugins\disabled\FileAsMessage.dll" - -!ELSEIF "$(CFG)" == "fileecho - 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 "FILEECHO_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /Gi /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "FILEECHO_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: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 /nologo /dll /debug /machine:I386 /out:"../../bin/release/plugins/fileAsMessage.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "fileecho - Win32 Release" -# Name "fileecho - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\dialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\main.cpp -# End Source File -# Begin Source File - -SOURCE=.\optionsdlg.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\dialog.h -# End Source File -# Begin Source File - -SOURCE=.\main.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=.\res\abort.ico -# End Source File -# Begin Source File - -SOURCE=.\file.ico -# End Source File -# Begin Source File - -SOURCE=.\res\pause.ico -# End Source File -# Begin Source File - -SOURCE=.\res\play.ico -# End Source File -# Begin Source File - -SOURCE=.\res\refresh.ico -# End Source File -# Begin Source File - -SOURCE=.\resources.rc -# End Source File -# End Group -# End Target -# End Project diff --git a/plugins/FileAsMessage/fileecho.dsw b/plugins/FileAsMessage/fileecho.dsw deleted file mode 100644 index a2f435f46d..0000000000 --- a/plugins/FileAsMessage/fileecho.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "fileecho"=".\fileecho.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/plugins/FileAsMessage/fileecho.sln b/plugins/FileAsMessage/fileecho.sln new file mode 100644 index 0000000000..b4ab627208 --- /dev/null +++ b/plugins/FileAsMessage/fileecho.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileAsMessage", "fileecho.vcxproj", "{D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}.Debug|Win32.ActiveCfg = Debug|Win32 + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}.Debug|Win32.Build.0 = Debug|Win32 + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}.Debug|x64.ActiveCfg = Debug|x64 + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}.Debug|x64.Build.0 = Debug|x64 + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}.Release|Win32.ActiveCfg = Release|Win32 + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}.Release|Win32.Build.0 = Release|Win32 + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}.Release|x64.ActiveCfg = Release|x64 + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/FileAsMessage/fileecho.vcproj b/plugins/FileAsMessage/fileecho.vcproj deleted file mode 100644 index fef4b7301e..0000000000 --- a/plugins/FileAsMessage/fileecho.vcproj +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/FileAsMessage/fileecho.vcxproj b/plugins/FileAsMessage/fileecho.vcxproj new file mode 100644 index 0000000000..eb02d240e8 --- /dev/null +++ b/plugins/FileAsMessage/fileecho.vcxproj @@ -0,0 +1,274 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + FileAsMessage + {D7A3B8D0-425A-2286-8E2F-2C0BF1EE5C2E} + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + true + + + DynamicLibrary + false + MultiByte + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + false + false + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + true + + + + Full + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_USRDLL;FILEECHO_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Size + + + odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + MachineX86 + true + true + true + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/fileecho.tlb + + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_USRDLL;FILEECHO_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Size + + + odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + true + + + NDEBUG;%(PreprocessorDefinitions) + true + true + .\Release/fileecho.tlb + + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + ..\..\include\msapi + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;FILEECHO_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + EditAndContinue + + + odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies) + true + true + $(IntDir)$(TargetName).lib + MachineX86 + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/fileecho.tlb + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + ..\..\include\msapi + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;FILEECHO_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + + + odbc32.lib;odbccp32.lib;comctl32.lib;%(AdditionalDependencies) + true + true + $(IntDir)$(TargetName).lib + + + _DEBUG;%(PreprocessorDefinitions) + true + true + .\Debug/fileecho.tlb + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + ..\..\include\msapi + + + + + Disabled + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + + + Disabled + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + + + Disabled + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + EnableFastChecks + EnableFastChecks + MaxSpeed + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;FILEECHO_EXPORTS + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/FileAsMessage/fileecho.vcxproj.filters b/plugins/FileAsMessage/fileecho.vcxproj.filters new file mode 100644 index 0000000000..661846e19c --- /dev/null +++ b/plugins/FileAsMessage/fileecho.vcxproj.filters @@ -0,0 +1,58 @@ + + + + + {91cea954-c950-4791-8ce9-443edfb3dabe} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {ea4654ae-48b4-4664-bc0e-c880a231e1f9} + h;hpp;hxx;hm;inl + + + {03c6b185-748a-4512-8aeb-8f6b2e4b8024} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/FileAsMessage/m_Snapping_windows.h b/plugins/FileAsMessage/m_Snapping_windows.h deleted file mode 100644 index 3aa505fe74..0000000000 --- a/plugins/FileAsMessage/m_Snapping_windows.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef SNAPPING_WINDOWS_H -#define SNAPPING_WINDOWS_H - -/* -If you want to use SnappingWindows in you plugin you should add this code in WindowProc: - -BOOL CALLBACK YouWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) -{ - CallSnappingWindowProc(hwnd,msg,wParam,lParam); - // - switch (msg) - { - case:..... - ........... - } - return ...... -} - - -*/ - -struct SnapWindowProc_t -{ - HWND hWnd; - // - SIZE m_szMoveOffset; - WPARAM wParam; - LPARAM lParam; - // - int Reserved1; - int Reserved2; - int Reserved3; -}; - -#define CallSnappingWindowProc(hwnd,nMessage,wParam,lParam) {static struct SnapWindowProc_t SnapInfo;\ - if ((nMessage == WM_MOVING) || (nMessage == WM_NCLBUTTONDOWN) || (nMessage == WM_SYSCOMMAND)){\ - SnapInfo.hWnd = hwnd;\ - SnapInfo.wParam = wParam;\ - SnapInfo.lParam = lParam;\ - CallService("Utils/SnapWindowProc",(WPARAM)&SnapInfo,nMessage);}} - -#endif //SNAPPING_WINDOWS_H \ No newline at end of file -- cgit v1.2.3