6
description="Store items on a 'shelf' for quick access."
13
<Import assembly="Shelf.dll"/>
17
<Addin id="Universe" version="1.0" />
20
<Extension path="/Do/ItemSource">
21
<ItemSource type="Shelf.ShelfItemSource" />
24
<Extension path="/Do/Action">
25
<Action type="Shelf.ShelfAddToShelfAction" />
26
<Action type="Shelf.ShelfCreateShelfAction" />
27
<Action type="Shelf.ShelfExploreAction" />
28
<Action type="Shelf.ShelfRemoveFromShelfAction" />
29
<Action type="Shelf.ShelfRenameShelfAction" />
30
<Action type="Shelf.ShelfDeleteShelfAction" />