简体   繁体   中英

How to create a solution template in 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....

您可以在http://bloggemdano.blogspot.com/2010/05/creating-f-solution-template-for-visual.html找到一篇包含示例的博客文章。

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.

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... "

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM