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

问题描述:

由于我对C#应用程序不能在Linux或Mac上运行感到不满意,因此我安装了MonoDevelop,希望将应用程序移植到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.

但是,我不知道如何使用MonoDevelop来完成此任务.常见问题解答或文档中没有说明.

However, I don't know how how to use MonoDevelop to accomplish this task. There's no instructions in FAQ or Documentation.

有什么想法吗?

来自MonoDevelop 常见问题解答:

我可以将Visual Studio 2K5 +项目导入MonoDevelop吗?

MonoDevelop可以打开,操作和保存基于MSBuild的项目 在大多数情况下直接.实际上,从MonoDevelop 2.0开始,默认 项目格式一直是VS2008风格的MSBuild项目,但VS2005和 VS2010格式也可以处理.

Can I import my Visual Studio 2K5+ project into MonoDevelop?

MonoDevelop can open, manipulate and save MSBuild-based projects directly in most cases. In fact, since MonoDevelop 2.0 the default project format has been VS2008-style MSBuild projects, but VS2005 and VS2010 formats are also handled.

Google仍然是您的朋友

Google is still your friend: