是否需要将 Visual Studio Express 解决方案转换为 Visual Studio Professional 解决方案?
我已经使用 Visual Studio Express 有一段时间了,但在将其与 Visual Studio Professional 进行比较后,我决定“升级”到 Visual Studio Professional,这很容易,因为我可以从 DreamSpark (我在那里有一个学生帐户)。
我知道在 VS Express 中开发的解决方案可以在 VS Professional 中打开和使用,但是转换我的解决方案以便它们显示为 VS Professional 解决方案是否更好甚至可能?或者,当我在继续开发应用程序时开始使用仅限专业版的功能时,它们会自动转换吗?
I've been using Visual Studio Express for a good while now, but after comparing it with Visual Studio Professional, I've decided to 'upgrade' to Visual Studio Professional, which is easy since I can just grab it for free from DreamSpark (I have a student account there).
I know that solutions that were developed in VS Express can be opened and worked on in VS Professional, but is it better, or even possible, to convert my solutions so that they show up as VS Professional solutions? Or, will they automatically be converted once I start using Professional-only features as I continue to develop my applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如您所注意到的,Visual Studio Professional 将在不进行修改的情况下打开 Visual Studio Express 项目。反之亦然。但我认为你误解了一些事情——不涉及转换。专业解决方案和快速解决方案没有区别。它们使用相同的格式(msbuild)。
As you note, Visual Studio Professional will open Visual Studio Express projects without modification. The reverse is not always true. But I think you misunderstand something - there is no conversion involved. There is no difference between a professional solution and an express solution. They use the same format (msbuild).