Visual Studio 2008 - Is it possible for two projects to share common classes?

Posted by John M on Stack Overflow See other posts from Stack Overflow or by John M
Published on 2010-05-13T17:49:12Z Indexed on 2010/05/13 17:54 UTC
Read the original article Hit count: 138

In Visual Studio 2008 I know its possible to have one solution with two (or more) projects.

Is it possible OR How is it possible for the projects to share common class files?

For example -> Project 1 has a log file handling class. Can Project 2 reference it?

My hope is to increase code re-use and avoid two copies of the same thing that need to be maintained.

The target is Winforms C# (3.5)

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#