I have a VS2008 project written in c# with a number of assemblies. I\'d like to have a simple way of managing the version numbers between all of the different assemblies and
Put a file into the solution, call this "SolutionInfo.cs" (I'm assuming C#, would also work in VB). In this put all the properties you have in common. Start with AssemblyVersionAttribute.
Then in each project link to this by selecting add existing item to each project, but rather than clicking add, use the drop down to add as link.