在 MonoDevelop 中打开 Visual Studio .dbp 项目
有没有办法在 MonoDevelop 中打开 Visual Studio 2008 数据库项目 (.dbp)?该项目采用 SVN,并且需要与 Visual Studio 保持兼容,因为我不是唯一从事该项目的程序员。
是否有我缺少/不知道的加载项或其他内容,或者我是否必须坚持使用 Visual Studio 来实现此目的?
谢谢。
Is there a way to open a Visual Studio 2008 database project (.dbp) in MonoDevelop? The project is in SVN, and needs to remain compatible with Visual Studio, because I'm not the only programmer who works on it.
Is there an add-in or something for this that I'm missing/not aware of, or am I just going to have to stick with Visual Studio for this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道,我是核心 MD 开发人员之一。如果您有兴趣贡献这样的插件,请访问我们的邮件列表我们可以为您提供一些入门指导。
I'm not aware of one, and I'm one of the core MD developers. If you're interested in contributing such an addin, head over to our mailing list and we can give you some pointers on getting started.
Prebuild 可能是一个替代解决方案:
基本上,您可以从特定的预构建 XML 构建文件生成几乎所有 IDE 项目文件。该 XML 文件可以存储在您的 SVN 存储库中,人们可以使用他们想要的 IDE。
Prebuild might be an alternate solution :
Basically, you can generate almost all IDE project files from a specific prebuild XML build file. This XML file could be stored in your SVN repository and people can use the IDE they want.