CodeFluent includes a comment with a timestamp in all generated .cs files :
// CodeFluent Entities generated (http://www.softfluent.com). Date: Thursday, 05 September 2013 14:34.
The timestamp is regenerated whether the files changed or not. This is a problem because TFS will see this comment as a change in the source files when checking in (which is normal). Then we end up with all generated files included in every changeset after each code generation.
Is there a way to get rid of that ?