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

@@ -23,7 +23,7 @@ using Unosquare.FFmpegMediaElement;
namespace QuickLook.Plugin.VideoViewer
{
public class PluginInterface : IViewer
public class Plugin : IViewer
{
private ViewerPanel _vp;

View File

@@ -82,7 +82,7 @@
<Link>Properties\GitVersion.cs</Link>
</Compile>
<Compile Include="DoubleToHMSConverter.cs" />
<Compile Include="PluginInterface.cs" />
<Compile Include="Plugin.cs" />
<Compile Include="ViewerPanel.xaml.cs">
<DependentUpon>ViewerPanel.xaml</DependentUpon>
<SubType>Code</SubType>