Possible to add a project template in two places?
RehanSaeed opened this issue · 3 comments
RehanSaeed commented
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?
sayedihashimi commented
@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.
codewithtyler commented
@RehanSaeed did this help you achieve what you were trying to do?
RehanSaeed commented
Haven't had a chance to look at this. Will do soon.