Tuesday, December 20, 2011

Share Assembly file accross multiple project inside a solution

Here is a nice article which explains - how to share an assembly info file accross multiple projects on a same solution.
http://blogs.msdn.com/b/jjameson/archive/2009/04/03/shared-assembly-info-in-visual-studio-projects.aspx

Steps:
1. Keep the common Assembly file inside a common solution folder
2. from each project, add a link to this shared assembly file.

Featured post

How to connect to Mongo Atlas from Robo 3T

If you use a local instance of MongoDB, you might be a great fan of Robo3T. However, if you are using Mongo Atlas, the Atlas web interface p...

Popular Posts