Hi..,
I have created a project Template and a VsPackage that host a Menu Command.
Requirement: The menu command will be invisible by default and need to be visible if the user selects only the above project template.
Do i need to convert that menu vspackage as a service and call that service on project creation (using above project template) so that above requirment gets fullfilled?
Please suggest a way on how i can achieve the above requirement.
Note: The project template is a Visual C# type (Not a custom project type.)