Looking for possible AssemblyVersion asterix override using config file.

Remember reading in a post here sometime ago that VS2005 can read a config file containing format specification to override the handling of asterix's in the AssemblyVersion / AssemblyFileVersion attributes. Is this correct that you can make the compiler set e.g. date format instead of default ?
[297 byte] By [BjørnarS.] at [2008-1-7]
# 1
Check this project to do it in code, this project to do it with macros. Off topic for the BCL forum, moved to C# IDE forum.
nobugz at 2007-10-2 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 2

Thanks. This is interessting.. My actual problem is finding a way to put the svn revision number that the current build was based on in the assmeblyversion or assemblyfileversion, but maybe easier to make the buildscript write that to a text file... PS. We are using Finalbuilder.

BjørnarS. at 2007-10-2 > top of Msdn Tech,Visual C#,Visual C# IDE...