i do create an addin for pro 3.6, .net 8
the current project started as a configuration so when i build the artifact is a .proconfigx-file.
i have now added buttons to the module as well so i would like the project to be an addin.
how do i change the artifact type from my current project to .addinx and can i still use the configuration?
Or can't you package an addin and configuration in the same project?
Solved! Go to Solution.
Hi,
Configurations provide add-in capabilities:
https://www.esri.com/arcgis-blog/products/3d-gis/3d-gis/introducing-arcgis-pro-sdk-configurations
Configurations provide:
Solution branding of the Pro UI – you can create a highly customized UI and start-up user experience for Pro, with a custom splash screen, start up page, application icon, and more
Conditional / role-based customization – allows you to build logic into the Pro start-up experience and tailor the Pro UI ribbon based on conditions, logins, etc.
Add-in capabilities – configurations provide all of the standard customization capabilities of add-ins
Control over add-ins – you can choose how and which add-ins are loaded in Pro
the url does not work and it probably also does not solve my problem.
my Visual Studio project which has a configuration and add in configured in the daml-config file always build a proconfigx-file.
So how do i now install the addin to Pro?