Skip to content

Instantly share code, notes, and snippets.

@lennybacon
Created February 9, 2018 15:49
Show Gist options
  • Save lennybacon/43bd378d9366f33b075f46b66c48ca5d to your computer and use it in GitHub Desktop.
Save lennybacon/43bd378d9366f33b075f46b66c48ca5d to your computer and use it in GitHub Desktop.
Icons assets for vsixmanifest
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
...
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="icons.pkgdef" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
...
</PackageManifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment