Is there a way to get Visual Studio to rebuild a specific file in each assembly?
I have a version header with __DATE__and __TIME__, and I want it to be automatically updated for each version.
I can make a prebuild event and a batch file in a touchfile, just wondered if there is still an opportunity to do this?
source
share