I am trying to create a simple VSIX package to install a standard readme file that will then be available to add to all of our projects.
I am trying to find a way to get to install under project types of VB & C# along with project sub types of VB Web & C# Web. I can accomplish this by creating a "C# or VB Item Template" project for each project type destination. This means that I would need 5 total projects, 1 for each destination and the VSIX project itself.
Since the file I'm installing is really project type independent is there a way to have one item template project that can have a manifest that would install under all the project types? Or a way to have 4 manifests in the one item template type?
The project should ultimately install under Visual Studio 2012 thru 2017.