简体   繁体   English

如何将.NET应用程序移植到mono

[英]how to port .NET application to mono

Since I was not satisfied with my C# application not working on Linux or Mac, I installed MonoDevelop in hopes of porting my application to Mono for cross-platformability. 由于我不满意我的C#应用​​程序不能在Linux或Mac上工作,我安装了MonoDevelop,希望将我的应用程序移植到Mono以实现交叉平台化。

However, I don't know how how to use MonoDevelop to accomplish this task. 但是,我不知道如何使用MonoDevelop来完成这项任务。 There's no instructions in FAQ or Documentation. 常见问题解答或文档中没有说明。

Any idea how to do it? 知道怎么做吗?

From MonoDevelop FAQ : 来自MonoDevelop FAQ

Can I import my Visual Studio 2K5+ project into MonoDevelop? 我可以将我的Visual Studio 2K5 +项目导入MonoDevelop吗?

MonoDevelop can open, manipulate and save MSBuild-based projects directly in most cases. 在大多数情况下,MonoDevelop可以直接打开,操作和保存基于MSBuild的项目。 In fact, since MonoDevelop 2.0 the default project format has been VS2008-style MSBuild projects, but VS2005 and VS2010 formats are also handled. 实际上,由于MonoDevelop 2.0的默认项目格式已经是VS2008风格的MSBuild项目,但VS2005和VS2010格式也在处理中。

Google is still your friend: 谷歌仍然是你的朋友:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM