You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
541 B
18 lines
541 B
<AddIn name = "SharpDbTools" |
|
author = "Dickon Field" |
|
url = "" |
|
description = "A collection of components and tools to help develop db-aware apps"> |
|
|
|
<Runtime> |
|
<Import assembly = "SharpDbTools.dll"/> |
|
</Runtime> |
|
|
|
<Path name = "/SharpDevelop/Workbench/Pads"> |
|
<Pad id = "SharpDbToolsPad" |
|
category = "Main" |
|
title = "RDB Server Tools" |
|
icon = "PadIcons.Output" |
|
shortcut = "Control|Alt|D" |
|
class = "SharpDbTools.ServerBrowserTool"/> |
|
</Path> |
|
</AddIn>
|
|
|