问题
NET 3.5 solution with multiple projects in it. Is there a way I can create a "Global" AssemblyInfo.cs in which all the project AssemblyInfo.cs can reference from?
回答1:
Create AssemblyInfoInc.cs somewhere in the root of your solution, add global attributes there and add as link to each project.
File Add Dialog:
来源:https://stackoverflow.com/questions/2732155/c-sharp-project-global-assemblyinfo