From 318be8ed372e275443db50f4050ac5245c012acc Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 1 Aug 2015 20:53:24 +0000 Subject: webview: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14800 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/WebView/src/stdafx.cpp | 23 --- plugins/WebView/src/stdafx.cxx | 18 +++ plugins/WebView/src/stdafx.h | 2 - plugins/WebView/webview.vcxproj | 28 ++++ plugins/WebView/webview.vcxproj.filters | 4 + plugins/WebView/webview_10.vcxproj | 215 ---------------------------- plugins/WebView/webview_10.vcxproj.filters | 68 --------- plugins/WebView/webview_12.vcxproj | 218 ----------------------------- plugins/WebView/webview_12.vcxproj.filters | 68 --------- plugins/WebView/webview_14.vcxproj | 218 ----------------------------- plugins/WebView/webview_14.vcxproj.filters | 68 --------- 18 files changed, 57 insertions(+), 887 deletions(-) delete mode 100644 plugins/WebView/src/stdafx.cpp create mode 100644 plugins/WebView/src/stdafx.cxx create mode 100644 plugins/WebView/webview.vcxproj create mode 100644 plugins/WebView/webview.vcxproj.filters delete mode 100644 plugins/WebView/webview_10.vcxproj delete mode 100644 plugins/WebView/webview_10.vcxproj.filters delete mode 100644 plugins/WebView/webview_12.vcxproj delete mode 100644 plugins/WebView/webview_12.vcxproj.filters delete mode 100644 plugins/WebView/webview_14.vcxproj delete mode 100644 plugins/WebView/webview_14.vcxproj.filters diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index f8c72726b2..7ebb10ec50 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -375,7 +375,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plug EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview_10.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShlExt", "..\plugins\ShellExt\shellext.vcxproj", "{B27B85B5-0EF1-496D-99D7-0702A98A342A}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index b837d1754f..f17f7d2bd5 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -382,7 +382,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plug EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview_10.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShlExt", "..\plugins\ShellExt\shellext.vcxproj", "{B27B85B5-0EF1-496D-99D7-0702A98A342A}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index d2b37c00e8..4295dcf705 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -416,7 +416,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plug EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview_10.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShlExt", "..\plugins\ShellExt\shellext.vcxproj", "{B27B85B5-0EF1-496D-99D7-0702A98A342A}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index 9a1a0bcf37..12007f54d8 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -382,7 +382,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plug EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview_12.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShlExt", "..\plugins\ShellExt\shellext.vcxproj", "{B27B85B5-0EF1-496D-99D7-0702A98A342A}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 1fd3cd0827..13232224e7 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -384,7 +384,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plug EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview_12.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShlExt", "..\plugins\ShellExt\shellext.vcxproj", "{B27B85B5-0EF1-496D-99D7-0702A98A342A}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index 4a8712b1d3..34f019ce1f 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -382,7 +382,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plug EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview_14.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShlExt", "..\plugins\ShellExt\shellext.vcxproj", "{B27B85B5-0EF1-496D-99D7-0702A98A342A}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index 99b45684d1..b9e2f9be1a 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -384,7 +384,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConnectionNotify", "..\plug EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exchange", "..\plugins\Exchange\Exchange.vcxproj", "{F462FDA1-BDCD-49B2-B996-D7DE71D07393}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview_14.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebView", "..\plugins\WebView\webview.vcxproj", "{475ED6ED-C311-4188-ACB2-1C41830B22EE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShlExt", "..\plugins\ShellExt\shellext.vcxproj", "{B27B85B5-0EF1-496D-99D7-0702A98A342A}" EndProject diff --git a/plugins/WebView/src/stdafx.cpp b/plugins/WebView/src/stdafx.cpp deleted file mode 100644 index a04913aacd..0000000000 --- a/plugins/WebView/src/stdafx.cpp +++ /dev/null @@ -1,23 +0,0 @@ -/* - * A plugin for Miranda IM which displays web page text in a window Copyright - * (C) 2005 Vincent Joyce. - * - * Miranda IM: the free icq client for MS Windows Copyright (C) 2000-2 - * Richard Hughes, Roland Rabien & Tristan Van de Vreede - * - * 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" \ No newline at end of file diff --git a/plugins/WebView/src/stdafx.cxx b/plugins/WebView/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/WebView/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/WebView/src/stdafx.h b/plugins/WebView/src/stdafx.h index 670c13046a..e2c5a0a728 100644 --- a/plugins/WebView/src/stdafx.h +++ b/plugins/WebView/src/stdafx.h @@ -1,5 +1,3 @@ -#define _CRT_SECURE_NO_WARNINGS - #include #include #include diff --git a/plugins/WebView/webview.vcxproj b/plugins/WebView/webview.vcxproj new file mode 100644 index 0000000000..e8e88065da --- /dev/null +++ b/plugins/WebView/webview.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + WebView + {475ED6ED-C311-4188-ACB2-1C41830B22EE} + + + + + \ No newline at end of file diff --git a/plugins/WebView/webview.vcxproj.filters b/plugins/WebView/webview.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/WebView/webview.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/WebView/webview_10.vcxproj b/plugins/WebView/webview_10.vcxproj deleted file mode 100644 index be026cf1c9..0000000000 --- a/plugins/WebView/webview_10.vcxproj +++ /dev/null @@ -1,215 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - WebView - {475ED6ED-C311-4188-ACB2-1C41830B22EE} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - false - Full - Level3 - true - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - OnlyExplicitInline - false - Size - false - stdafx.h - Use - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - false - stdafx.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - - - false - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Default - OnlyExplicitInline - Size - false - stdafx.h - Use - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - false - stdafx.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - - - - - - - - - - - - - - Create - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/WebView/webview_10.vcxproj.filters b/plugins/WebView/webview_10.vcxproj.filters deleted file mode 100644 index 7a8fe75c92..0000000000 --- a/plugins/WebView/webview_10.vcxproj.filters +++ /dev/null @@ -1,68 +0,0 @@ - - - - - {08a21636-368d-4feb-8d0d-0a27f237e1a2} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {9e6f20dc-3391-4299-9f74-e91d4f984ad3} - h;hpp;hxx;hm;inl - - - {18fd6180-ebb2-4558-b945-c4dac823f11b} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/plugins/WebView/webview_12.vcxproj b/plugins/WebView/webview_12.vcxproj deleted file mode 100644 index 5ac5f6aa2e..0000000000 --- a/plugins/WebView/webview_12.vcxproj +++ /dev/null @@ -1,218 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - WebView - {475ED6ED-C311-4188-ACB2-1C41830B22EE} - - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - false - Full - Level3 - true - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - OnlyExplicitInline - false - Size - false - stdafx.h - Use - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - true - true - false - $(ProfileDir)..\..\bin12\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - false - stdafx.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - false - - - - - false - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Default - OnlyExplicitInline - Size - false - stdafx.h - Use - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - false - stdafx.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - - - - - - - - - - - - - - Create - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/WebView/webview_12.vcxproj.filters b/plugins/WebView/webview_12.vcxproj.filters deleted file mode 100644 index 7a8fe75c92..0000000000 --- a/plugins/WebView/webview_12.vcxproj.filters +++ /dev/null @@ -1,68 +0,0 @@ - - - - - {08a21636-368d-4feb-8d0d-0a27f237e1a2} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {9e6f20dc-3391-4299-9f74-e91d4f984ad3} - h;hpp;hxx;hm;inl - - - {18fd6180-ebb2-4558-b945-c4dac823f11b} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/plugins/WebView/webview_14.vcxproj b/plugins/WebView/webview_14.vcxproj deleted file mode 100644 index f2249e872f..0000000000 --- a/plugins/WebView/webview_14.vcxproj +++ /dev/null @@ -1,218 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - WebView - {475ED6ED-C311-4188-ACB2-1C41830B22EE} - - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - false - Full - Level3 - true - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - OnlyExplicitInline - false - Size - false - stdafx.h - Use - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - true - true - false - $(ProfileDir)..\..\bin14\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - false - stdafx.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - false - - - - - false - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Default - OnlyExplicitInline - Size - false - stdafx.h - Use - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - false - stdafx.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - - - - - - - - - - - - - - - - Create - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/WebView/webview_14.vcxproj.filters b/plugins/WebView/webview_14.vcxproj.filters deleted file mode 100644 index 7a8fe75c92..0000000000 --- a/plugins/WebView/webview_14.vcxproj.filters +++ /dev/null @@ -1,68 +0,0 @@ - - - - - {08a21636-368d-4feb-8d0d-0a27f237e1a2} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {9e6f20dc-3391-4299-9f74-e91d4f984ad3} - h;hpp;hxx;hm;inl - - - {18fd6180-ebb2-4558-b945-c4dac823f11b} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file -- cgit v1.2.3