在 MonoDevelop 中打开 Visual Studio .dbp 项目

发布于 2024-09-25 00:03:58 字数 188 浏览 1 评论 0原文

有没有办法在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

楠木可依 2024-10-02 00:03:58

我不知道,我是核心 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.

不忘初心 2024-10-02 00:03:58

Prebuild 可能是一个替代解决方案:

Prebuild 是一个跨平台的
XML 驱动的预构建工具允许
开发者轻松生成项目
主要 IDE 和 .NET 的文件
开发工具包括: 视觉
.NET 工作室 2002、2003、2005、
SharpDevelop、MonoDevelop、NAnt 和
自动工具

基本上,您可以从特定的预构建 XML 构建文件生成几乎所有 IDE 项目文件。该 XML 文件可以存储在您的 SVN 存储库中,人们可以使用他们想要的 IDE。

Prebuild might be an alternate solution :

Prebuild is a cross-platform
XML-driven pre-build tool which allows
developers to easily generate project
files for major IDE's and .NET
development tools including: Visual
Studio .NET 2002, 2003, 2005,
SharpDevelop, MonoDevelop, NAnt and
Autotools

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文