We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74390e3 commit 70dd5bbCopy full SHA for 70dd5bb
src/GUI/SqlCe35Toolbox/SqlCeToolboxPackage.cs
@@ -16,6 +16,7 @@ namespace ErikEJ.SqlCeToolbox
16
[InstalledProductRegistration("#110", "#112", "4.8", IconResourceID = 400)]
17
[SqlCe40ProviderRegistration]
18
[SqliteProviderRegistration]
19
+ [ProvideBindingPath]
20
[ProvideMenuResource("Menus.ctmenu", 1)]
21
[ProvideToolWindow(typeof(ExplorerToolWindow), Style = VsDockStyle.Tabbed, Orientation = ToolWindowOrientation.Left, Window = EnvDTE.Constants.vsWindowKindServerExplorer)]
22
[ProvideToolWindow(typeof(SqlEditorWindow), Style = VsDockStyle.MDI, MultiInstances = true, Transient = true)]
0 commit comments