Hi
Is there a way to have a kind of #define Date method for the preprocessor,
so I can for example set the builddate ... in away like this
private DateTime builddate;
builddate.Parse (#DATE);
so the preprocessor inserts the Date and in my software I can read the
builddtime trough that variable. Or are there any other ways?
Is there a way to have a kind of #define Date method for the preprocessor,
so I can for example set the builddate ... in away like this
private DateTime builddate;
builddate.Parse (#DATE);
so the preprocessor inserts the Date and in my software I can read the
builddtime trough that variable. Or are there any other ways?