From 0b60d3d0df93a98ab9fcf2fc518d0d3b31301fee Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 9 Oct 2021 15:25:57 +1100 Subject: [PATCH] move to plugins folder --- .../.gitignore | 0 .../Classes/WindowsSetting.cs | 0 .../Flow.Plugin.WindowsSettings.csproj | 0 .../Flow.Plugin.WindowsSettings.sln | 0 .../Helper/ContextMenuHelper.cs | 0 .../Helper/JsonSettingsListHelper.cs | 0 .../Helper/ResultHelper.cs | 0 .../Helper/TranslationHelper.cs | 0 .../Helper/UnsupportedSettingsHelper.cs | 0 .../Images/WindowsSettings.dark.png | Bin .../Images/WindowsSettings.light.png | Bin .../Flow.Launcher.Plugin.WindowsSettings}/Log.cs | 0 .../Flow.Launcher.Plugin.WindowsSettings}/Main.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Properties/Resources.cs-CZ.resx | 0 .../Properties/Resources.de-DE.resx | 0 .../Properties/Resources.es-ES.resx | 0 .../Properties/Resources.fr-FR.resx | 0 .../Properties/Resources.hu-HU.resx | 0 .../Properties/Resources.it-IT.resx | 0 .../Properties/Resources.ja-JP.resx | 0 .../Properties/Resources.ko-KR.resx | 0 .../Properties/Resources.pl-PL.resx | 0 .../Properties/Resources.pt-BR.resx | 0 .../Properties/Resources.pt-PT.resx | 0 .../Properties/Resources.resx | 0 .../Properties/Resources.ru-RU.resx | 0 .../Properties/Resources.sv-SE.resx | 0 .../Properties/Resources.tr-TR.resx | 0 .../Properties/Resources.zh-TW.resx | 0 .../Properties/Resources.zh-cn.resx | 0 .../Flow.Launcher.Plugin.WindowsSettings}/README.md | 0 .../WindowsSettings.json | 0 .../plugin.json | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/.gitignore (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Classes/WindowsSetting.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Flow.Plugin.WindowsSettings.csproj (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Flow.Plugin.WindowsSettings.sln (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Helper/ContextMenuHelper.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Helper/JsonSettingsListHelper.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Helper/ResultHelper.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Helper/TranslationHelper.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Helper/UnsupportedSettingsHelper.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Images/WindowsSettings.dark.png (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Images/WindowsSettings.light.png (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Log.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Main.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.Designer.cs (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.cs-CZ.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.de-DE.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.es-ES.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.fr-FR.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.hu-HU.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.it-IT.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.ja-JP.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.ko-KR.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.pl-PL.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.pt-BR.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.pt-PT.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.ru-RU.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.sv-SE.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.tr-TR.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.zh-TW.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/Properties/Resources.zh-cn.resx (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/README.md (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/WindowsSettings.json (100%) rename {Flow.Plugin.WindowsSettings => Plugins/Flow.Launcher.Plugin.WindowsSettings}/plugin.json (100%) diff --git a/Flow.Plugin.WindowsSettings/.gitignore b/Plugins/Flow.Launcher.Plugin.WindowsSettings/.gitignore similarity index 100% rename from Flow.Plugin.WindowsSettings/.gitignore rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/.gitignore diff --git a/Flow.Plugin.WindowsSettings/Classes/WindowsSetting.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Classes/WindowsSetting.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Classes/WindowsSetting.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Classes/WindowsSetting.cs diff --git a/Flow.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.csproj b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.csproj similarity index 100% rename from Flow.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.csproj rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.csproj diff --git a/Flow.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.sln b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.sln similarity index 100% rename from Flow.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.sln rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.sln diff --git a/Flow.Plugin.WindowsSettings/Helper/ContextMenuHelper.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/ContextMenuHelper.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Helper/ContextMenuHelper.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/ContextMenuHelper.cs diff --git a/Flow.Plugin.WindowsSettings/Helper/JsonSettingsListHelper.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/JsonSettingsListHelper.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Helper/JsonSettingsListHelper.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/JsonSettingsListHelper.cs diff --git a/Flow.Plugin.WindowsSettings/Helper/ResultHelper.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/ResultHelper.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Helper/ResultHelper.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/ResultHelper.cs diff --git a/Flow.Plugin.WindowsSettings/Helper/TranslationHelper.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/TranslationHelper.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Helper/TranslationHelper.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/TranslationHelper.cs diff --git a/Flow.Plugin.WindowsSettings/Helper/UnsupportedSettingsHelper.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/UnsupportedSettingsHelper.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Helper/UnsupportedSettingsHelper.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Helper/UnsupportedSettingsHelper.cs diff --git a/Flow.Plugin.WindowsSettings/Images/WindowsSettings.dark.png b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Images/WindowsSettings.dark.png similarity index 100% rename from Flow.Plugin.WindowsSettings/Images/WindowsSettings.dark.png rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Images/WindowsSettings.dark.png diff --git a/Flow.Plugin.WindowsSettings/Images/WindowsSettings.light.png b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Images/WindowsSettings.light.png similarity index 100% rename from Flow.Plugin.WindowsSettings/Images/WindowsSettings.light.png rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Images/WindowsSettings.light.png diff --git a/Flow.Plugin.WindowsSettings/Log.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Log.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Log.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Log.cs diff --git a/Flow.Plugin.WindowsSettings/Main.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Main.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Main.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Main.cs diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.Designer.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.Designer.cs similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.Designer.cs rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.Designer.cs diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.cs-CZ.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.cs-CZ.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.cs-CZ.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.cs-CZ.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.de-DE.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.de-DE.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.de-DE.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.es-ES.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.es-ES.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.es-ES.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.es-ES.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.fr-FR.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.fr-FR.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.fr-FR.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.fr-FR.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.hu-HU.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.hu-HU.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.hu-HU.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.hu-HU.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.it-IT.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.it-IT.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.it-IT.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.it-IT.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.ko-KR.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ko-KR.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.ko-KR.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ko-KR.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.pt-BR.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-BR.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.pt-BR.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-BR.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.ru-RU.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ru-RU.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.ru-RU.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.ru-RU.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.sv-SE.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sv-SE.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.sv-SE.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.sv-SE.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.zh-TW.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.zh-TW.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.zh-TW.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.zh-TW.resx diff --git a/Flow.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx similarity index 100% rename from Flow.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx diff --git a/Flow.Plugin.WindowsSettings/README.md b/Plugins/Flow.Launcher.Plugin.WindowsSettings/README.md similarity index 100% rename from Flow.Plugin.WindowsSettings/README.md rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/README.md diff --git a/Flow.Plugin.WindowsSettings/WindowsSettings.json b/Plugins/Flow.Launcher.Plugin.WindowsSettings/WindowsSettings.json similarity index 100% rename from Flow.Plugin.WindowsSettings/WindowsSettings.json rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/WindowsSettings.json diff --git a/Flow.Plugin.WindowsSettings/plugin.json b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json similarity index 100% rename from Flow.Plugin.WindowsSettings/plugin.json rename to Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json