Hi,
I have two different extensions which needs to be integrated (one is dependent on another)
I have created a project template (vsix) and also created window like (tool box also vsix) which will have tree of commands.
I want to check the possibility of loading tree commands in window based on my project template type
(like toolbox will be instantiated based on window forms project template type,if the specific project type is not loaded toolbox window will be empty)
Could you please suggest me how to achieve this behavior (if possible)
Thanks in advance...