add fuzzy string match support for Programs plugin

This commit is contained in:
cxfksword
2014-02-09 00:33:10 +08:00
committed by Yeechan Lu
parent 8c7547ab03
commit a9fa1fb66b
5 changed files with 107 additions and 4 deletions

View File

@@ -49,6 +49,7 @@
<ItemGroup>
<Compile Include="ChineseToPinYin.cs" />
<Compile Include="CommonStorage.cs" />
<Compile Include="FuzzyMatcher.cs" />
<Compile Include="IniParser.cs" />
<Compile Include="UAC.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />