Skeleton for custom options page
This commit is contained in:
parent
a1b45a1e7c
commit
dccfdb0ab1
7 changed files with 432 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue