Is there a nice way of knowing when the project was compiled?
I mean I know I could do a File.GetLastWri teTime() on it or something but that doesn't seem the best way.
Does .NET track it's .exe build time anywhere?
I mean I know I could do a File.GetLastWri teTime() on it or something but that doesn't seem the best way.
Does .NET track it's .exe build time anywhere?
Comment