是否可以在 Visual Studio 中开发 C# 项目,然后在 SharpDevelop 中进行编译?

发布于 2024-08-12 05:18:54 字数 81 浏览 6 评论 0原文

Visual Studio 和 SharpDevelop 项目之间有什么不可比性吗?

PS 适用于 Windows 窗体应用程序。

Is there any incomparability between Visual Studio and SharpDevelop projects?

P.S. For Windows Forms applications.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

第几種人 2024-08-19 05:18:54

我认为SharpDevelop现在支持msbuild,所以应该不会有太大问题:

“SharpDevelop 2.0使用相同的
MSBuild 项目文件为 Visual
工作室”

I think SharpDevelop supports msbuild now, so there shouldn't be much problems:

"SharpDevelop 2.0 uses the same
MSBuild project files as Visual
Studio"

酷炫老祖宗 2024-08-19 05:18:54

只要 SharpDevelop 为 .net 编译而不是为 mono 编译,它就使用与 Visual Studio 相同的编译器(它集成在 .net 本身中),所以不应该有任何不兼容性

As long as SharpDevelop compiles for .net and not for mono it uses the same compiler as Visual Studio (which is integrated in .net itself), so there shouldn't be any incompatibilities

爱情眠于流年 2024-08-19 05:18:54

一方面:它确实支持 sln 文件。当然,这并不意味着完全不兼容。

For one thing : it does supports sln files. That of course doesn't mean there are no incompatibilities at all..

东北女汉子 2024-08-19 05:18:54

据我所知,SharpDevelop 加载 VS.NET 解决方案文件(以及最终的项目文件),因此在加载“标准”VS.NET 解决方案时完全兼容。

SharpDevelop loads VS.NET solution files (and as a result proj files) as I'm aware and so is fully compatible when it comes to loading your 'standard' VS.NET solutions.

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