ot;
or "Add as Link". Click the arrow and select the latter.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of DinkaYa
Sent: Thursday, May 17, 2007 8:57 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Set the version in AssemblyInfo
Correct.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of DinkaYa
Sent: Thursday, May 17, 2007 2:33 PM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Set the version in AssemblyInfo
Ok, I think I understand now, please correct me if I
Ok, I think I understand now, please correct me if I'm wrong, if I compile my
project having a link to the AssemblyInfoCommon and having an AssemblyInfo
the assembly eventually will contain a union of the attributes defined in
both of the AssembyInfos.
Bob Archer wrote:
>
> What we do is have t
lect the latter.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of DinkaYa
Sent: Thursday, May 17, 2007 8:57 AM
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Set the version in AssemblyInfo
But then all the projects will have the
But then all the projects will have the same Guid...
Also, how do you link the projects to the AssemblyInfoCommon?
Bob Archer wrote:
>
> What we do is have two AssemblyInfo files. One called AssemblyInfoCommon
> that we link to all projects in a solution. This has static info like
> company nam
What we do is have two AssemblyInfo files. One called AssemblyInfoCommon
that we link to all projects in a solution. This has static info like
company name, copyright, etc. Then we have one that gets genned by the
build with just AssemblyVersion and AssemblyFileVersion in it. You could
do a similar