Re: [NAnt-users] different output from NAnt and Visual Studio 2003

2007-01-18 Thread Andrew Cheung
I used ildasm on both dlls and I found that : 1. There is no .mresources in both dlls (I guess that means I have no embedded resources in both dlls) 2. In the Manifest, the values for .MVID, .imagebase, and .file alignment is different between the dll compiled from NAnt and VS 2003 3. In the resul

Re: [NAnt-users] different output from NAnt and Visual Studio 2003

2007-01-17 Thread Gert Driesen
7 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] different output from NAnt and Visual Studio 2003 > > Hi, all. I have configured a .build file for NAnt (version 0.85) to > compile code to form a library (framework used is .NET 1.1), but I > found > that the

[NAnt-users] different output from NAnt and Visual Studio 2003

2007-01-17 Thread Andrew Cheung
Hi, all. I have configured a .build file for NAnt (version 0.85) to compile code to form a library (framework used is .NET 1.1), but I found that the output dll from executing NAnt on the build file is different from that compiled from using Visual Studio 2003. (The size of the dll compiled from u