Re: [Nant-users] best practice for including system dlls

2003-03-08 Thread Ian MacLean
Bruce, references to the core system dlls are added automatically by csc using the entries in its response file : 'csc.rsp'. i'm not sure about vb - maybe the ide always adds these references automatically - it doesn't appear to have a vbc.rsp. if you want to directly reference the system assem

[Nant-users] best practice for including system dlls

2003-03-07 Thread Hearn, Bruce
hi all, can anyone can tell me the best way to make sure that .NET System dlls are included in a project, without specifying a path like "c:\winnt\Microsoft.Net\...\System.Data.dll" - sometimes a developer will have their Winnt drive on d: or e:. Let me give an example, because I have to admit I