Hi all,
Is there a way to have NAnt skip "unused" project references (without
attempting to build those projects on a given configuration) when a
solution is being built on a certain configuration (debug/release)?
For instance, if "Project_1" is referenced by "Project_2" and I would
like to
Hi all,
Is there a way to have NAnt skip "unused" project references (without
attempting to build those projects on a given configuration) when a
solution is being built on a certain configuration (debug/release)?
For instance, if "Project_1" is referenced by "Project_2" and I would
like
to the NAnt team that they review the
solution parsing mechanism and consider ignoring the GUIDs in the
project files. The GUID stored in project files are not relevant when a
solution file has been specified.
--Edwin
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On B
helps,
Regards,
Richard
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer
Sent: Thursday, January 27, 2005 11:54
To: Nant Users
Subject: [Nant-users] Project References
I have been having trouble trying to get Project References to work wit
I have been having trouble trying to get Project
References to work with the Solution Task. I'm
running version "NAnt 0.85 (Build 0.85.1732.0;
net-1.0.win32; nightly; 9/28/2004". We just changed
all of our references to Project vs. DLL references.
The projects build via VS.Net (with a master
sol
I have a question about the order in which project
references are resolved when searching specific path locations. I have a
reference in the web project I am trying to build that references an Office interop
dll named Office.dll. I have added this dll to my web project and
specified the p
Title: Project references using the task
Hi
I'm using the solution task to build a number of projects as follows: