为所有项目创建全局AssemblyInfo文件

发布于 2024-08-30 06:43:20 字数 124 浏览 3 评论 0原文

我有一个包含多个 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青柠芒果 2024-09-06 06:43:20

在解决方案根目录中的某个位置创建 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:

Adding global assembly info

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文