Hello,
We currently have two products that integrate with ArcGIS Pro. There is a lot of feature overlap and to avoid duplicating code, we'd like to share button classes.
Each product is setup as a configuration (using the /config:<name> command line parameter) and each has its own config.daml file.
We currently have an add-in project with a config.daml file that defines shared buttons and references classes in the same project. These shared buttons are referenced from the config.daml file in the two product configurations.
However, we'd like to have these shared button classes in a project that is *not* an add-in project. Is this possible?
We understand that images must be in an add-in which is fine. It's the buttons, menus, conditions, etc. that we need to share but would like not to be in an add-in.
If you need any clarification, please ask.
TIA,
Kris