为 asp.net 模板应用程序创建 VSIX 对象

发布于 2024-12-13 04:58:20 字数 329 浏览 2 评论 0原文

我已经构建了一个 asp.net 应用程序项目,我想将其部署为 VSIX 项目,以便其他人可以安装它并从模板构建 asp.net 应用程序。

我有我的解决方案,解决方案中是我的 ASP.Net 应用程序项目和我的 VSIX 项目。

在 VSIX 项目中,我创建了 ProjectTemplate\CSharp\Web\1033 目录。

我想要做的是,如果我构建解决方案,我的 Web 应用程序输出到 .zip 文件(模板的所有源代码)并放置在 1033 目录中,然后构建扩展项目,我所要做的就是分发VISX 项目输出。

大多数在线示例都不完整。有人有任何好的资源来完成这个过程吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

征﹌骨岁月お 2024-12-20 04:58:20

你有看过这篇文章吗? http:// /blogs.msdn.com/b/visualstudio/archive/2010/03/04/creating-and-sharing-project-item-templates.aspx

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

Have you taken a look at this post? http://blogs.msdn.com/b/visualstudio/archive/2010/03/04/creating-and-sharing-project-item-templates.aspx

It should walk you through the process of setting your projects up correctly to distribute templates via VSIX.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文