what's the use of it exactly?
I tried to add two projects in a solution, but sounds like there is no way to access the other project anyways. what's the point?
Printable View
what's the use of it exactly?
I tried to add two projects in a solution, but sounds like there is no way to access the other project anyways. what's the point?
What do you mean? It doesn't link the projects really but its helpdull if you are working on both of them. Especially when one is a dll and is used in the other project.
oh well yeah it makes sense if you're making a dll :) didnt think of that
but there isnt really a way to connect the projects together or something (I mean like two windows forms projects)? so it's just to make it easier to work on some projects at the same time?
Yeah thats all it does, nothing fancy.
You can add a reference between projects. Just select one project, goto the 'references' menu, select the 'Projects' tab, and select the project you want a reference to.