From 6d8845ee8ed0cef4d65df24ff1429b534ca58d4f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 24 Jul 2015 09:29:25 +0000 Subject: IEHistory: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEHistory/IEHistory.vcxproj | 28 ++++ plugins/IEHistory/IEHistory.vcxproj.filters | 4 + plugins/IEHistory/IEHistory_10.vcxproj | 199 ------------------------ plugins/IEHistory/IEHistory_10.vcxproj.filters | 66 -------- plugins/IEHistory/IEHistory_12.vcxproj | 202 ------------------------- plugins/IEHistory/IEHistory_12.vcxproj.filters | 66 -------- plugins/IEHistory/IEHistory_14.vcxproj | 202 ------------------------- plugins/IEHistory/IEHistory_14.vcxproj.filters | 66 -------- plugins/IEHistory/src/stdafx.cpp | 24 --- plugins/IEHistory/src/stdafx.cxx | 24 +++ 10 files changed, 56 insertions(+), 825 deletions(-) create mode 100644 plugins/IEHistory/IEHistory.vcxproj create mode 100644 plugins/IEHistory/IEHistory.vcxproj.filters delete mode 100644 plugins/IEHistory/IEHistory_10.vcxproj delete mode 100644 plugins/IEHistory/IEHistory_10.vcxproj.filters delete mode 100644 plugins/IEHistory/IEHistory_12.vcxproj delete mode 100644 plugins/IEHistory/IEHistory_12.vcxproj.filters delete mode 100644 plugins/IEHistory/IEHistory_14.vcxproj delete mode 100644 plugins/IEHistory/IEHistory_14.vcxproj.filters delete mode 100644 plugins/IEHistory/src/stdafx.cpp create mode 100644 plugins/IEHistory/src/stdafx.cxx (limited to 'plugins') diff --git a/plugins/IEHistory/IEHistory.vcxproj b/plugins/IEHistory/IEHistory.vcxproj new file mode 100644 index 0000000000..4c06544236 --- /dev/null +++ b/plugins/IEHistory/IEHistory.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + IEHistory + {7F5EA8BC-8F2B-478E-8F05-0ED4B691B776} + + + + + \ No newline at end of file diff --git a/plugins/IEHistory/IEHistory.vcxproj.filters b/plugins/IEHistory/IEHistory.vcxproj.filters new file mode 100644 index 0000000000..fcae13a9d8 --- /dev/null +++ b/plugins/IEHistory/IEHistory.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/IEHistory/IEHistory_10.vcxproj b/plugins/IEHistory/IEHistory_10.vcxproj deleted file mode 100644 index 29284e30df..0000000000 --- a/plugins/IEHistory/IEHistory_10.vcxproj +++ /dev/null @@ -1,199 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - IEHistory - {7F5EA8BC-8F2B-478E-8F05-0ED4B691B776} - - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - Full - Size - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - Windows - true - true - /PDBALTPATH:%_PDB% - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - EditAndContinue - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - Windows - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - Full - Size - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - Windows - true - true - /PDBALTPATH:%_PDB% - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - Windows - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/IEHistory/IEHistory_10.vcxproj.filters b/plugins/IEHistory/IEHistory_10.vcxproj.filters deleted file mode 100644 index 32ace60313..0000000000 --- a/plugins/IEHistory/IEHistory_10.vcxproj.filters +++ /dev/null @@ -1,66 +0,0 @@ - - - - - {c0915ce6-ab79-41ad-9cc3-4b66a43c1b80} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - {0b730ba7-e06c-4ba8-aaac-0329a10920bd} - - - {42281734-f96d-49b9-b9bc-553a8a809f18} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/IEHistory/IEHistory_12.vcxproj b/plugins/IEHistory/IEHistory_12.vcxproj deleted file mode 100644 index 84016efa7d..0000000000 --- a/plugins/IEHistory/IEHistory_12.vcxproj +++ /dev/null @@ -1,202 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - IEHistory - {7F5EA8BC-8F2B-478E-8F05-0ED4B691B776} - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - Full - Size - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - Windows - true - true - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - EditAndContinue - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - Windows - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - Full - Size - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - Windows - true - true - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - Windows - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/IEHistory/IEHistory_12.vcxproj.filters b/plugins/IEHistory/IEHistory_12.vcxproj.filters deleted file mode 100644 index 32ace60313..0000000000 --- a/plugins/IEHistory/IEHistory_12.vcxproj.filters +++ /dev/null @@ -1,66 +0,0 @@ - - - - - {c0915ce6-ab79-41ad-9cc3-4b66a43c1b80} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - {0b730ba7-e06c-4ba8-aaac-0329a10920bd} - - - {42281734-f96d-49b9-b9bc-553a8a809f18} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/IEHistory/IEHistory_14.vcxproj b/plugins/IEHistory/IEHistory_14.vcxproj deleted file mode 100644 index 02a361821d..0000000000 --- a/plugins/IEHistory/IEHistory_14.vcxproj +++ /dev/null @@ -1,202 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - IEHistory - {7F5EA8BC-8F2B-478E-8F05-0ED4B691B776} - - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - Full - Size - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - Windows - true - true - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - EditAndContinue - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - Windows - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - Full - Size - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - Windows - true - true - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - Use - stdafx.h - - - comctl32.lib;User32.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - Windows - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/IEHistory/IEHistory_14.vcxproj.filters b/plugins/IEHistory/IEHistory_14.vcxproj.filters deleted file mode 100644 index 32ace60313..0000000000 --- a/plugins/IEHistory/IEHistory_14.vcxproj.filters +++ /dev/null @@ -1,66 +0,0 @@ - - - - - {c0915ce6-ab79-41ad-9cc3-4b66a43c1b80} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - {0b730ba7-e06c-4ba8-aaac-0329a10920bd} - - - {42281734-f96d-49b9-b9bc-553a8a809f18} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/IEHistory/src/stdafx.cpp b/plugins/IEHistory/src/stdafx.cpp deleted file mode 100644 index 56f759b9d0..0000000000 --- a/plugins/IEHistory/src/stdafx.cpp +++ /dev/null @@ -1,24 +0,0 @@ -/* -IEView history viewer plugin for Miranda IM - -Copyright © 2005-2006 Cristian Libotean - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/plugins/IEHistory/src/stdafx.cxx b/plugins/IEHistory/src/stdafx.cxx new file mode 100644 index 0000000000..56f759b9d0 --- /dev/null +++ b/plugins/IEHistory/src/stdafx.cxx @@ -0,0 +1,24 @@ +/* +IEView history viewer plugin for Miranda IM + +Copyright © 2005-2006 Cristian Libotean + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file -- cgit v1.2.3