unify file encoding

This commit is contained in:
Paddy Xu
2017-07-23 22:43:17 +03:00
parent 2820b840e4
commit 2ef607ecb9
50 changed files with 68 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
// Copyright <EFBFBD> 2017 Paddy Xu
// Copyright © 2017 Paddy Xu
//
// This file is part of QuickLook program.
//

View File

@@ -1,4 +1,4 @@
// Copyright <EFBFBD> 2017 Paddy Xu
// Copyright © 2017 Paddy Xu
//
// This file is part of QuickLook program.
//

View File

@@ -21,7 +21,7 @@ using System.Windows;
namespace QuickLook.Plugin.IPreviewHandlers
{
public class PluginInterface : IViewer
public class Plugin : IViewer
{
private PreviewPanel _panel;
@@ -88,7 +88,7 @@ namespace QuickLook.Plugin.IPreviewHandlers
_panel = null;
}
~PluginInterface()
~Plugin()
{
Cleanup();
}

View File

@@ -69,7 +69,7 @@
</Compile>
<Compile Include="IInitializeWithFile.cs" />
<Compile Include="IPreviewHandler.cs" />
<Compile Include="PluginInterface.cs">
<Compile Include="Plugin.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>