View Single Post
  #1  
Old 01-11-2005, 02:57 PM
kklobe kklobe is online now
Registered User
 
Join Date: 01-11-2005
Posts: 5
Version control / project build numbers

Hello,

I'm using 5.6b with a VSNet2003 C# solution containing 13 projects, and Perforce 2004.2 for version control. I have a Make VS.NET step that is assigning a build number with the "Set the project version..." option, and I'm trying to make sure that I check in all files that VSBuild updates as a result. Right now, I am checking out AssemblyInfo.cs from all projects prior to the Make, and checking them in after, since VSBuild is clearly updating these files. However, the next time I go into VS.NET and open the solution, the source control is a bit out of whack, indicating that the projects are checked out, when they are not (according to Perforce). Is there a better technique I should be using to automate updating of build numbers?

Thanks,

- Kirk
Reply With Quote