I have an existing add-in project that works great: toolbars, buttons, interaction with the catalog pane, etc. I have a new requirement to add a metadata style (under ArcGIS Pro --> Options --> Metadata). This is done using the ArcGIS Pro Metadata Toolkit Visual Studio extension - no problem.
My question: is it possible to roll my new metadata style into my existing add-in project or is there no way to avoid having a separate add-in for my new metadata style?
Postscript: after downloading and installing the VS extension I looked at the Config.daml and reviewed the documentation. There appear to be enough differences in the config sections/parameters and project structure that I would think trying to merge a metadata toolkit project into an existing add-in project would be difficult or just impossible. I'd love to hear from anyone else that has had a difference experience or take.