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 --- bin10/mir_dev.sln | 2 +- bin10/mir_full.sln | 2 +- bin10/mir_full_pro.sln | 2 +- bin12/mir_dev.sln | 2 +- bin12/mir_full.sln | 2 +- bin14/mir_dev.sln | 2 +- bin14/mir_full.sln | 2 +- 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 +++ 17 files changed, 63 insertions(+), 832 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 diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index edbed23caa..96d807a673 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -405,7 +405,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GmailNotifier", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pcre16", "..\libs\Pcre16\pcre16.vcxproj", "{6124E997-426E-4A0B-9617-D6D577D5E7D7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory_10.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_10.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index dba65a77c4..f70784c05d 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -410,7 +410,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GmailNotifier", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pcre16", "..\libs\Pcre16\pcre16.vcxproj", "{6124E997-426E-4A0B-9617-D6D577D5E7D7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory_10.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_10.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 19b97222ba..11a355c205 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -442,7 +442,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GmailNotifier", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pcre16", "..\libs\Pcre16\pcre16.vcxproj", "{6124E997-426E-4A0B-9617-D6D577D5E7D7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory_10.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_10.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index 324a49e0aa..0648ba9ef3 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -412,7 +412,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GmailNotifier", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pcre16", "..\libs\Pcre16\pcre16.vcxproj", "{6124E997-426E-4A0B-9617-D6D577D5E7D7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory_12.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_12.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 3763e8e454..5a778c7609 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -412,7 +412,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GmailNotifier", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pcre16", "..\libs\Pcre16\pcre16.vcxproj", "{6124E997-426E-4A0B-9617-D6D577D5E7D7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory_12.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_12.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index 647c781959..d1eb241f14 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -412,7 +412,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GmailNotifier", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pcre16", "..\libs\Pcre16\pcre16.vcxproj", "{6124E997-426E-4A0B-9617-D6D577D5E7D7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory_14.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_14.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index 472f2e75a4..e6e2d4bf72 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -412,7 +412,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GmailNotifier", "..\plugins EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pcre16", "..\libs\Pcre16\pcre16.vcxproj", "{6124E997-426E-4A0B-9617-D6D577D5E7D7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory_14.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEHistory\IEHistory.vcxproj", "{7F5EA8BC-8F2B-478E-8F05-0ED4B691B776}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_14.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject 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