
michael_tissington1.552491568594651E12 asked a question.
Auto change version # in VS 2008
How can I get my install project that is loaded as part of my solution in VS 2008 to automatically set the version number to that of the exe everytime I build ?
Personally, I use TFS TeamBuild so I define the properties $(Major) $(Minor) $(Build) and $(Revision) and pass them into a custom BuildNumberOverride task and AssemblyInfo task aswell as mapping it into the ISPROJ as described above. This works very nicely.