add missing imports + save project changes

This commit is contained in:
Roy van Kaathoven 2014-03-18 17:34:54 +01:00
parent 4419c20f33
commit 69204e3998
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,5 @@
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Wox.Plugin;

View file

@ -51,7 +51,6 @@
<Compile Include="ChineseToPinYin.cs" />
<Compile Include="CommonStorage.cs" />
<Compile Include="FuzzyMatcher.cs" />
<Compile Include="GloablHotkey.cs" />
<Compile Include="GlobalHotkey.cs" />
<Compile Include="HotkeyModel.cs" />
<Compile Include="IniParser.cs" />