Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread David Keaveny
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

Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread Bob Archer
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&#

Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread DinkaYa
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

Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread Tony.Bjerstedt
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

Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread DinkaYa
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

Re: [NAnt-users] Set the version in AssemblyInfo

2007-05-17 Thread Bob Archer
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