[Mono-bugs] [Bug 679499] Improve Library Support

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 17 12:10:33 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=679499

https://bugzilla.novell.com/show_bug.cgi?id=679499#c1


Amir Waldman <amirw2k at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amirw2k at gmail.com

--- Comment #1 from Amir Waldman <amirw2k at gmail.com> 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.


More information about the mono-bugs mailing list