From 7895cc6fe02c577394578d0d45cbcf20cbdfc80b Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 24 Jul 2015 09:52:32 +0000 Subject: ieview: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14669 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/IEView/ieview.vcxproj | 28 ++++ plugins/IEView/ieview.vcxproj.filters | 4 + plugins/IEView/ieview_10.vcxproj | 221 ---------------------------- plugins/IEView/ieview_10.vcxproj.filters | 116 --------------- plugins/IEView/ieview_12.vcxproj | 225 ----------------------------- plugins/IEView/ieview_12.vcxproj.filters | 119 --------------- plugins/IEView/ieview_14.vcxproj | 225 ----------------------------- plugins/IEView/ieview_14.vcxproj.filters | 119 --------------- plugins/IEView/src/ChatHTMLBuilder.cpp | 2 +- plugins/IEView/src/HTMLBuilder.cpp | 2 +- plugins/IEView/src/HistoryHTMLBuilder.cpp | 2 +- plugins/IEView/src/IEView.cpp | 2 +- plugins/IEView/src/IEView.h | 2 +- plugins/IEView/src/MUCCHTMLBuilder.cpp | 2 +- plugins/IEView/src/Options.cpp | 2 +- plugins/IEView/src/Options.h | 2 +- plugins/IEView/src/ScriverHTMLBuilder.cpp | 2 +- plugins/IEView/src/TabSRMMHTMLBuilder.cpp | 2 +- plugins/IEView/src/Template.cpp | 2 +- plugins/IEView/src/Template.h | 2 +- plugins/IEView/src/TemplateHTMLBuilder.cpp | 2 +- plugins/IEView/src/TextToken.cpp | 2 +- plugins/IEView/src/Utils.cpp | 2 +- plugins/IEView/src/Utils.h | 2 +- plugins/IEView/src/ieview_common.h | 82 ----------- plugins/IEView/src/ieview_main.cpp | 2 +- plugins/IEView/src/ieview_services.cpp | 2 +- plugins/IEView/src/ieview_services.h | 2 +- plugins/IEView/src/stdafx.cpp | 18 --- plugins/IEView/src/stdafx.cxx | 18 +++ plugins/IEView/src/stdafx.h | 81 +++++++++++ 38 files changed, 157 insertions(+), 1151 deletions(-) create mode 100644 plugins/IEView/ieview.vcxproj create mode 100644 plugins/IEView/ieview.vcxproj.filters delete mode 100644 plugins/IEView/ieview_10.vcxproj delete mode 100644 plugins/IEView/ieview_10.vcxproj.filters delete mode 100644 plugins/IEView/ieview_12.vcxproj delete mode 100644 plugins/IEView/ieview_12.vcxproj.filters delete mode 100644 plugins/IEView/ieview_14.vcxproj delete mode 100644 plugins/IEView/ieview_14.vcxproj.filters delete mode 100644 plugins/IEView/src/ieview_common.h delete mode 100644 plugins/IEView/src/stdafx.cpp create mode 100644 plugins/IEView/src/stdafx.cxx create mode 100644 plugins/IEView/src/stdafx.h diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index 96d807a673..3e6c4b2353 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -74,7 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_10.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_10.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index f70784c05d..ec8a3b377f 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -74,7 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_10.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_10.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 11a355c205..03e1229b5b 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -74,7 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_10.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_10.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index 0648ba9ef3..797cd1569c 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -76,7 +76,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_12.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_12.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 5a778c7609..0fd3571baf 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -76,7 +76,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_12.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_12.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index d1eb241f14..dc6d914685 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -76,7 +76,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_14.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_14.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index e6e2d4bf72..c43e132468 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -76,7 +76,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\Hist EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview_14.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEView", "..\plugins\IEView\ieview.vcxproj", "{B988F96C-F87A-484C-AB15-D0674B22F291}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IgnoreState", "..\plugins\IgnoreState\ignore_14.vcxproj", "{214F211F-1A2B-4F79-8993-B8DEE2EF7441}" EndProject diff --git a/plugins/IEView/ieview.vcxproj b/plugins/IEView/ieview.vcxproj new file mode 100644 index 0000000000..592a0b3313 --- /dev/null +++ b/plugins/IEView/ieview.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B988F96C-F87A-484C-AB15-D0674B22F291} + IEView + + + + + \ No newline at end of file diff --git a/plugins/IEView/ieview.vcxproj.filters b/plugins/IEView/ieview.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/IEView/ieview.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/IEView/ieview_10.vcxproj b/plugins/IEView/ieview_10.vcxproj deleted file mode 100644 index 300ed2be2a..0000000000 --- a/plugins/IEView/ieview_10.vcxproj +++ /dev/null @@ -1,221 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B988F96C-F87A-484C-AB15-D0674B22F291} - IEView - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level3 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/IEView/ieview_10.vcxproj.filters b/plugins/IEView/ieview_10.vcxproj.filters deleted file mode 100644 index 4bbed46c39..0000000000 --- a/plugins/IEView/ieview_10.vcxproj.filters +++ /dev/null @@ -1,116 +0,0 @@ - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - 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 - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - {a72da5d2-0d60-47f9-afae-fbccf75ff6c7} - - - {7fb0c9c3-1e65-40e9-8b79-b660578ee919} - - - {4691e0ac-0fe6-41ec-abe1-aca54f39e986} - - - \ No newline at end of file diff --git a/plugins/IEView/ieview_12.vcxproj b/plugins/IEView/ieview_12.vcxproj deleted file mode 100644 index 2fe1b68d71..0000000000 --- a/plugins/IEView/ieview_12.vcxproj +++ /dev/null @@ -1,225 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B988F96C-F87A-484C-AB15-D0674B22F291} - IEView - - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - EditAndContinue - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - false - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level4 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level4 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level4 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/IEView/ieview_12.vcxproj.filters b/plugins/IEView/ieview_12.vcxproj.filters deleted file mode 100644 index af060df0f9..0000000000 --- a/plugins/IEView/ieview_12.vcxproj.filters +++ /dev/null @@ -1,119 +0,0 @@ - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - 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 - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - {a72da5d2-0d60-47f9-afae-fbccf75ff6c7} - - - {7fb0c9c3-1e65-40e9-8b79-b660578ee919} - - - {4691e0ac-0fe6-41ec-abe1-aca54f39e986} - - - \ No newline at end of file diff --git a/plugins/IEView/ieview_14.vcxproj b/plugins/IEView/ieview_14.vcxproj deleted file mode 100644 index 20adbf1cb0..0000000000 --- a/plugins/IEView/ieview_14.vcxproj +++ /dev/null @@ -1,225 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B988F96C-F87A-484C-AB15-D0674B22F291} - IEView - - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - EditAndContinue - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - false - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level4 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level4 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Level4 - false - Use - ieview_common.h - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/IEView/ieview_14.vcxproj.filters b/plugins/IEView/ieview_14.vcxproj.filters deleted file mode 100644 index af060df0f9..0000000000 --- a/plugins/IEView/ieview_14.vcxproj.filters +++ /dev/null @@ -1,119 +0,0 @@ - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - 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 - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - {a72da5d2-0d60-47f9-afae-fbccf75ff6c7} - - - {7fb0c9c3-1e65-40e9-8b79-b660578ee919} - - - {4691e0ac-0fe6-41ec-abe1-aca54f39e986} - - - \ No newline at end of file diff --git a/plugins/IEView/src/ChatHTMLBuilder.cpp b/plugins/IEView/src/ChatHTMLBuilder.cpp index 46c079293b..12c0308a3e 100644 --- a/plugins/IEView/src/ChatHTMLBuilder.cpp +++ b/plugins/IEView/src/ChatHTMLBuilder.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" #define CHATMOD "Chat" #define CHATFONTMOD "ChatFonts" diff --git a/plugins/IEView/src/HTMLBuilder.cpp b/plugins/IEView/src/HTMLBuilder.cpp index 611d7c74de..69833aa9f8 100644 --- a/plugins/IEView/src/HTMLBuilder.cpp +++ b/plugins/IEView/src/HTMLBuilder.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" int HTMLBuilder::mimFlags = 0; diff --git a/plugins/IEView/src/HistoryHTMLBuilder.cpp b/plugins/IEView/src/HistoryHTMLBuilder.cpp index 6ce6b6cc19..5885305f4d 100644 --- a/plugins/IEView/src/HistoryHTMLBuilder.cpp +++ b/plugins/IEView/src/HistoryHTMLBuilder.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" // srmm stuff #define SMF_LOG_SHOWNICK 1 diff --git a/plugins/IEView/src/IEView.cpp b/plugins/IEView/src/IEView.cpp index 45bee1cf40..d92c3ce688 100644 --- a/plugins/IEView/src/IEView.cpp +++ b/plugins/IEView/src/IEView.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" #define WM_WAITWHILEBUSY (WM_USER+600) //#define GECKO diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index 8c5692c7d5..bb464d45e0 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -23,7 +23,7 @@ class IEView; #ifndef IEVIEW_INCLUDED #define IEVIEW_INCLUDED -#include "ieview_common.h" +#include "stdafx.h" #include "HTMLBuilder.h" //#include "SmileyWindow.h" diff --git a/plugins/IEView/src/MUCCHTMLBuilder.cpp b/plugins/IEView/src/MUCCHTMLBuilder.cpp index 740fd36264..b232f3d5e1 100644 --- a/plugins/IEView/src/MUCCHTMLBuilder.cpp +++ b/plugins/IEView/src/MUCCHTMLBuilder.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" #define MUCCMOD "MUCC" diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp index cb4d82d711..08f4948d52 100644 --- a/plugins/IEView/src/Options.cpp +++ b/plugins/IEView/src/Options.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" #define UM_CHECKSTATECHANGE (WM_USER+100) HANDLE hHookOptionsChanged; diff --git a/plugins/IEView/src/Options.h b/plugins/IEView/src/Options.h index d0420cdc5f..8e626cb9b4 100644 --- a/plugins/IEView/src/Options.h +++ b/plugins/IEView/src/Options.h @@ -23,7 +23,7 @@ class Options; #ifndef OPTIONS_INCLUDED #define OPTIONS_INCLUDED //#include "FontList.h" -#include "ieview_common.h" +#include "stdafx.h" #define DBS_BASICFLAGS "GeneralFlags" diff --git a/plugins/IEView/src/ScriverHTMLBuilder.cpp b/plugins/IEView/src/ScriverHTMLBuilder.cpp index 4faadcca27..566bdf8e51 100644 --- a/plugins/IEView/src/ScriverHTMLBuilder.cpp +++ b/plugins/IEView/src/ScriverHTMLBuilder.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" // srmm stuff #define SMF_LOG_SHOWNICK 1 diff --git a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp index fc739de97e..e904b93f38 100644 --- a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp +++ b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" // tabsrmm stuff diff --git a/plugins/IEView/src/Template.cpp b/plugins/IEView/src/Template.cpp index afbbeceab5..3355a4ec13 100644 --- a/plugins/IEView/src/Template.cpp +++ b/plugins/IEView/src/Template.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" TokenDef::TokenDef(const char *tokenString) { diff --git a/plugins/IEView/src/Template.h b/plugins/IEView/src/Template.h index 4d1f0846cc..18ebf40c52 100644 --- a/plugins/IEView/src/Template.h +++ b/plugins/IEView/src/Template.h @@ -23,7 +23,7 @@ class Template; #ifndef TEMPLATE_INCLUDED #define TEMPLATE_INCLUDED -#include "ieview_common.h" +#include "stdafx.h" class TokenDef { public: diff --git a/plugins/IEView/src/TemplateHTMLBuilder.cpp b/plugins/IEView/src/TemplateHTMLBuilder.cpp index 8f42cf907a..6a20622f41 100644 --- a/plugins/IEView/src/TemplateHTMLBuilder.cpp +++ b/plugins/IEView/src/TemplateHTMLBuilder.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" TemplateHTMLBuilder::TemplateHTMLBuilder() { diff --git a/plugins/IEView/src/TextToken.cpp b/plugins/IEView/src/TextToken.cpp index 1818154309..6934043d22 100644 --- a/plugins/IEView/src/TextToken.cpp +++ b/plugins/IEView/src/TextToken.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" TextToken::TextToken(int _type, const char *_text, int _len) { diff --git a/plugins/IEView/src/Utils.cpp b/plugins/IEView/src/Utils.cpp index 1330f14e89..a7e55a5541 100644 --- a/plugins/IEView/src/Utils.cpp +++ b/plugins/IEView/src/Utils.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" wchar_t Utils::base_dir[MAX_PATH]; diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h index 38d8cdddc2..a5d9400244 100644 --- a/plugins/IEView/src/Utils.h +++ b/plugins/IEView/src/Utils.h @@ -23,7 +23,7 @@ class Utils; #ifndef UTILS_INCLUDED #define UTILS_INCLUDED -#include "ieview_common.h" +#include "stdafx.h" class Utils { private: diff --git a/plugins/IEView/src/ieview_common.h b/plugins/IEView/src/ieview_common.h deleted file mode 100644 index 8e182aeba1..0000000000 --- a/plugins/IEView/src/ieview_common.h +++ /dev/null @@ -1,82 +0,0 @@ -/* - -IEView Plugin for Miranda IM -Copyright (C) 2005-2010 Piotr Piastucki - -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. - -*/ - -#ifndef IEVIEW_COMMON_H -#define IEVIEW_COMMON_H - -#define _CRT_SECURE_NO_WARNINGS -#define _CRT_NONSTDC_NO_DEPRECATE - -#include -#include -#include -#include -#include -#include - -#include - -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "IEView.h" -#include "Utils.h" -#include "ieview_services.h" -#include "Options.h" -#include "Version.h" -#include "ChatHTMLBuilder.h" -#include "HistoryHTMLBuilder.h" -#include "HTMLBuilder.h" -#include "resource.h" -#include "ScriverHTMLBuilder.h" -#include "TabSRMMHTMLBuilder.h" -#include "TemplateHTMLBuilder.h" -#include "MUCCHTMLBuilder.h" -#include "Template.h" -#include "TextToken.h" - -#define ieviewModuleName "IEVIEW" - -extern HINSTANCE hInstance; -extern IEView *debugView; -extern char *workingDirUtf8; -extern HANDLE hHookOptionsChanged; - -#endif diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp index cc61f03939..b155b45129 100644 --- a/plugins/IEView/src/ieview_main.cpp +++ b/plugins/IEView/src/ieview_main.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" HINSTANCE hInstance; CLIST_INTERFACE *pcli; diff --git a/plugins/IEView/src/ieview_services.cpp b/plugins/IEView/src/ieview_services.cpp index 8a79a035f3..47dbc1a997 100644 --- a/plugins/IEView/src/ieview_services.cpp +++ b/plugins/IEView/src/ieview_services.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "ieview_common.h" +#include "stdafx.h" INT_PTR HandleIEWindow(WPARAM, LPARAM lParam) { diff --git a/plugins/IEView/src/ieview_services.h b/plugins/IEView/src/ieview_services.h index a25f8ead97..3ab3772a6a 100644 --- a/plugins/IEView/src/ieview_services.h +++ b/plugins/IEView/src/ieview_services.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef IEVIEW_SERVICES_INCLUDED #define IEVIEW_SERVICES_INCLUDED -#include "ieview_common.h" +#include "stdafx.h" extern INT_PTR HandleIEWindow(WPARAM wParam, LPARAM lParam); extern INT_PTR HandleIEEvent(WPARAM wParam, LPARAM lParam); diff --git a/plugins/IEView/src/stdafx.cpp b/plugins/IEView/src/stdafx.cpp deleted file mode 100644 index ec058d6a79..0000000000 --- a/plugins/IEView/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) - -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 version 2 -of the License. - -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, see . -*/ - -#include "ieview_common.h" \ No newline at end of file diff --git a/plugins/IEView/src/stdafx.cxx b/plugins/IEView/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/IEView/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) + +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 version 2 +of the License. + +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, see . +*/ + +#include "stdafx.h" \ No newline at end of file diff --git a/plugins/IEView/src/stdafx.h b/plugins/IEView/src/stdafx.h new file mode 100644 index 0000000000..c12a6df4a4 --- /dev/null +++ b/plugins/IEView/src/stdafx.h @@ -0,0 +1,81 @@ +/* + +IEView Plugin for Miranda IM +Copyright (C) 2005-2010 Piotr Piastucki + +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. + +*/ + +#ifndef IEVIEW_COMMON_H +#define IEVIEW_COMMON_H + +#define _CRT_NONSTDC_NO_DEPRECATE + +#include +#include +#include +#include +#include +#include + +#include + +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "IEView.h" +#include "Utils.h" +#include "ieview_services.h" +#include "Options.h" +#include "Version.h" +#include "ChatHTMLBuilder.h" +#include "HistoryHTMLBuilder.h" +#include "HTMLBuilder.h" +#include "resource.h" +#include "ScriverHTMLBuilder.h" +#include "TabSRMMHTMLBuilder.h" +#include "TemplateHTMLBuilder.h" +#include "MUCCHTMLBuilder.h" +#include "Template.h" +#include "TextToken.h" + +#define ieviewModuleName "IEVIEW" + +extern HINSTANCE hInstance; +extern IEView *debugView; +extern char *workingDirUtf8; +extern HANDLE hHookOptionsChanged; + +#endif -- cgit v1.2.3