Consider splitting all the AssemblyInfo.cs into a SharedInfo.cs and
AssemblyInfo.cs. The SharedInfo.cs would sit in a separate solution folder,
and physically in the root folder of the solution.
You would then add the SharedInfo.cs as a linked file to each project.
This simplifies future updates that are common to all the assemblies.
The AssemblyTitle and possibly AssymblyProduct, AssemblyMetadata, as well as
any other assembly-specific attributes should stay in the AssemblyInfo.cs files.
suggested by Noam Kfir.
Original issue reported on code.google.com by pele...@google.com on 15 Oct 2013 at 9:26
Original issue reported on code.google.com by
pele...@google.com
on 15 Oct 2013 at 9:26