<include name="**\*.resx"/>
</resources>
<includesfile name="embeddedresources.txt"/>
<resources>
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen
Sent: Thursday, February 24, 2005 11:29 AM
To: Nau, Michael; [email protected]
Subject: RE: [Nant-users] Accelerating Resource Creation on <csc>
Sent: woensdag 23 februari 2005 23:31
To: [email protected]
Subject: [Nant-users] Accelerating Resource Creation on <csc>
Is there a way to accelerate the resource creation on the <csc> task. I can see that <csc> is calling <resgen> for all the files included in the <resourcefileset> attribute. It looks as if resgen is being called once for each files included in the <resourcefileset>.
I did some testing with calling resgen for a set of resx files. First I called the resgen task once for every resx file (similar to what it appears <csc> is doing) and the speed was in-line with what I see in the <csc> task. But when I call resgen and pass in a fileset of resx files, the resource generation is significantly faster?
Is there a way to setup the csc task to generate the resources in a single call, rather than one-by-one?
Thanks,
Mike.
