Hi - I'm working with an ArcGIS Pro Module AddIn for Arc Pro 3.5. I have a button that opens a wpf window. Is there anyway to change the default icon or image that appears on the upper left corner of the window? ( see defaultImage.png). I've tried changing the image in the config.daml:
<AddInInfo id="{da90fb53-6559-46bc-8879-8ff37e97bbec}" version="1.0" desktopVersion="3.5.57366" product="ArcGISPro">
<Name>SawpaGisTools</Name>
<Description>SawpaGisTools description</Description>
<Image>Images\sawpa32.png</Image>
and followed the configuration and build instructions for the image in this post: (https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-change-icon-of-add-in/td-p/1112826). The build configuration for my image is shown in NewImage.png. The image is not appearing in my .esriaddinx output file
Is there some other place I need to make this change? or maybe not possible? Not a huge deal, but would like to change it if I can
Thanks
Pete