How to compile windows binary on OSX
问题 I did a C# project on my Mac using Xamarin Studio. I need the binary to run on Windows. Right now it's using a gcc compiler. How do I get a Windows binary out of this? (Pretty sure I need to use mingw) 回答1: Xamarin Studio builds the exe / dll for you automatically. In your projects directory E.G. /Users/ashleymedway/Projects/TEST/TEST . Browse to Build/Debug or Build/Release depending on your configuration profile. You will see the complied app/library. E.G Test.exe The executable found here