Skip to content

Instantly share code, notes, and snippets.

@lennybacon
Last active February 9, 2018 15:46
Show Gist options
  • Save lennybacon/573d66e2498c2623bd40f6fbcd83d89e to your computer and use it in GitHub Desktop.
Save lennybacon/573d66e2498c2623bd40f6fbcd83d89e to your computer and use it in GitHub Desktop.
Icon Moniker manifest
<?xml version="1.0" encoding="utf-8"?>
<ImageManifest
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.microsoft.com/VisualStudio/ImageManifestSchema/2014">
<Symbols>
<String Name="Resources" Value="/{ASSEMBLYNAME_HERE};Component/Icons" />
<Guid Name="MonikersGuid" Value="{GUID_HERE}" />
<ID Name="{EXTENSION_HERE}" Value="{NUMBER_HERE}" />
</Symbols>
<Images>
<Image Guid="$(MonikersGuid)" ID="$({EXTENSION_HERE})">
<Source Uri="$(Resources)/{EXTENSION_HERE}.png">
<Size Value="32" />
</Source>
</Image>
</Images>
<ImageLists />
</ImageManifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment