Skeleton for custom options page

This commit is contained in:
Vitalii Ganzha 2015-12-30 23:36:25 -08:00
parent a1b45a1e7c
commit dccfdb0ab1
7 changed files with 432 additions and 1 deletions

View file

@ -23,7 +23,8 @@
[InstalledProductRegistration("#110", "#112", "1.1", IconResourceID = 400)]
[Guid(GuidList.guidVsDingExtensionProjectPkgString)]
[ProvideAutoLoad("{f1536ef8-92ec-443c-9ed7-fdadf150da82}")]
[ProvideOptionPage(typeof(OptionsDialog), "Ding", "Options", 0, 0, true)]
[ProvideOptionPage(typeof(OptionsDialog), "Ding", "General settings", 0, 0, true)]
[ProvideOptionPage(typeof(SoundsSelectOptionsPage), "Ding", "Overrride sounds", 100, 102, true, new string[] { "Change custom sounds" })]
public sealed class VsDingExtensionProjectPackage : Package, IDisposable
{
private DTE2 applicationObject;