Re: [Nant-users] Resource Files

2004-08-02 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 02, 2004 11:39 AM > Subject: RE: [Nant-users] Resource Files > > Hi, > > Thanks for responding. > > I want to use the second option as I wa

Re: [Nant-users] Resource Files

2004-08-02 Thread Gert Driesen
tasks generate manifest resource names that match those generated by VS.NET. Hope this helps, Gert PS. The task is very much deprecated. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:18 AM Subject: [Nant-users] Re

[Nant-users] Resource Files

2004-08-01 Thread Steven-S . Hawkes
Hi, I would appreciate some advise on the use of Resource files with NAnt. I have a windows application which has a number of resource files associated with it. The build type for these files is "Content". What should I include in the csc Resources so that these files are accessed correctly by

[Nant-users] Resource files for classes with unusual names

2003-12-02 Thread Chris Capel
Using this tag, trying to load a form from MyFile.dll called frmSplash and located in Splash.cs throws a "resource not found" exception at runtime. Is there a way to make the resources task work when the name of the class doe