I have built an asp.net application project that I want to deploy as a VSIX project so other can install it and build asp.net applications from a template.
I have my solution, and in the solution is my ASP.Net application project and my VSIX project.
In the VSIX project I've created the ProjectTemplate\CSharp\Web\1033 directory.
What I want to do is if I build the solution, my web application outputs to the .zip file (all source code for the template) and places in the 1033 directory, then the extension project builds, and all I have to do is distribute the VISX project output.
Most online samples are not complete. Anyone have any good resources to walk through this process?