A collection of utilities to help create ArcGIS Pro Add-ins. Pro Fix References utility: Fixes broken references in an ArcGIS Pro add-in, configuration corehost, and plugins. Broken references can be caused when you share add-ins with other colleagues or download add-ins where the ArcGIS Pro assembly references point to a different location from where you installed them. Pro Generate DAML Ids utility: Converts all of the ArcGIS Pro Desktop Application Markup Language (DAML) string IDs into static string properties organized by DAML element types (for example, Button, Dockpane, Tool, Condition, and so on). This allows you to use the IntelliSense feature of Visual Studio within your source code file to add IDs, rather than having to manually type DAML string IDs). |