Looking at the latest RC2 xproj projects, the AssemblyInfo.cs file is often missing several assembly attributes such as:
AssemblyTitle
AssemblyDescription
AssemblyCopyright
AssemblyCulture
AssemblyVersion
AssemblyFileVersion
When creating a web project, the AssemblyInfo is missing altogether. What is the reason for this and can/should we add them back in?