[MonoDevelop] Building a mac C# Console app?

Adam Connelly adam.rpconnelly at gmail.com
Thu Nov 15 19:59:27 UTC 2012


.net console apps always produce a .exe output, but you can run that
on your mac. Just type 'mono myapp.exe' and it should run.

I believe there's a monomac project that lets you do something more
sophisticated, but you don't need it to just run a console app.

On 15 Nov 2012, at 14:56, John Colgrove <alpha.omega23 at ymail.com> wrote:

> Hello everyone. As I start learning C#, I'm building all of the applications I make without help from the books but I'm noticing that all of the console apps are in .exe format. I'd rather not move to my windows computer in order to test the console apps. Is there any way to build a console app for the mac instead? I looked but found no way at all to build one.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list


More information about the Monodevelop-list mailing list