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 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 thing. Have a static one with your Assembly COM id... this
> way you don't need to put it into your build files.
> 
> BOb
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of DinkaYa
> Sent: Thursday, May 17, 2007 9:37 AM
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Set the version in AssemblyInfo
> 
> 
> I would to set the AssemblyVersion in AssemblyInfo, the problem is that
> using
> asminfo I'm having trouble generating the Guid for the assembly in case
> that
> it will be exposed to COM, does anybody have any ideas how it is
> possible to
> generate the Guid or a different way to set the AssemblyVersion?
> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/Set-the-version-in-AssemblyInfo-tf3771958.html#a10
> 664271
> Sent from the NAnt - Users mailing list archive at Nabble.com.
> 
> 
> ------------------------------------------------------------------------
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> NAnt-users mailing list
> NAnt-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> NAnt-users mailing list
> NAnt-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Set-the-version-in-AssemblyInfo-tf3771958.html#a10669832
Sent from the NAnt - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to