[EMAIL PROTECTED] wrote:
> Hi, I have a project and I want to compile in resource files like csc
> *stuff*  /res:thing.resx
> 
> I only found stuff in the documentation for converting them.  How
> would I build them in? 
> 
Add a <resources> tag to the csc task, f.ex like this:

 <resources>
                <includes name="*.resx"/>
 </resources>

--
Arild


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to