visual-studio 如何在VS2010中创建解决方案模板?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2717110/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to create a solution template in VS2010?
提问by devlife
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....
谁能指出我如何在 VS2010 中创建解决方案模板的正确方向?我需要创建一个解决方案,其中已经创建了多个项目....
采纳答案by Daniel Mohl
You can find a blog post with an example at http://bloggemdano.blogspot.com/2010/05/creating-f-solution-template-for-visual.html.
您可以在http://borgemdano.blogspot.com/2010/05/creating-f-solution-template-for-visual.html 上找到带有示例的博客文章。
回答by Hans Passant
回答by Maxim
That's not a VS template, but you can use tempify to create folder templates - http://opensource.endjin.com/templify/
这不是 VS 模板,但您可以使用 tempify 创建文件夹模板 - 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..."
“ Templify 有两种模式——创建和部署。在创建模式下,您可以采用预先存在的解决方案并将其转换为可部署的模板......”

