Hi there,

I'm using visual studio to build satellite assemblies for a localized
application.  For my project, I have three .resx files in the root of my c#
project:
  Strings.resx
  Strings.en-gb.resx
  String.ja-jp.resx
In visual studio, String.resx is compiled using resgen and then embedded
into the main assembly.  The other two resx files are compiled into
satellite assemblies and put into the proper subdirectories off of the
compilation directory.  

The <solution> task does not seem to compile the localized resources into
satellite assemblies, but instead embeds the localized resource into the
main assembly.

Is this by design?  Does the solution task support the standard vs.net
behavior?  If so, how can I enable it?

Thanks,

-b




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to