On Sep 28, 2011, at 9:55 AM, Tomasz Cielecki wrote: > So that is pretty nice. Could be cool if I could just reuse my > implementation from WP7, but this works fine as well.
Mono for Android provides a large degree of source compatibility with Silverlight, WP7, and desktop .NET, but _not_ assembly compatibility. We will look into supporting Portable Libraries in a future release, but for now you need to create separate projects (one for each target platform) and share source files between those projects. Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
