Skip to content

Instantly share code, notes, and snippets.

@NicoVermeir
Created November 10, 2016 22:05
Show Gist options
  • Save NicoVermeir/f38a5f2d8ef54c9d6ad7fb760ea0b825 to your computer and use it in GitHub Desktop.
Save NicoVermeir/f38a5f2d8ef54c9d6ad7fb760ea0b825 to your computer and use it in GitHub Desktop.
[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)] // Info on this package for Help/About
[Guid(DialDebugPackage.PackageGuidString)]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "pkgdef, VS and vsixmanifest are valid VS terms")]
[ProvideAutoLoad(UIContextGuids80.SolutionExists)]
[ProvideMenuResource("Menus.ctmenu", 1)]
public sealed class DialDebugPackage : Package
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment