update code style and make file-loading async

This commit is contained in:
Paddy Xu
2018-02-25 00:14:29 +02:00
parent eb6e1c9d2e
commit bec5189a1c
5 changed files with 160 additions and 144 deletions

View File

@@ -77,9 +77,7 @@
</Compile>
<Compile Include="Plugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TextViewerPanel.xaml.cs">
<DependentUpon>TextViewerPanel.xaml</DependentUpon>
</Compile>
<Compile Include="TextViewerPanel.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\QuickLook.Common\QuickLook.Common.csproj">
@@ -88,12 +86,6 @@
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Page Include="TextViewerPanel.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>