C# Project Global AssemblyInfo

后端 未结 1 389
闹比i
闹比i 2020-12-10 03:52

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条回答
  • 2020-12-10 04:13

    Create AssemblyInfoInc.cs somewhere in the root of your solution, add global attributes there and add as link to each project.

    File Add Dialog:

    Adding global assembly info

    0 讨论(0)
提交回复
热议问题