Environment :
In C#, I have a solution with many project. They were added with *.csproj files.
Problem :
In a project, you can use classes of other files through namespace. However, is there a way to use namespace and classes of another project in the same solution?