Code is generated on

Posts   
 
    
Chaoyster
User
Posts: 40
Joined: 23-Mar-2011
# Posted on: 22-Jul-2011 16:29:11   

How can I disable the "Code is generated on following with the date time stamp" in each Entity files?

// Code is generated using LLBLGen Pro version: 3.1 // Code is generated on: Friday, July 22, 2011 10:02:02 AM // Code is generated using templates: SD.TemplateBindings.SharedTemplates.NET20 // Templates vendor: Solutions Design. // Templates version

I am using SVN, and I don't want to commit the changes just because of the generated date was different, but nothing else gets changed.

Thanks.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 22-Jul-2011 22:46:26   

Go to Project Properties -> Output Setting values (sub tab) -> General (group) -> TdlEmitTimeDateInOutputFiles and turn it off.

David Elizondo | LLBLGen Support Team
Chaoyster
User
Posts: 40
Joined: 23-Mar-2011
# Posted on: 25-Jul-2011 14:58:10   

Cool, Thanks.

By the way, Can it be turned off on each every new LLBLGen project in some kind of configure file? I mean it would be perfect if it can be pre-configured in all the developers computer. So developers doesn't need to remember to turn it off for each new project.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 25-Jul-2011 19:16:07   

Not at the moment. We'll look into changing the default to false in the future.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 25-Jul-2011 19:18:17   

Hold on, I made a mistake, it can be switched off.

Edit the file: SD.Frameworks.LLBLGenPro.frameworksettings in the Frameworks folder and change the 'true' on line 16 to false. simple_smile

Frans Bouma | Lead developer LLBLGen Pro