I'm a Unix guy who needs to try and compile some C# code for work. I've downloaded Mono for Mac, and the mcs command line tool. There's a csproj file attached to this library which contains XML with all of the files I need to compile.
Can Mono/mcs read this csproj file and generate a DLL from it?
The easiest way is to head over to monodevelop and download their IDE. It can open project files generated by Visual Studio.
Now you can also use the convenience of aptitude as below: