From e67f60182d550b020ed63b78f1770e19d7595df6 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Sat, 23 Apr 2016 02:34:47 +0100 Subject: [PATCH] Add custom patched pinyin library --- Wox.Infrastructure/Wox.Infrastructure.csproj | 4 ++++ Wox/Wox.csproj | 4 ++++ Wox/packages.config | 1 + 3 files changed, 9 insertions(+) diff --git a/Wox.Infrastructure/Wox.Infrastructure.csproj b/Wox.Infrastructure/Wox.Infrastructure.csproj index 76c669bc22..e752af5034 100644 --- a/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -48,6 +48,10 @@ ..\packages\NLog.4.2.0\lib\net45\NLog.dll True + + ..\packages\Pinyin4DotNet.2015.11.9\lib\net452\Pinyin4Net.dll + True + diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index 78ab2a9125..59f62ee41d 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -92,6 +92,10 @@ ..\packages\NHotkey.Wpf.1.2.1\lib\net35\NHotkey.Wpf.dll True + + ..\packages\Pinyin4DotNet.2015.11.9\lib\net452\Pinyin4Net.dll + True + diff --git a/Wox/packages.config b/Wox/packages.config index d6785a0d70..ed828f6c4d 100644 --- a/Wox/packages.config +++ b/Wox/packages.config @@ -7,6 +7,7 @@ + \ No newline at end of file