Remove "generated on" comment?

Posts   
 
    
morrisb
User
Posts: 13
Joined: 24-Jun-2008
# Posted on: 24-Jun-2008 10:39:20   

Hello,

I'm new to LLBLGen so apologies if this is a really stupid question...

Is it possible to remove the date and time from generated classes? i.e. the commented line that starts "Code is generated on:"

The reason that I ask is that I'm using SubVersion for source control and when I re-generate code I'd like to know which classes have really changed and which have just had their date and time refreshed.

I'm guessing that this is a template setting, but I'm not sure which.

Any help would be appreciated.

Thanks!

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 24-Jun-2008 10:49:32   

Set the TdlEmitTimeDateInOutputFiles project property to false.

morrisb
User
Posts: 13
Joined: 24-Jun-2008
# Posted on: 24-Jun-2008 14:56:32   

That's really simple - should have seen that! Thanks a lot!