From b31215c257881a035a45e30876bd1baa99fa2a4d Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Kommuru Date: Tue, 10 Mar 2020 15:02:52 -0700 Subject: [PATCH] Changed release build paths of base projects --- src/modules/launcher/Wox.Core/Wox.Core.csproj | 2 +- .../launcher/Wox.Infrastructure/Wox.Infrastructure.csproj | 2 +- src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj | 2 +- src/modules/launcher/Wox/Wox.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/launcher/Wox.Core/Wox.Core.csproj b/src/modules/launcher/Wox.Core/Wox.Core.csproj index 4245299722..95244d42d7 100644 --- a/src/modules/launcher/Wox.Core/Wox.Core.csproj +++ b/src/modules/launcher/Wox.Core/Wox.Core.csproj @@ -29,7 +29,7 @@ pdbonly true - ..\Output\Release\ + ..\..\..\..\x64\Release\modules\Wox\ TRACE prompt 4 diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 6931164206..afb2bb20c1 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -28,7 +28,7 @@ pdbonly true - ..\Output\Release\ + ..\..\..\..\x64\Release\modules\Wox\ TRACE prompt 4 diff --git a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj index 7952fb6341..1ec478c7c5 100644 --- a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj +++ b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj @@ -29,7 +29,7 @@ pdbonly true - ..\Output\Release\ + ..\..\..\..\x64\Release\modules\Wox\ TRACE prompt 4 diff --git a/src/modules/launcher/Wox/Wox.csproj b/src/modules/launcher/Wox/Wox.csproj index 9906990946..1aa3d874ef 100644 --- a/src/modules/launcher/Wox/Wox.csproj +++ b/src/modules/launcher/Wox/Wox.csproj @@ -49,7 +49,7 @@ AnyCPU pdbonly true - ..\Output\Release\ + ..\..\..\..\x64\Release\modules\Wox\ TRACE;RELEASE prompt 4