parent
c4d7c3c21a
commit
7848f0d3b0
3 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ namespace VitaliiGanzha.VsDingExtension
|
|||
[Guid(GuidList.guidVsDingExtensionProjectPkgString)]
|
||||
[ProvideAutoLoad("{f1536ef8-92ec-443c-9ed7-fdadf150da82}")]
|
||||
[ProvideOptionPage(typeof(OptionsDialog), "Ding", "General settings", 0, 0, true)]
|
||||
[ProvideOptionPage(typeof(SoundsSelectOptionsPage), "Ding", "Overrride sounds", 100, 102, true, new string[] { "Change custom sounds" })]
|
||||
[ProvideOptionPage(typeof(SoundsSelectOptionsPage), "Ding", "Overrride sounds", 0, 0, true)]
|
||||
public sealed class VsDingExtensionProjectPackage : Package, IDisposable
|
||||
{
|
||||
private DTE2 applicationObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue