I would like to define in my code a constant holding the date on which the executable was built. I would naturally like to automate that process.
I know that I can write a pre-build script using, for example, Perl, to write out a .inc file containing the date. I would prefer a more lightweight solution using, perhaps, environment variables or build variables. Does msbuild provide any variables that would help? Does anyone know a neater solution to the problem?
Date Modifiedand/orDate Createdto identify this, but not sure if that may differ from the official build date - so I'm commenting rather than answering. – Jerry Dodge Dec 8 '11 at 20:42Application.ExeNameto get the attributes of the file, reading the necessary date(s). – Jerry Dodge Dec 8 '11 at 20:43