Option to NOT include the code generation time

Posts   
 
    
Jamanga
User
Posts: 93
Joined: 21-Jul-2006
# Posted on: 24-Jul-2013 07:48:33   

Hi team

LLBLGen 4.0 Final, Win 7, .NET 4.

The current source header come out as per below:

/////////////////////////////////////////////////////////////// // This is generated code. ////////////////////////////////////////////////////////////// // Code is generated using LLBLGen Pro version: 4.0 // Code is generated on: Wednesday, 24 July 2013 3:39:53 PM // Code is generated using templates: SD.TemplateBindings.SharedTemplates // Templates vendor: Solutions Design. // Templates version: //////////////////////////////////////////////////////////////

I saw a "Store time last generated into project" property, but couldn't see a way to NOT include the generation time when rebuilding classes? This means that every file changes everytime I do a rebuild, which makes it not so easy to identify differences within my source code repository.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 24-Jul-2013 08:34:09   

HI Jamanga. The setting you should turn-off is: Project->Settings->LLBLGen Pro Runtime Framework->'Tdl emit time date in output files'

David Elizondo | LLBLGen Support Team
Jamanga
User
Posts: 93
Joined: 21-Jul-2006
# Posted on: 24-Jul-2013 13:15:51   

Aha! Thanks daelmo!