[NAnt-users] Using asminfo to include webresources

2010-09-27 Thread Sean Wilkening
I currently have a project that we change the version of the dll and other attributes using the task each build. Now we are using WebResources and would like to add those attributes to the same task, but are having errors when executing the task now. Are WebResources supported in the task or

Re: [NAnt-users] using asminfo

2006-04-28 Thread Henning Eiben
Gert Driesen schrieb: >> -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 asminf

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

[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