mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
delete useless reference
This commit is contained in:
@@ -37,7 +37,7 @@ namespace QuickLook.Plugin.MarkdownViewer
|
|||||||
{
|
{
|
||||||
_panel = new WebkitPanel();
|
_panel = new WebkitPanel();
|
||||||
context.ViewerContent = _panel;
|
context.ViewerContent = _panel;
|
||||||
context.Title = Path.IsPathRooted(path) ? Path.GetFileName(path) : path;
|
context.Title = Path.GetFileName(path);
|
||||||
|
|
||||||
_panel.LoadHtml(GenerateMarkdownHtml(path), path);
|
_panel.LoadHtml(GenerateMarkdownHtml(path), path);
|
||||||
|
|
||||||
|
@@ -31,9 +31,6 @@
|
|||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="CefSharp">
|
|
||||||
<HintPath>..\QuickLook.Plugin.HtmlViewer\References\CefSharp.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="PresentationCore" />
|
<Reference Include="PresentationCore" />
|
||||||
<Reference Include="PresentationFramework" />
|
<Reference Include="PresentationFramework" />
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
Reference in New Issue
Block a user