If you want to have a single AssemblyInfo file for a multi-project solution, the easiest way to do it is:
- Place the AssemblyVersion attribute in a single source file, for example AssemblyVersionInfo.cs or AssemblyVersionInfo.vb.
- Share the file across any projects that need to share the same version number within VSS (or CVS, Vault, Subversion, etc.).
From chap 5 of the Team Development with Visual Studio .NET and Visual SourceSafe guide.
Posted
Tue, Mar 30 2004 10:53 AM
by
Darrell Norton