我可以创建一个基于包含多个项目的解决方案文件的 Visual Studio 2008 入门工具包吗
我过去曾成功创建 Visual Studio 入门套件,但据我所知,它们只能在项目级别制作。
我有一个包含多个项目的解决方案,我想将这些项目分发到整个组织中的多个软件项目。
我想要制作的入门工具包处于解决方案级别,并且包含多个 Visual Studio 项目,这些项目明显分开(例如单独的代码和测试项目)。
Visual Studio 2008 是否支持此功能?如果支持,它是如何完成的?
I have successfully managed to create Visual Studio starter kits in the past, however as far as I am aware they can only be made at the project level.
I have a solution that contains multiple projects that I want to distribute throughout an organisation for several software projects.
The starter kit that I want to make is at the solution level, and contains multiple visual studio projects, that are clearly seperated, ( e.g. seperate code and test projects).
Does Visual Studio 2008 support this, and if so how is it done ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里找到了解决方案 http://msdn。 microsoft.com/en-us/library/ms364046(VS.80).aspx#creatstrtkt_topic3
我认为这对其他人来说是有用的参考,而不是删除它。
I found the solution here http://msdn.microsoft.com/en-us/library/ms364046(VS.80).aspx#creatstrtkt_topic3
Instead of deleteing this I thougt that it would be useful reference for someone else.