diff --git a/.gitignore b/.gitignore
index 498db6268c..50cba71ab8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Oo]bj/
+Output/
# mstest test results
TestResults
diff --git a/Plugins/Wox.Plugin.Clipboard/Wox.Plugin.Clipboard.csproj b/Plugins/Wox.Plugin.Clipboard/Wox.Plugin.Clipboard.csproj
index d83452562a..6b379bdd95 100644
--- a/Plugins/Wox.Plugin.Clipboard/Wox.Plugin.Clipboard.csproj
+++ b/Plugins/Wox.Plugin.Clipboard/Wox.Plugin.Clipboard.csproj
@@ -18,7 +18,7 @@
true
full
false
- ..\..\Debug\Plugins\Wox.Plugin.Clipboard\
+ ..\..\Output\Debug\Plugins\Wox.Plugin.Clipboard\
DEBUG;TRACE
prompt
4
@@ -26,7 +26,7 @@
pdbonly
true
- ..\..\Release\Plugins\Wox.Plugin.Clipboard\
+ ..\..\Output\Release\Plugins\Wox.Plugin.Clipboard\
TRACE
prompt
4
diff --git a/Plugins/Wox.Plugin.Doc/Wox.Plugin.Doc.csproj b/Plugins/Wox.Plugin.Doc/Wox.Plugin.Doc.csproj
index 1c8852cb43..fc6ef0ed57 100644
--- a/Plugins/Wox.Plugin.Doc/Wox.Plugin.Doc.csproj
+++ b/Plugins/Wox.Plugin.Doc/Wox.Plugin.Doc.csproj
@@ -18,7 +18,7 @@
true
full
false
- ..\..\Debug\Plugins\Wox.Plugin.Doc\
+ ..\..\Output\Debug\Plugins\Wox.Plugin.Doc\
DEBUG;TRACE
prompt
4
@@ -26,7 +26,7 @@
pdbonly
true
- ..\..\Release\Plugins\Wox.Plugin.Doc\
+ ..\..\Output\Release\Plugins\Wox.Plugin.Doc\
TRACE
prompt
4
diff --git a/Plugins/Wox.Plugin.Everything/Wox.Plugin.Everything.csproj b/Plugins/Wox.Plugin.Everything/Wox.Plugin.Everything.csproj
index cea27015b9..ea7e3b20dd 100644
--- a/Plugins/Wox.Plugin.Everything/Wox.Plugin.Everything.csproj
+++ b/Plugins/Wox.Plugin.Everything/Wox.Plugin.Everything.csproj
@@ -16,7 +16,7 @@
true
full
false
- ..\..\Debug\Plugins\Wox.Plugin.Everything\
+ ..\..\Output\Debug\Plugins\Wox.Plugin.Everything\
DEBUG;TRACE
prompt
4
@@ -25,7 +25,7 @@
pdbonly
true
- ..\..\Release\Plugins\Wox.Plugin.Everything\
+ ..\..\Output\Release\Plugins\Wox.Plugin.Everything\
TRACE
prompt
4
diff --git a/Plugins/Wox.Plugin.Fanyi/Wox.Plugin.Fanyi.csproj b/Plugins/Wox.Plugin.Fanyi/Wox.Plugin.Fanyi.csproj
index c0024fa030..6867eb41f7 100644
--- a/Plugins/Wox.Plugin.Fanyi/Wox.Plugin.Fanyi.csproj
+++ b/Plugins/Wox.Plugin.Fanyi/Wox.Plugin.Fanyi.csproj
@@ -18,7 +18,7 @@
true
full
false
- ..\..\Debug\Plugins\Wox.Plugin.Fanyi\
+ ..\..\Output\Debug\Plugins\Wox.Plugin.Fanyi\
DEBUG;TRACE
prompt
4
@@ -26,7 +26,7 @@
pdbonly
true
- ..\..\Release\Plugins\Wox.Plugin.Fanyi\
+ ..\..\Output\Release\Plugins\Wox.Plugin.Fanyi\
TRACE
prompt
4
diff --git a/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj b/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj
index 2c7f27f05d..572950461f 100644
--- a/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj
+++ b/Plugins/Wox.Plugin.PluginManagement/Wox.Plugin.PluginManagement.csproj
@@ -18,7 +18,7 @@
true
full
false
- ..\..\Debug\Plugins\Wox.Plugin.PluginManagement\
+ ..\..\Output\Debug\Plugins\Wox.Plugin.PluginManagement\
DEBUG;TRACE
prompt
4
@@ -26,7 +26,7 @@
pdbonly
true
- ..\..\Release\Plugins\Wox.Plugin.PluginManagement\
+ ..\..\Output\Release\Plugins\Wox.Plugin.PluginManagement\
TRACE
prompt
4
diff --git a/Plugins/Wox.Plugin.Youdao/Wox.Plugin.Youdao.csproj b/Plugins/Wox.Plugin.Youdao/Wox.Plugin.Youdao.csproj
index ea4b7e016a..38e9db6541 100644
--- a/Plugins/Wox.Plugin.Youdao/Wox.Plugin.Youdao.csproj
+++ b/Plugins/Wox.Plugin.Youdao/Wox.Plugin.Youdao.csproj
@@ -18,7 +18,7 @@
true
full
false
- ..\..\Debug\Plugins\Wox.Plugin.Youdao\
+ ..\..\Output\Debug\Plugins\Wox.Plugin.Youdao\
DEBUG;TRACE
prompt
4
@@ -26,7 +26,7 @@
pdbonly
true
- ..\..\Release\Plugins\Wox.Plugin.Youdao\
+ ..\..\Output\Release\Plugins\Wox.Plugin.Youdao\
TRACE
prompt
4
diff --git a/Pythonnet.Runtime/Python.Runtime.csproj b/Pythonnet.Runtime/Python.Runtime.csproj
index 79f5215abf..613d3fb5d3 100644
--- a/Pythonnet.Runtime/Python.Runtime.csproj
+++ b/Pythonnet.Runtime/Python.Runtime.csproj
@@ -16,14 +16,14 @@
true
full
true
- ..\Debug\
+ ..\Output\Debug\
TRACE;DEBUG;PYTHON27,UCS2
true
pdbonly
true
- ..\Release\
+ ..\Output\Release\
TRACE;PYTHON27, UCS2
true
diff --git a/Wox.Infrastructure/Wox.Infrastructure.csproj b/Wox.Infrastructure/Wox.Infrastructure.csproj
index c77ccd920b..19392cf069 100644
--- a/Wox.Infrastructure/Wox.Infrastructure.csproj
+++ b/Wox.Infrastructure/Wox.Infrastructure.csproj
@@ -18,7 +18,7 @@
true
full
false
- ..\Debug\
+ ..\Output\Debug\
DEBUG;TRACE
prompt
4
@@ -26,7 +26,7 @@
pdbonly
true
- ..\Release\
+ ..\Output\Release\
TRACE
prompt
4
diff --git a/Wox.Plugin.System/Wox.Plugin.System.csproj b/Wox.Plugin.System/Wox.Plugin.System.csproj
index f4d3f163d0..ff6072634f 100644
--- a/Wox.Plugin.System/Wox.Plugin.System.csproj
+++ b/Wox.Plugin.System/Wox.Plugin.System.csproj
@@ -18,7 +18,7 @@
true
full
false
- ..\Debug\
+ ..\Output\Debug\
DEBUG;TRACE
prompt
4
@@ -26,7 +26,7 @@
pdbonly
true
- ..\Release\
+ ..\Output\Release\
TRACE
prompt
4
diff --git a/Wox.Plugin/Wox.Plugin.csproj b/Wox.Plugin/Wox.Plugin.csproj
index 1e1b89ef92..5f4b47f792 100644
--- a/Wox.Plugin/Wox.Plugin.csproj
+++ b/Wox.Plugin/Wox.Plugin.csproj
@@ -16,7 +16,7 @@
true
full
false
- ..\Debug\
+ ..\Output\Debug\
DEBUG;TRACE
prompt
4
@@ -25,7 +25,7 @@
pdbonly
true
- ..\Release\
+ ..\Output\Release\
TRACE
prompt
4
diff --git a/Wox.UAC/Wox.UAC.csproj b/Wox.UAC/Wox.UAC.csproj
index 1e9e24649b..3223e2a82d 100644
--- a/Wox.UAC/Wox.UAC.csproj
+++ b/Wox.UAC/Wox.UAC.csproj
@@ -21,7 +21,7 @@
true
full
false
- ..\Debug\
+ ..\Output\Debug\
DEBUG;TRACE
prompt
4
@@ -30,7 +30,7 @@
AnyCPU
pdbonly
true
- ..\Release\
+ ..\Output\Release\
TRACE
prompt
4
diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj
index 1891d479fe..65faa0410b 100644
--- a/Wox/Wox.csproj
+++ b/Wox/Wox.csproj
@@ -37,7 +37,7 @@
true
full
false
- ..\Debug\
+ ..\Output\Debug\
DEBUG;TRACE
prompt
4
@@ -47,7 +47,7 @@
AnyCPU
pdbonly
true
- ..\Release\
+ ..\Output\Release\
TRACE
prompt
4