I have a multi-project solution WebApplication1 - which i use for template source.
I have VSIX project that uses WebApplication1 and generates .vsix file.
Both solutions are created in VS2015 and everything works perfecly fine for VS2015.
Today I've created a new VSIX project but this time in VS2017. Followed all the steps as before and the project builds successfully.
The problem is that after I successfully install the new generated .vsix file the new template doesnt appear inside the "File->New->Project" wizzard.
I've inspected the .vsix file and it seems to be missing the Output folder.
Hey!
I have a multi-project solution WebApplication1 - which i use for template source. I have VSIX project that uses WebApplication1 and generates .vsix file. Both solutions are created in VS2015 and everything works perfecly fine for VS2015.
Today I've created a new VSIX project but this time in VS2017. Followed all the steps as before and the project builds successfully. The problem is that after I successfully install the new generated .vsix file the new template doesnt appear inside the "File->New->Project" wizzard.
I've inspected the .vsix file and it seems to be missing the Output folder.
Thanks in advance :)