From 7a38143f5eba275428e01c45e3e4860c3033003c Mon Sep 17 00:00:00 2001 From: bao-qian Date: Mon, 2 Nov 2015 19:27:36 +0000 Subject: [PATCH] Remove AssemblyHelper --- Wox.Core/AssemblyHelper.cs | 12 ------------ Wox.Core/Wox.Core.csproj | 1 - 2 files changed, 13 deletions(-) delete mode 100644 Wox.Core/AssemblyHelper.cs diff --git a/Wox.Core/AssemblyHelper.cs b/Wox.Core/AssemblyHelper.cs deleted file mode 100644 index a07e108f17..0000000000 --- a/Wox.Core/AssemblyHelper.cs +++ /dev/null @@ -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 - { - } -} diff --git a/Wox.Core/Wox.Core.csproj b/Wox.Core/Wox.Core.csproj index 2c2b888578..c7e8072a24 100644 --- a/Wox.Core/Wox.Core.csproj +++ b/Wox.Core/Wox.Core.csproj @@ -64,7 +64,6 @@ -