Hi,
I'm using the Nant solution task to build a VS project with references
to other projects. The other projects have satellite assemblies, with
resources for different languages. The referenced project dll is copied
to the output directory,  but the xxx.resources.dll's are not.

Example:

ProjectA's output:
        bin\release\ProjectA.dll
        bin\release\en\ProjectA.resources.dll
        bin\release\nl\ProjectA.resources.dll

Project B's build file:
        <solution configuration="release" outputdir="bin\release">
                <projects>
                        <include name="ProjectA.csproj" />
                </projects>
                <referenceprojects>
                        <include name="..\ProjectB\ProjectB.csproj" />
                </referenceprojects>
        </solution>

ProjectB's output:
        bin\release\ProjectA.dll
        bin\release\ProjectB.dll

I would expect the resource dll's of project A to be copied as well,
this is also the behaviour of VS.Net. Also tried using assemblyfolders
referencing to the release dir, but got the same result.
Anyone experience on this one or am I missing something here?

Regards,
Sjaak


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_ids93&alloc_id281&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to