RE: [Nant-users] Building C++ projects with the solution task

2005-01-20 Thread Sparrman, David (GE Healthcare, non-ge)
: Sparrman, David (GE Healthcare, non-ge); nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Building C++ projects with the solution task   The Visual Studio macro is called $(ProjectDir), not $(ProjDir). That should solve your problem.     From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Nant-users] Building C++ projects with the solution task

2005-01-20 Thread Melissa Kacher
: [Nant-users] Building C++ projects with the solution task   We are running NAnt 0.85 nightly 2001-01-15 using the solution task.   If a C++ project file in the solution has an assembly reference using variable ${SolutionDir) to define referenced location, building the solution using nant works

[Nant-users] Building C++ projects with the solution task

2005-01-20 Thread Sparrman, David (GE Healthcare, non-ge)
  We are running NAnt 0.85 nightly 2001-01-15 using the solution task.   If a C++ project file in the solution has an assembly reference using variable ${SolutionDir) to define referenced location, building the solution using nant works. Unfortunately, we cannot use that approach since