RE: [Nant-users] Compiling in resource files

2003-08-07 Thread Arild Fines
[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 tag to the csc task, f.ex like this: -- Arild

[Nant-users] Compiling in resource files

2003-08-05 Thread revision17
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? Thanks (I hope this question hasn't been asked 1000 times, I can't access the archives so I wouldn't know). -