6

I just purchased Xamarin.Mac in an effort to create a cross platform console utility. I figured this would be trivial but I am missing something.

How can I create and what do I need to do to deploy a simple Console.WriteLine("Hello World"); app using Xamarin.Mac?

here is the result I am looking for from the console in any folder on my mac.

$ my_xammac_app
Hello World
$
4

3 回答 3

3

使用 File - C# - Console Project 创建控制台 c# 应用程序

于 2013-05-26T13:26:01.017 回答
2

创建一个新的 Mac 项目并简单地使用您需要的程序集。

您可以删除新项目包含的 UI 文件(例如 .xib 和随之而来的文件)。您不必使用它们。

于 2013-06-25T16:28:48.463 回答
0

此处描述了这些选项:

http://www.mono-project.com/Guide:Running_Mono_Applications

于 2014-06-18T12:06:47.673 回答