Add system plugin descriptions.

This commit is contained in:
qianlifeng
2014-06-30 21:31:13 +08:00
parent 4ee0731472
commit fad6a406a1
24 changed files with 111 additions and 119 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -13,7 +13,6 @@ namespace Wox.Plugin.BrowserBookmark
private PluginInitContext context;
private List<Bookmark> bookmarks = new List<Bookmark>();
public void Init(PluginInitContext context)
{
bookmarks.Clear();

View File

@@ -64,9 +64,6 @@
<Content Include="Images\bookmark.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\plugin.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

View File

@@ -8,5 +8,5 @@
"Language":"csharp",
"Website":"http://www.getwox.com/plugin",
"ExecuteFileName":"Wox.Plugin.browserBookmark.dll",
"IcoPath":"Images\\plugin.png"
"IcoPath":"Images\\bookmark.png"
}