PDA

View Full Version : Multiple Version Numbers


rfktp
07-05-2007, 09:04 AM
I have a solution in .net that holds several projects. Is there a way to have diferent version numbers for each subproject as they are changed?

kinook
07-05-2007, 10:22 AM
Use a separate Make VS.NET step for each project to set the versions individually (you can configure these steps to not build but only update versions, and another step to actually build the .sln file).