如何在VS2010中创建解决方案模板?
谁能给我指出如何在 VS2010 中创建解决方案模板的正确方向? 我需要创建一个已经创建了多个项目的解决方案......
Can anyone point me in the right direction on how to create a Solution Template in VS2010?
I need to create a solution with several projects already created....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在 http 中找到包含示例的博客文章://bloggemdano.blogspot.com/2010/05/creating-f-solution-template-for-visual.html。
You can find a blog post with an example at http://bloggemdano.blogspot.com/2010/05/creating-f-solution-template-for-visual.html.
解决方案模板不存在。 VSTemplate 类型可以是项目或项目,参考在这里。这也可以从“文件+导出模板”中看到。
也许您可以编写一个宏来复制/创建所需的文件。
Solution templates do not exist. A VSTemplate type can be Project or Item, reference is here. This is also visible from File + Export Template.
Maybe you could write a macro to copy/create the required files.
这不是 VS 模板,但您可以使用 tempify 创建文件夹模板 - http://opensource.endjin.com/ templify/
“Templify 有两种模式 - 创建和部署。在创建模式下,您可以采用预先存在的解决方案并将其转换为可部署的模板...”
That's not a VS template, but you can use tempify to create folder templates - http://opensource.endjin.com/templify/
"Templify has two modes – Create and Deploy. In Create mode you can take a pre-existing solution and turn it into a deployable template..."