Remove AssemblyHelper

This commit is contained in:
bao-qian 2015-11-02 19:27:36 +00:00
parent 818802cf5e
commit 7a38143f5e
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Wox.Core.Plugin;
using Wox.Plugin;
namespace Wox.Core
{
internal class AssemblyHelper
{
}
}

View File

@ -64,7 +64,6 @@
<Compile Include="Exception\WoxI18nException.cs" />
<Compile Include="Exception\WoxJsonRPCException.cs" />
<Compile Include="Exception\WoxPluginException.cs" />
<Compile Include="AssemblyHelper.cs" />
<Compile Include="Updater\Release.cs" />
<Compile Include="Updater\UpdaterManager.cs" />
<Compile Include="Updater\WoxUpdateSource.cs" />