From f4a2741ba024b9935b66eb0adabaf63c2094df7c Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Date: Mon, 6 Apr 2020 14:00:14 -0700 Subject: [PATCH] Renamed Wox.Plugin.Indexer to Microsoft.Plugin.Indexer --- PowerToys.sln | 14 +++++++------- .../Images/WindowsIndexerImg.bmp | Bin .../Main.cs | 4 ++-- .../Microsoft.Plugin.Indexer.csproj} | 0 .../SearchHelper/SearchResult.cs | 2 +- .../SearchHelper/WindowsSearchAPI.cs | 2 +- .../Settings.cs | 2 +- .../plugin.json | 0 .../Wox.Test/Plugins/WindowsIndexerTest.cs | 2 +- src/modules/launcher/Wox.Test/Wox.Test.csproj | 1 - 10 files changed, 13 insertions(+), 14 deletions(-) rename src/modules/launcher/Plugins/{Wox.Plugin.Indexer => Microsoft.Plugin.Indexer}/Images/WindowsIndexerImg.bmp (100%) rename src/modules/launcher/Plugins/{Wox.Plugin.Indexer => Microsoft.Plugin.Indexer}/Main.cs (98%) rename src/modules/launcher/Plugins/{Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj => Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj} (100%) rename src/modules/launcher/Plugins/{Wox.Plugin.Indexer => Microsoft.Plugin.Indexer}/SearchHelper/SearchResult.cs (84%) rename src/modules/launcher/Plugins/{Wox.Plugin.Indexer => Microsoft.Plugin.Indexer}/SearchHelper/WindowsSearchAPI.cs (98%) rename src/modules/launcher/Plugins/{Wox.Plugin.Indexer => Microsoft.Plugin.Indexer}/Settings.cs (94%) rename src/modules/launcher/Plugins/{Wox.Plugin.Indexer => Microsoft.Plugin.Indexer}/plugin.json (100%) diff --git a/PowerToys.sln b/PowerToys.sln index a3c610b38b..27405f3231 100644 --- a/PowerToys.sln +++ b/PowerToys.sln @@ -139,7 +139,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wox", "src\modules\launcher {59BD9891-3837-438A-958D-ADC7F91F6F7E} = {59BD9891-3837-438A-958D-ADC7F91F6F7E} {C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0} = {C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0} {787B8AA6-CA93-4C84-96FE-DF31110AD1C4} = {787B8AA6-CA93-4C84-96FE-DF31110AD1C4} - {8DD27FDE-7B2F-45D8-A148-3340205A7BEF} = {8DD27FDE-7B2F-45D8-A148-3340205A7BEF} + {F8B870EB-D5F5-45BA-9CF7-A5C459818820} = {F8B870EB-D5F5-45BA-9CF7-A5C459818820} EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wox.Core", "src\modules\launcher\Wox.Core\Wox.Core.csproj", "{B749F0DB-8E75-47DB-9E5E-265D16D0C0D2}" @@ -165,7 +165,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wox.Launcher", "src\modules {DB90F671-D861-46BB-93A3-F1304F5BA1C5} = {DB90F671-D861-46BB-93A3-F1304F5BA1C5} EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wox.Plugin.Indexer", "src\modules\launcher\Plugins\Wox.Plugin.Indexer\Wox.Plugin.Indexer.csproj", "{8DD27FDE-7B2F-45D8-A148-3340205A7BEF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Plugin.Indexer", "src\modules\launcher\Plugins\Microsoft.Plugin.Indexer\Microsoft.Plugin.Indexer.csproj", "{F8B870EB-D5F5-45BA-9CF7-A5C459818820}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -305,10 +305,10 @@ Global {E364F67B-BB12-4E91-B639-355866EBCD8B}.Debug|x64.Build.0 = Debug|x64 {E364F67B-BB12-4E91-B639-355866EBCD8B}.Release|x64.ActiveCfg = Release|x64 {E364F67B-BB12-4E91-B639-355866EBCD8B}.Release|x64.Build.0 = Release|x64 - {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Debug|x64.ActiveCfg = Debug|x64 - {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Debug|x64.Build.0 = Debug|x64 - {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Release|x64.ActiveCfg = Release|x64 - {8DD27FDE-7B2F-45D8-A148-3340205A7BEF}.Release|x64.Build.0 = Release|x64 + {F8B870EB-D5F5-45BA-9CF7-A5C459818820}.Debug|x64.ActiveCfg = Debug|x64 + {F8B870EB-D5F5-45BA-9CF7-A5C459818820}.Debug|x64.Build.0 = Debug|x64 + {F8B870EB-D5F5-45BA-9CF7-A5C459818820}.Release|x64.ActiveCfg = Release|x64 + {F8B870EB-D5F5-45BA-9CF7-A5C459818820}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -350,7 +350,7 @@ Global {C21BFF9C-2C99-4B5F-B7C9-A5E6DDDB37B0} = {4AFC9975-2456-4C70-94A4-84073C1CED93} {787B8AA6-CA93-4C84-96FE-DF31110AD1C4} = {4AFC9975-2456-4C70-94A4-84073C1CED93} {E364F67B-BB12-4E91-B639-355866EBCD8B} = {C140A3EF-6DBF-4084-9D4C-4EB5A99FEE68} - {8DD27FDE-7B2F-45D8-A148-3340205A7BEF} = {4AFC9975-2456-4C70-94A4-84073C1CED93} + {F8B870EB-D5F5-45BA-9CF7-A5C459818820} = {4AFC9975-2456-4C70-94A4-84073C1CED93} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {C3A2F9D1-7930-4EF4-A6FC-7EE0A99821D0} diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Images/WindowsIndexerImg.bmp b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Images/WindowsIndexerImg.bmp similarity index 100% rename from src/modules/launcher/Plugins/Wox.Plugin.Indexer/Images/WindowsIndexerImg.bmp rename to src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Images/WindowsIndexerImg.bmp diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Main.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Main.cs similarity index 98% rename from src/modules/launcher/Plugins/Wox.Plugin.Indexer/Main.cs rename to src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Main.cs index 8d6af797e9..7a08f635f1 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Main.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Main.cs @@ -8,10 +8,10 @@ using Wox.Plugin; using System.IO; using System.ComponentModel; using Wox.Infrastructure.Storage; -using Wox.Plugin.Indexer.SearchHelper; +using Microsoft.Plugin.Indexer.SearchHelper; using Microsoft.Search.Interop; -namespace Wox.Plugin.Indexer +namespace Microsoft.Plugin.Indexer { class Main : IPlugin, ISavable, IPluginI18n { diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj similarity index 100% rename from src/modules/launcher/Plugins/Wox.Plugin.Indexer/Wox.Plugin.Indexer.csproj rename to src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/SearchHelper/SearchResult.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/SearchResult.cs similarity index 84% rename from src/modules/launcher/Plugins/Wox.Plugin.Indexer/SearchHelper/SearchResult.cs rename to src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/SearchResult.cs index fc4c0ed770..4a097530d1 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/SearchHelper/SearchResult.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/SearchResult.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Wox.Plugin.Indexer.SearchHelper +namespace Microsoft.Plugin.Indexer.SearchHelper { public class SearchResult { diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs similarity index 98% rename from src/modules/launcher/Plugins/Wox.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs rename to src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs index fb7b6ffcd1..bb6cf764e4 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/SearchHelper/WindowsSearchAPI.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Data.OleDb; using Microsoft.Search.Interop; -namespace Wox.Plugin.Indexer.SearchHelper +namespace Microsoft.Plugin.Indexer.SearchHelper { public class WindowsSearchAPI { diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Settings.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Settings.cs similarity index 94% rename from src/modules/launcher/Plugins/Wox.Plugin.Indexer/Settings.cs rename to src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Settings.cs index 6fc9bbbf94..cdfc3600c1 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/Settings.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Settings.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Wox.Plugin.Indexer +namespace Microsoft.Plugin.Indexer { public class Settings { diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Indexer/plugin.json b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/plugin.json similarity index 100% rename from src/modules/launcher/Plugins/Wox.Plugin.Indexer/plugin.json rename to src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/plugin.json diff --git a/src/modules/launcher/Wox.Test/Plugins/WindowsIndexerTest.cs b/src/modules/launcher/Wox.Test/Plugins/WindowsIndexerTest.cs index 9df2aa5892..c8d82f9a5b 100644 --- a/src/modules/launcher/Wox.Test/Plugins/WindowsIndexerTest.cs +++ b/src/modules/launcher/Wox.Test/Plugins/WindowsIndexerTest.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using System.Data.OleDb; using Microsoft.Search.Interop; -using Wox.Plugin.Indexer.SearchHelper; +using Microsoft.Plugin.Indexer.SearchHelper; namespace Wox.Test.Plugins { diff --git a/src/modules/launcher/Wox.Test/Wox.Test.csproj b/src/modules/launcher/Wox.Test/Wox.Test.csproj index a0fe13e072..5e77b8d02c 100644 --- a/src/modules/launcher/Wox.Test/Wox.Test.csproj +++ b/src/modules/launcher/Wox.Test/Wox.Test.csproj @@ -39,7 +39,6 @@ -