Modify comments in generated classes

Posts   
 
    
bjtomli
User
Posts: 12
Joined: 17-Feb-2012
# Posted on: 29-Mar-2012 21:16:48   
///////////////////////////////////////////////////////////////
// This is generated code. 
//////////////////////////////////////////////////////////////
// Code is generated using LLBLGen Pro version: 3.5
// Code is generated on: Monday, March 26, 2012 12:55:26 PM
// Code is generated using templates: SD.TemplateBindings.SharedTemplates.NET20
// Templates vendor: Solutions Design.
// Templates version: 
//////////////////////////////////////////////////////////////

Is it possible to modify the generated code comments for all classes. I want to remove the line

// Code is generated on: Monday, March 26, 2012 12:55:26 PM 

It causes our source control system to think that all entities have been updated when in reality not all have been. I can use comparison tool to look at the old and new files and the only difference on a majority of the files is the timestamp. I've looked through the project settings and tried to dig through the templates folder but I'm not seeing a way to do this. The settings allows me to check or uncheck whether I want it to add a timestamp to the project file but I don't see a option to turn it off for all code files.

Thanks for you help.

bjtomli
User
Posts: 12
Joined: 17-Feb-2012
# Posted on: 29-Mar-2012 22:01:48   

UPDATE!

I found the location. The template files are in the directory C:\Program Files\Solutions Design\LLBLGen Pro v3.5\Frameworks\LLBLGen Pro\Templates\SharedTemplates\Net2.x\C#