ligershark/side-waffle

Possible to add a project template in two places?

RehanSaeed opened this issue · 3 comments

In ASP.NET Core RC2, web projects now appear in two places under 'Web' and '.NET Core'. Is it possible to do something similar? How would one achieve this?

@RehanSaeed you will need to copy the template .zip file into two different folders in the vsix under output\projecttemplates. I think you can do this with a custom build target that runs at the right time.

@RehanSaeed did this help you achieve what you were trying to do?

Haven't had a chance to look at this. Will do soon.