From 7ce45d2b11acde160577a4c5033a605da858d090 Mon Sep 17 00:00:00 2001 From: AT Date: Fri, 17 Jan 2020 14:56:26 +0200 Subject: [PATCH] fix pre build event --- Wox.Infrastructure/Wox.Infrastructure.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Wox.Infrastructure/Wox.Infrastructure.csproj b/Wox.Infrastructure/Wox.Infrastructure.csproj index 1e0ac892f1..16194a35a7 100644 --- a/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -94,10 +94,10 @@ 4.2.0 - + 4.2.0 - + 2016.4.23.4 @@ -106,10 +106,10 @@ - cd $(UserProfile)\.nuget\packages\pinyin4dotnet\2016.4.23.4\pinyindb -xcopy /Y unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\ -cd $(UserProfile)\.nuget\packages\nlog.schema\4.*\content -xcopy /Y NLog.xsd $(TargetDir) + + xcopy /Y $(PkgPinyin4DotNet)\pinyindb\unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\ + xcopy /Y $(PkgNLog_Schema)\content\NLog.xsd $(TargetDir) +