为所有项目创建全局AssemblyInfo文件
我有一个包含多个 .NET 3.5 项目的解决方案。
有没有办法创建一个“全局”AssemblyInfo.cs
以便所有项目 AssemblyInfo.cs
文件都可以引用?
I've got a solution with multiple .NET 3.5 projects.
Is there a way I can create a "global" AssemblyInfo.cs
so that all project AssemblyInfo.cs
files can reference from?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在解决方案根目录中的某个位置创建 AssemblyInfoInc.cs,在其中添加全局属性并添加为链接到每个项目。
文件添加对话框:
Create AssemblyInfoInc.cs somewhere in the root of your solution, add global attributes there and add as link to each project.
File Add Dialog: