diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 16d21dd23e..2b11399842 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -316,27 +316,27 @@ - + - + - + - + - + - + @@ -344,11 +344,11 @@ - + - + @@ -361,7 +361,7 @@ - + @@ -1059,28 +1059,28 @@ - + - + - + - + - + - + - + @@ -1089,7 +1089,7 @@ - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + @@ -1227,23 +1227,23 @@ - + - - + + - + - - + + @@ -1281,12 +1281,12 @@ - + - - + + diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.UnitConverter/Community.PowerToys.Run.Plugin.UnitConverter.csproj b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.UnitConverter/Community.PowerToys.Run.Plugin.UnitConverter.csproj index eee4deed87..b28dcf4bf1 100644 --- a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.UnitConverter/Community.PowerToys.Run.Plugin.UnitConverter.csproj +++ b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.UnitConverter/Community.PowerToys.Run.Plugin.UnitConverter.csproj @@ -17,7 +17,7 @@ true - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Community.UnitConverter\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\UnitConverter\ DEBUG;TRACE full x64 @@ -30,7 +30,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Community.UnitConverter\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\UnitConverter\ TRACE true pdbonly diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Folder/Microsoft.Plugin.Folder.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Folder/Microsoft.Plugin.Folder.csproj index ff99608320..7bcf026ce2 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Folder/Microsoft.Plugin.Folder.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Folder/Microsoft.Plugin.Folder.csproj @@ -17,7 +17,7 @@ true - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Microsoft.Plugin.Folder\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Folder\ DEBUG;TRACE full x64 @@ -30,7 +30,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Microsoft.Plugin.Folder\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Folder\ TRACE true pdbonly diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj index fb8aa6bf0f..2f5a9ba3ff 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj @@ -17,7 +17,7 @@ true - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Microsoft.Plugin.Indexer\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Indexer\ DEBUG;TRACE full x64 @@ -30,7 +30,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Microsoft.Plugin.Indexer\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Indexer\ TRACE true pdbonly diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj index e6a6440285..8b593159ab 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj @@ -18,7 +18,7 @@ true - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Microsoft.Plugin.Program\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Program\ DEBUG;TRACE full x64 @@ -31,7 +31,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Microsoft.Plugin.Program\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Program\ TRACE true pdbonly diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj index f3f37b892b..3893af0f17 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj @@ -17,7 +17,7 @@ true - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Microsoft.Plugin.Shell\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Shell\ DEBUG;TRACE full x64 @@ -29,7 +29,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Microsoft.Plugin.Shell\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Shell\ TRACE true pdbonly diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj index dfed382044..9e476c813e 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj @@ -17,7 +17,7 @@ true - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Microsoft.Plugin.Uri\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Uri\ DEBUG;TRACE full x64 @@ -30,7 +30,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Microsoft.Plugin.Uri\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Uri\ TRACE true pdbonly diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Microsoft.Plugin.WindowWalker.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Microsoft.Plugin.WindowWalker.csproj index 0d9903857b..476c7ac4d1 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Microsoft.Plugin.WindowWalker.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Microsoft.Plugin.WindowWalker.csproj @@ -17,7 +17,7 @@ true - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\WindowWalker\ DEBUG;TRACE full x64 @@ -29,7 +29,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\WindowWalker\ TRACE true pdbonly diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/Microsoft.PowerToys.Run.Plugin.Registry.csproj b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/Microsoft.PowerToys.Run.Plugin.Registry.csproj index 12a5ec6470..a8ae61de28 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/Microsoft.PowerToys.Run.Plugin.Registry.csproj +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/Microsoft.PowerToys.Run.Plugin.Registry.csproj @@ -15,7 +15,7 @@ true - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.Registry\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Registry\ DEBUG;TRACE full x64 @@ -27,7 +27,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.Registry\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Registry\ TRACE true pdbonly diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Microsoft.PowerToys.Run.Plugin.WindowsSettings.csproj b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Microsoft.PowerToys.Run.Plugin.WindowsSettings.csproj index 4b7cf12b22..a60d4f0ce0 100644 --- a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Microsoft.PowerToys.Run.Plugin.WindowsSettings.csproj +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Microsoft.PowerToys.Run.Plugin.WindowsSettings.csproj @@ -18,7 +18,7 @@ - ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.WindowsSettings\ + ..\..\..\..\..\x64\Debug\modules\launcher\Plugins\WindowsSettings\ DEBUG;TRACE false full @@ -31,7 +31,7 @@ - ..\..\..\..\..\x64\Release\modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.WindowsSettings\ + ..\..\..\..\..\x64\Release\modules\launcher\Plugins\WindowsSettings\ TRACE true pdbonly