Am looking for a Nant sample with satellite assemblies. I googled now for hours without success.
I got this far:
<resgen todir="${build}">
<resources>
<include name="${src}/Resources/*.resx" />
</resources>
</resgen>
and the csc subelement:
<resources prefix="Resources">
<include name="${build}/ResourceManagement.resources" />
</resources>
But how do I do create the satellite assemblies? When I try to include non neutral resources I get a strange error (for example ResourceManagement.de.resources:
System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.RuntimeCompatibilityAttribute' from assembly 'myassembly'