You cannot use 1.0.* to auto-increment the AssemblyFileVersion, only the AssemblyVersion. (Checked in all Visual Studio versions from 2005 to 2012).
Comment out the following line
[assembly: AssemblyFileVersion("1.0.*")]
and the File Version will take the same number as the Assembly Version.