We have registered templates with our own file extensions (*.inbp, *.indp) in Visual Studio. Unfortunately, the icons of file extensions are not shown in the tree view of the Solution Explorer in Visual Studio 2015. In Visual Studio 2012 the icons are shown, when we registered them as regular Windows filetype extensions in the registry, but in Visual Studio 2015 they do not.
Comparison of Solution Explorers in Visual Studio 2012 and 2015
We tried now to register the icons over the XML-Tag <Icon>
in the .vstemplate-file, which we installed in Visual Studio 2015, but the icons are still not shown in Solution Explorer.
Are there any other methods, that the icons are shown ? Or could this be a bug in Visual Studio 2015?
Thanks for your help Tom