Re: [NAnt-users] solution and csproj

2008-01-18 Thread Bob Archer
What version of VS are you using? What version of Nant? BOb From: Andrew Bragg [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 4:38 PM To: Bob Archer Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] solution and csproj You

Re: [NAnt-users] solution and csproj

2008-01-18 Thread Andrew Bragg
You are right I got my names wrong works with .csproj and does NOT with .vcproj the target does not matter to much, it could be with any target that contains a task where that solution contains a vcproj. On Jan 18, 2008 2:11 PM, Bob Archer <[EMAIL PROTECTED]> wrote: > Looks like it doesn't h

Re: [NAnt-users] solution and csproj

2008-01-18 Thread Bob Archer
Looks like it doesn't have any project name there. Also, .csproj are C# projects, right? You should show us the target of your script where you are having the problem. Bob From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Bragg S