Re: [Nant-users] Building Crystal Reports using Nant

2004-03-17 Thread Gert Driesen
needed to build the solution). Thanks, Gert - Original Message - From: "Nitin Agarwal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 12:57 AM Subject: RE: [Nant-users] Building Crystal Reports using Nant I used ILDASM to compare the DL

RE: [Nant-users] Building Crystal Reports using Nant

2004-03-16 Thread Nitin Agarwal
Title: Message I used ILDASM to compare the DLLs generated by VS.NET and NANT. I couldn't find a single difference between 2. This is when I do not use the prefix attribute for the resources tag. All the resources and other MSIL code is exactly same in both the cases. -Original Me