c# - Is there a way to revision all projects in a solution? -
i have solution on 30 projects in it... there quick , easy way of managing build revision of projects rather editing assemblyinfo or properties of each one?
in past, i've followed advice in this article create sharedassemblyinfo.cs file @ solution level , linked each of projects.
the main point want add sharedassemblyinfo.cs file projects link. in visual studio, choose "add existing item", in dialog, click arrow on add button , select "add link".
in sharedassemblyinfo.cs, put assembly attributes want same across projects. article recommends following:
assemblycompany
assemblyproduct
assemblycopyright
assemblytrademark
assemblyconfiguration
assemblydescription
clscompliant
comvisible
assemblyversion
assemblyinformationalversion
each project still have own assemblyinfo.cs file supplement attribute receives shared file:
assemblytitle
assemblyculture
guid
Comments
Post a Comment