I want to change the icon of my add-in:

To do this, I indicate my new image (Tree32.png) in the Config.daml:
<AddInInfo id="{06b629d0-c299-4e09-9149-09bfbc3bd161}" version="0.0.16" desktopVersion="2.8">
<Name>WaldstrassenApp_V0.0.16</Name>
...
<Image>Images\Tree32.png</Image>
<Subject>Framework</Subject>
</AddInInfo>I also make sure to set the Build Action of "Tree32.png" to AddInContent. However, the icon of my add-in doesn't change.