I have a resource files wsresource.resx that I created in VS.NET 2003.
To my understanding, VS.NET automatically compiles resx files to
.resource and then links it to the assembly.
I am trying to achieve the same through a Nant auto build. Right now
my build file contains the following (snippet) (my assembly name is
ws.dll):
<target name="env-dev2" description="Compile files for Dev 2 build">
<resgen input="resources/wsresource.resx"
output="resources/ws.wsresource.resources" />
<solution configuration="debug" verbose="true">
<projects basedir=".">
<includes name="ws.vbproj" />
</projects>
</solution>
<call target="env-dev2-deploy" />
</target>
I am trying to figure out how to link ws.wsresource.resources into
assembly ws. I believe al.exe would actually create a standalone
satellite assembly like ws.wsresource.dll but it would not be linked
to assembly ws.
Any ideas on the task to get the same affect as vs.net so that the
.resource file is linked to the assembly and a separate assembly is
not created.
Thanks.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users