是否可以在 Visual Studio 中开发 C# 项目,然后在 SharpDevelop 中进行编译?
Visual Studio 和 SharpDevelop 项目之间有什么不可比性吗?
PS 适用于 Windows 窗体应用程序。
Is there any incomparability between Visual Studio and SharpDevelop projects?
P.S. For Windows Forms applications.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为SharpDevelop现在支持msbuild,所以应该不会有太大问题:
I think SharpDevelop supports msbuild now, so there shouldn't be much problems:
只要 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
一方面:它确实支持 sln 文件。当然,这并不意味着完全不兼容。
For one thing : it does supports sln files. That of course doesn't mean there are no incompatibilities at all..
据我所知,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.