From 7e7637a1b3f94a53ca4106fce9257815f7ef5ced Mon Sep 17 00:00:00 2001 From: bao-qian Date: Thu, 5 May 2016 02:08:38 +0100 Subject: [PATCH] Misc --- {PythonHome => JsonRPC}/wox.py | 0 Wox.Core/Plugin/{CSharpPluginLoader.cs => PluginsLoader.cs} | 0 Wox.Core/Wox.Core.csproj | 2 +- .../Storage/{PluginSettingsStorage.cs => PluginJsonStorage.cs} | 0 Wox.Infrastructure/Wox.Infrastructure.csproj | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename {PythonHome => JsonRPC}/wox.py (100%) rename Wox.Core/Plugin/{CSharpPluginLoader.cs => PluginsLoader.cs} (100%) rename Wox.Infrastructure/Storage/{PluginSettingsStorage.cs => PluginJsonStorage.cs} (100%) diff --git a/PythonHome/wox.py b/JsonRPC/wox.py similarity index 100% rename from PythonHome/wox.py rename to JsonRPC/wox.py diff --git a/Wox.Core/Plugin/CSharpPluginLoader.cs b/Wox.Core/Plugin/PluginsLoader.cs similarity index 100% rename from Wox.Core/Plugin/CSharpPluginLoader.cs rename to Wox.Core/Plugin/PluginsLoader.cs diff --git a/Wox.Core/Wox.Core.csproj b/Wox.Core/Wox.Core.csproj index bf68ebaa7b..082ff63f77 100644 --- a/Wox.Core/Wox.Core.csproj +++ b/Wox.Core/Wox.Core.csproj @@ -65,6 +65,7 @@ Properties\SolutionAssemblyInfo.cs + @@ -78,7 +79,6 @@ - diff --git a/Wox.Infrastructure/Storage/PluginSettingsStorage.cs b/Wox.Infrastructure/Storage/PluginJsonStorage.cs similarity index 100% rename from Wox.Infrastructure/Storage/PluginSettingsStorage.cs rename to Wox.Infrastructure/Storage/PluginJsonStorage.cs diff --git a/Wox.Infrastructure/Wox.Infrastructure.csproj b/Wox.Infrastructure/Wox.Infrastructure.csproj index 55e750155e..dcdb0e2be5 100644 --- a/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -80,7 +80,7 @@ - +