4

I have created a windows mobile application in Visual Studio. I want to templatize this project so that one can open this as a template as opposed to a project.

Is this possible in Visual Studio? I read that there is something called as "VSX (Visual Studio Extension)" which may achieve this. I have Visual Studio Ultimate installed in my system and was trying to install the VS2010 SDK. But its not getting installed telling that i dont have MS Visual Studio 2010 which I apparently do.

Am I going in the right direction? If not what would be the correct way to go ?

4

3 回答 3

5

是的,可能是这样的:文件>导出模板,然后单击下一步:)它也会保存您的代码

在 vs 2010 中导出模板

于 2012-06-18T11:06:08.453 回答
1

这就是我一直在寻找的东西,它也非常方便。

导出模板向导

这会使用向导将项目直接导出为 VSIX 扩展。

于 2012-06-19T12:23:05.320 回答
1

我建议在TemplateBuilderVSIX 项目或 Visual Studio 包中使用 NuGet 包。我制作了一个 6 分钟的视频,向您展示如何:创建一个包含项目模板的 VSIX,然后编辑该模板。在https://www.youtube.com/watch?v=z33jOo75CH4查看。

仅供参考 TemplateBuilder 在https://github.com/ligershark/template-builder是开源的。如果您听说过SideWaffle,它依赖于 TemplateBuilder。

于 2014-04-23T05:59:16.103 回答