> ----- 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 want my release building to be as > independent from my IDE environment as much as possible. > > I saw your mail on the forum regarding this topic over the weekend and I tried to > use your suggestions but with not a lot of success. I have a few questions to > help me determine what I am doing wrong. > > I checked my project in Visual Studio and the root project property is not set. What should > I then do with dynamixprefix and prefix? you mean root namespace, right ? dynamicprefix should always be set to true if you want to match th resource names of VS.NET. > Using your suggestion below, do I have to copy any files to my output build location? > For example one of my resx files uses an .ico image which is embedded in the resx files > when I open it. No, the compiler tasks will do everything that's necessary. > Under what scenario would I need to use the NAnt "resgen" task? Only when you do not want to rely on the compiler to take care of compiling the resources. The compiler tasks actually use the resgen task internally to compile the resources. > Thanks very much for your help. No problem. Can you use ildasm to compare the NAnt and VS.NET built assembly ? Gert ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users