C#项目全局程序集信息全局、程序、项目、信息

由网友(学校丶凭什么要学生来打扫)分享简介:.NET 3.5解决方案在其中多个项目。有没有一种方法我可以创建一个全球的AssemblyInfo.cs中,所有项目的AssemblyInfo.cs可以参考?NET 3.5 solution with multiple projects in it. Is there a way I can create a "...

.NET 3.5解决方案在其中多个项目。有没有一种方法我可以创建一个全球的AssemblyInfo.cs中,所有项目的AssemblyInfo.cs可以参考?

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?

推荐答案

在解决方案的根目录下创建AssemblyInfoInc.cs某处,加上全球性的属性有和添加为链接以每个项目。

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

文件添加对话框:

阅读全文

相关推荐

最新文章