0

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?

4

1 回答 1

2

你看过这个帖子吗?http://blogs.msdn.com/b/visualstudio/archive/2010/03/04/creating-and-sharing-project-item-templates.aspx

它应该引导您完成正确设置项目以通过 VSIX 分发模板的过程。

于 2011-11-01T22:13:16.737 回答