Any ideas when 2005 projects will be supported? -----Original Message----- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 3:45 AM To: 'Scott'; [email protected] Subject: RE: [Nant-users] Couldn't locate ProjectGuid in project
Scott, VS.NET 2005 solutions and projects are not (yet?) supported by the <solution> task. Gert > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Scott > Sent: vrijdag 11 november 2005 1:15 > To: [email protected] > Subject: [Nant-users] Couldn't locate ProjectGuid in project > > I am getting the following NAnt error: > > Error loading GUID of project <...> > Couldn't locate ProjectGuid in project <...> > > I am using NAnt 0.85 (Build 0.85.2139.0; nightly; 11/9/2005). > > This project file is from VS2005. It was created initially using an > earlier beta but seems to be 100% compatibile with the final release > of VS2005 Professional. My project file starts out this: > > <Project DefaultTargets="Build" > xmlns="http://schemas.microsoft.com/developer/msbuild/2003 > <http://schemas.microsoft.com/developer/msbuild/2003> "> > <PropertyGroup> > <Configuration Condition=" '$(Configuration)' == '' > ">Debug</Configuration> > <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> > <ProductVersion>8.0.50727</ProductVersion> > <SchemaVersion>2.0</SchemaVersion> > <ProjectGuid>{142BE269-FB09-4D13-9CE9-4E94C386AE66}</ProjectGuid> > <...> > </PropertyGroup> > > etc. > > My quick research concluded that the ProjectGuid element in the csproj > file hasn't moved at all from Beta 2 to final release, so I'm not sure > why NAnt is having trouble locating it. The difference in the error > message I am receiving from the RC3 bin to the nighty build suggests > you have addressed this code recently. > > Any ideas? > > Thanks in advance, > > Scott > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
