Build project under VS2008

  • Thread starter Thread starter Morris
  • Start date Start date
M

Morris

I work with VS2008 and when I do from the main menu build or rebuild I do
get a new version but with older dates of creation and modification.
However if I do a batch rebuild the project looks fine with updated dates.
Can someone refer to that please?
Regards
Morris
 
Morris said:
I work with VS2008 and when I do from the main menu build or rebuild I do
get a new version but with older dates of creation and modification.
However if I do a batch rebuild the project looks fine with updated dates.
Can someone refer to that please?

Anything that changes should have updated "Modified" and "Accessed"
dates. The batch rebuild may include a "clean" operation, which deletes
everything first, which will mean a more recent "Created" timestamp as well.

Pete
 
Back
Top