RE: [NAnt-users] NAnt support for .NET VS 2005

2006-04-22 Thread Brass Tilde
> My understanding was that this release supported VS 2005. Am I missing something here? > [solution] Starting solution build. > Microsoft Visual Studio.NET 2005 solutions are not supported. While NAnt itself will run under the 2.0 platform, the task does not understand VS 2005 solution files.

RE: [NAnt-users] using asminfo

2006-04-22 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Henning Eiben > Sent: woensdag 19 april 2006 7:38 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] using asminfo > > Hi, > > I'm using the asminfo to generate an AssemblyInfo.cs fo

[NAnt-users] using asminfo

2006-04-22 Thread Henning Eiben
Hi, I'm using the asminfo to generate an AssemblyInfo.cs for my project, if it doesn't already exists. But how do I get the file added to my project using NAnt? I thought of using the xmlpoke task to add an entry to the csproj file, but xmlpoke can only replace entries not add an entry (at least