Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Project Global AssemblyInfo

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?

like image 755
Petezah Avatar asked Apr 28 '10 18:04

Petezah


1 Answers

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

like image 148
Yauheni Sivukha Avatar answered Oct 05 '22 02:10

Yauheni Sivukha