From 1f558590a84c94e9ac12f7d387bdcbff67b2d34e Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Kommuru Date: Tue, 10 Mar 2020 15:01:21 -0700 Subject: [PATCH] Changed the debug output file paths and build events for base projects --- src/modules/launcher/Wox.Core/Wox.Core.csproj | 2 +- .../Wox.Infrastructure/Wox.Infrastructure.csproj | 9 +++++---- src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj | 4 ++-- src/modules/launcher/Wox/Wox.csproj | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/modules/launcher/Wox.Core/Wox.Core.csproj b/src/modules/launcher/Wox.Core/Wox.Core.csproj index bb5fbdc3cf..4245299722 100644 --- a/src/modules/launcher/Wox.Core/Wox.Core.csproj +++ b/src/modules/launcher/Wox.Core/Wox.Core.csproj @@ -20,7 +20,7 @@ true full false - ..\Output\Debug\ + ..\..\..\..\x64\Debug\modules\Wox\ DEBUG;TRACE prompt 4 diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 16194a35a7..6931164206 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -18,7 +18,7 @@ true full false - ..\Output\Debug\ + ..\..\..\..\x64\Debug\modules\Wox\ DEBUG;TRACE prompt 4 @@ -106,9 +106,10 @@ - - xcopy /Y $(PkgPinyin4DotNet)\pinyindb\unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\ - xcopy /Y $(PkgNLog_Schema)\content\NLog.xsd $(TargetDir) + cd $(SolutionDir)packages\Pinyin4DotNet*\pinyindb\ +xcopy /Y unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\ +cd $(SolutionDir)packages\NLog.Schema*\content\ +xcopy /Y NLog.xsd $(TargetDir)