https://bugzilla.novell.com/show_bug.cgi?id=679499
https://bugzilla.novell.com/show_bug.cgi?id=679499#c1 Amir Waldman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Amir Waldman <[email protected]> 2011-03-17 16:10:32 UTC --- Class libraries can use IDs set in the main assembly As an easier workaround you can collect resources from referenced class libraries, produce IDs in the main assembly, but create separate Resource.Designer.cs files for class libraries and the main assembly during the build process. After all, these are just integers generated automatically. You can hide a few from one assembly and show them only to the library or the other way around. This way you 'cheat' a little, but the final APK is simpler, since it combines all resource files under the same directories. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
