Hi,
I'm in the middle of porting our existing VS Add-In to the new VSIX approach. Right now I'm facing an issue while adapting the 'Add Class' Wizard. The old method our Wizard is using is the .vsdir, .vsz file stuff to extend the right click -> [ProjectNode | Add | Class...] C++ class wizard dialog.
I guess this part |8224| of the .vsdir part makes it appear in the mentioned dialog.
OurClass.vsz| |OurClass|1|Our Class| | |8224|OurClass
How can I achieve the same functionality with an VSIX {Item|Project}Template? Is it possible at all?
Kind regards.