如何创建添加多个文件的项目模板?
我已经为 VS2008 创建了一个项目模板,按照这些 说明,看起来很简单。但是,是否可以向项目添加多个文件?
例如,假设我创建了一个 AcmeWidget 项模板。当我在 VS2008 中选择它时,我希望它创建一个 AcmeScreen winForm 和 AcmeScreenSetup winform。
使用项目模板范例可以实现这一点吗?
I've created an Item Template for VS2008, per these instructions and it seems simple enough. However, is it possible to add more than one file to the project?
For instance, let's say I create a AcmeWidget Item Template. When I select it in VS2008, I'd like it to create an AcmeScreen winForm and a AcmeScreenSetup winform.
Is this possible with the Item Template paradigm?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为不可能添加超过一项。我认为要添加多个项目,您将需要创建一个新的 Visual Studio 项目模板。
谢谢
——布莱克·尼米斯基
I don't think that it is possible to add more than one item. I think to add more than one item you will need to create a new Visual Studio project template.
Thanks
-Blake Niemyjski