Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.57 KB

File metadata and controls

34 lines (24 loc) · 1.57 KB
title description author ms.author ms.topic ms.date ms.reviewer audience ms.search.region ms.search.validFrom ms.dyn365.ops.version ms.assetid
Tools add-ins for Visual Studio
Learn about the Add-ins infrastructure that has been added to Microsoft Visual Studio, so that developers can more easily add tools for development.
josaw1
josaw
article
08/17/2017
johnmichalak
Developer
Global
2016-02-28
AX 7.0.0
a73c64e1-7e24-4845-b5da-35b1678ddb60

Tools add-ins for Visual Studio

[!include banner]

This article reviews the Add-ins infrastructure that has been added to Microsoft Visual Studio, so that developers can more easily add tools for development.

A lot of great tools have been added to Microsoft Visual Studio to support development. However, there will always be additional tools to meet specific requirements. To make it easier to add these additional tools, an Add-ins infrastructure has been provided for developers. The additional tools are available in two places:

  • The Add-ins submenu on the Dynamics 365 menu
  • The Add-ins submenu on the shortcut menu in the element designer

To make it easier to create your own add-ins, you can select the Dynamics Developer Tools Add-in project type when you create a new project in Visual Studio. This project type has the infrastructure that is required to implement an add-in.

For more information on add-ins, see:

[!INCLUDEfooter-include]