> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Butler, Mark A Mr IPI Gramm Tech
> Sent: donderdag 30 december 2004 20:13
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Handling project reference in project file
> 
> In the VS project file I have:
> 
> <Reference
>       Name = "GDNProcessControl"
>       Project = "{EBA88FBC-2DDF-4599-BDE9-B7DDD1491D4A}"
>       Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
> 
> Is there any way to handle this in the nAnt csc task without 
> changing it to a path directly to a DLL or the like?

Nope this is not possible, but you can use the <solution> task to
build VS.NET solutions and projects.

Gert



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to