Dependencies Tab - Visual Studio Extension Project

This tab is used to specify the dependencies on which your extension relies on. The dependencies can be pre-installed or can reside in your package. The Extension Manager installs any dependencies that are not already present on the target computer and then installs your extension.

Adding a new dependency

Use the [ New ] button, the “New” context menu item or press the Insert key while the list is focused.

Editing a dependency

Use the [ Edit ] button, the “Edit” context menu item or press the Space key while an element from the list is selected. The Edit Dependency Dialog will appear.

Removing a dependency

Use the [ Remove ] button, the “Remove” context menu item or press the Delete key while an element from the list is selected.

Topics