I have a dll based on .NET 2.0 with full source code access. So I can build it in VS2010.
I need to port this to Android/iOS/MacOS. As a result I expect some equivalent of dll for each platform. So another programmer can link (doesn't matter how) this equivalent to his own project at one of that targeted platform.
For example I ran MonoDevelop on Mac and don't see how I can build my .NET project and to receive such equivalent of dll.
So I need help to find solution and understand what to do to receive requierd result.