Templatizing a project in Visual Studio

你。 提交于 2019-11-29 14:50:29

Yes it is possible like this: File > Export Template than click next :) It will save your code too

This is what I was looking for and it came really handy too.

Export Template Wizard

This exports a project directly as VSIX extension using a wizard.

I would recommend using the TemplateBuilder NuGet package inside of either a VSIX Project or a Visual Studio package. I've created a 6 minute video showing you how you can: Create a VSIX containing a project template, and then editing the template. Checkit out at https://www.youtube.com/watch?v=z33jOo75CH4.

FYI TemplateBuilder is open source at https://github.com/ligershark/template-builder. If you've heard of SideWaffle it relies on TemplateBuilder.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!