Re: [NAnt-users] converting solution to project

2008-01-18 Thread Bob Archer
You just point MSBuild to the solution file, and it builds the solution with all the depencies just as it does in visual studio. There is no need to change the solution to a project. The VS2005 solution is already an MSBuild build file. BOb -Original Message- From: [EMAIL PROTECTED] [mai

[NAnt-users] converting solution to project

2008-01-18 Thread Andrew Bragg
I have been doing more looking and it seems that there is more usage of msbuild to actually build the projects. Now I am wondering if anyone knows how to determine the dependancies from the solution file i.e. convert solution -> proj msbuild proj I would want to do this every time as the so

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 are

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

[NAnt-users] solution and csproj

2008-01-18 Thread Andrew Bragg
Hello, I am new to the nant world and having a bit of trouble getting the solution to work with a .csproj. Everything seems to work OK when just using vsproj files. Here is the error that I get... Project '' is not a valid Visual C++ project.: NAnt.Core.BuildException: Project '' is not a vali