From db05cc48e82d66acebe0849d32a3189b71a1dbe1 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Kommuru Date: Tue, 10 Mar 2020 15:23:35 -0700 Subject: [PATCH] Modified output folder from Wox to launcher --- .../Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj | 4 ++-- .../Wox.Plugin.PluginManagement.csproj | 4 ++-- .../Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj | 4 ++-- .../launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj | 4 ++-- .../launcher/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj | 4 ++-- src/modules/launcher/Wox.Core/Wox.Core.csproj | 4 ++-- .../launcher/Wox.Infrastructure/Wox.Infrastructure.csproj | 4 ++-- src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj | 4 ++-- src/modules/launcher/Wox/Wox.csproj | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj index 024b653926..eeb2504ade 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj @@ -18,7 +18,7 @@ true full false - ..\..\..\..\..\x64\Debug\modules\Wox\Plugins\Wox.Plugin.Caculator\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Wox.Plugin.Caculator\ DEBUG;TRACE prompt 4 @@ -27,7 +27,7 @@ pdbonly true - ..\..\..\..\..\x64\Release\modules\Wox\Plugins\Wox.Plugin.Caculator\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Wox.Plugin.Caculator\ TRACE prompt 4 diff --git a/src/modules/launcher/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj b/src/modules/launcher/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj index 0764416076..227a2f9f0d 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj @@ -18,7 +18,7 @@ true full false - ..\..\..\..\..\x64\Debug\modules\Wox\Plugins\Wox.Plugin.PluginManagement\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Wox.Plugin.PluginManagement\ DEBUG;TRACE prompt 4 @@ -27,7 +27,7 @@ pdbonly true - ..\..\..\..\..\x64\Release\modules\Wox\Plugins\Wox.Plugin.PluginManagement\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Wox.Plugin.PluginManagement\ TRACE prompt 4 diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj index f59ed5cd19..931045fb8a 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj @@ -20,7 +20,7 @@ true full false - ..\..\..\..\..\x64\Debug\modules\Wox\Plugins\Wox.Plugin.Program\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Wox.Plugin.Program\ DEBUG;TRACE prompt 4 @@ -29,7 +29,7 @@ pdbonly true - ..\..\..\..\..\x64\Release\modules\Wox\Plugins\Wox.Plugin.Program\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Wox.Plugin.Program\ TRACE prompt 4 diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj index 95834a8047..b5ec1371e1 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj @@ -18,7 +18,7 @@ true full false - ..\..\..\..\..\x64\Debug\modules\Wox\Plugins\Wox.Plugin.Shell\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Wox.Plugin.Shell\ DEBUG;TRACE prompt 4 @@ -27,7 +27,7 @@ pdbonly true - ..\..\..\..\..\x64\Release\modules\Wox\Plugins\Wox.Plugin.Shell\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Wox.Plugin.Shell\ TRACE prompt 4 diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj index e34bc2e64e..d3088778ce 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj @@ -17,7 +17,7 @@ true full false - ..\..\..\..\..\x64\Debug\modules\Wox\Plugins\Wox.Plugin.Url\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Wox.Plugin.Url\ DEBUG;TRACE prompt 4 @@ -26,7 +26,7 @@ pdbonly true - ..\..\..\..\..\x64\Release\modules\Wox\Plugins\Wox.Plugin.Url\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Wox.Plugin.Url\ TRACE prompt 4 diff --git a/src/modules/launcher/Wox.Core/Wox.Core.csproj b/src/modules/launcher/Wox.Core/Wox.Core.csproj index 95244d42d7..ed33ee7980 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 - ..\..\..\..\x64\Debug\modules\Wox\ + ..\..\..\..\x64\Debug\modules\launcher\ DEBUG;TRACE prompt 4 @@ -29,7 +29,7 @@ pdbonly true - ..\..\..\..\x64\Release\modules\Wox\ + ..\..\..\..\x64\Release\modules\launcher\ TRACE prompt 4 diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 2597ff8a3b..158a6848a4 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 - ..\..\..\..\x64\Debug\modules\Wox\ + ..\..\..\..\x64\Debug\modules\launcher\ DEBUG;TRACE prompt 4 @@ -28,7 +28,7 @@ pdbonly true - ..\..\..\..\x64\Release\modules\Wox\ + ..\..\..\..\x64\Release\modules\launcher\ TRACE prompt 4 diff --git a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj index 1ec478c7c5..db9e202113 100644 --- a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj +++ b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj @@ -19,7 +19,7 @@ true full false - ..\..\..\..\x64\Debug\modules\Wox\ + ..\..\..\..\x64\Debug\modules\launcher\ DEBUG;TRACE prompt 4 @@ -29,7 +29,7 @@ pdbonly true - ..\..\..\..\x64\Release\modules\Wox\ + ..\..\..\..\x64\Release\modules\launcher\ TRACE prompt 4 diff --git a/src/modules/launcher/Wox/Wox.csproj b/src/modules/launcher/Wox/Wox.csproj index b5a2288311..aba4f16037 100644 --- a/src/modules/launcher/Wox/Wox.csproj +++ b/src/modules/launcher/Wox/Wox.csproj @@ -38,7 +38,7 @@ true full false - ..\..\..\..\x64\Debug\modules\Wox\ + ..\..\..\..\x64\Debug\modules\launcher\ DEBUG;TRACE prompt 4 @@ -49,7 +49,7 @@ AnyCPU pdbonly true - ..\..\..\..\x64\Release\modules\Wox\ + ..\..\..\..\x64\Release\modules\launcher\ TRACE;RELEASE prompt 4