Ok, so read my question before you respond. I have a c# project that I need to compile on linux that contains WPF. I don't need to run WPF on linux, just need to compile. WPF is essentially just .net DLL's, so you think this would be doable since I'm NOT trying to run the app on linux, just build it. As far as I know I can't do this with mono compile, but I may be wrong. Maybe I can use the Microsoft compiler somehow? I don't know.
Any ideas on how I could JUST BUILD a C# app on Linux(again, I don't need to run it).