No, Visual Studio ignores this. If you check a particular solution file you'll notice that the GUIDs assigned to each project are unique within that solution. The GUIDs will match the GUIDs in the project files most of the time. I believe that Visual Studio simply ignores the project GUID in the project files and perhaps uses them only when adding a project to a solution.
>From this point of view this is not a NAnt bug. It is inconsistency in behavior between NAnt and Visual Studio. Since the <solution> task was meant to "emulate" Visual Studio then, yes, it is a bug. But the NAnt team needs to be convinced that this is in fact the case. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuele De Andreis Sent: Thursday, February 03, 2005 9:11 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Re: Solution problem I found the problem. Many project have duplicate guids. I have solved assigning all projects unique ids. I think this is a Nant bug because VStudio builds just fine, so Nant should, IMHO, build in the same way as Vstudio does. Assuming that guid uniqueness exists in Vs solution is just a wrong assumpiton. If it would VS would complaint about this an do not build. Thanks Manu On Thu, 3 Feb 2005 14:48:02 +0100, Emmanuele De Andreis <[EMAIL PROTECTED]> wrote: > I have done a build file for my solution: > > <?xml version="1.0" ?> > <project name="myproject" default="build" basedir=".."> > <property name="configuration" value="Release" /> > <property name="bin_directory" value=".\bin" /> > <property name="nant.settings.currentframework" value="net-1.1"/> > <target name="build" description="Build all"> > <solution failonerror="true" configuration="${configuration}" > solutionfile=".\myDir\mySolution.sln" > > </solution> > </target> > </project> > > The solution contains 69 small projects. > I want to build all these projects. > > The buils stops after building only one project (the last one in the list) > > I have tried both natn 84 and 85. Same behavior. > I have tried to list all projects using includes tag (and omit > solutionfile), same happens. only the last one in the list is built. > > Any idea? > > Manu > ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users