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
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
> -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
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