///////////////////////////////////////////////////////////////
// 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.