Remove instance logic for BinaryStorage and JsonStorage, part 2

1. part of #389
2. file rename
3. fixup
This commit is contained in:
bao-qian
2016-04-21 20:56:53 +01:00
parent 8d10c9aa41
commit 39edf1a8ed
19 changed files with 11 additions and 17 deletions

View File

@@ -8,6 +8,5 @@ namespace Wox.Plugin.Folder
{
[JsonProperty]
public List<FolderLink> FolderLinks { get; set; }
}
}

View File

@@ -59,7 +59,7 @@
<Compile Include="FolderPluginSettings.xaml.cs">
<DependentUpon>FolderPluginSettings.xaml</DependentUpon>
</Compile>
<Compile Include="FolderStorage.cs" />
<Compile Include="Settings.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>