abstract plugin interface

This commit is contained in:
Paddy Xu
2018-01-27 16:22:48 +02:00
parent d50d757022
commit 56af2311b9
87 changed files with 2844 additions and 2703 deletions

View File

@@ -20,6 +20,7 @@ using System.IO;
using System.Linq;
using System.Windows;
using System.Windows.Threading;
using QuickLook.Common;
namespace QuickLook.Plugin.HtmlViewer
{

View File

@@ -93,8 +93,13 @@
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\QuickLook.Plugin.IViewerPlugin\QuickLook.Common.csproj">
<Project>{85FDD6BA-871D-46C8-BD64-F6BB0CB5EA95}</Project>
<Name>QuickLook.Common</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\QuickLook\QuickLook.csproj">
<Project>{8b4a9ce5-67b5-4a94-81cb-3771f688fdeb}</Project>
<Project>{8B4A9CE5-67B5-4A94-81CB-3771F688FDEB}</Project>
<Name>QuickLook</Name>
<Private>False</Private>
</ProjectReference>

View File

@@ -20,7 +20,7 @@ using System.IO;
using System.Text;
using System.Windows.Controls;
using System.Windows.Threading;
using QuickLook.Helpers;
using QuickLook.Common.Helpers;
namespace QuickLook.Plugin.HtmlViewer
{