Visual studio 2008 adding existing project to main solution -
i have main visual studio solution , other solution.(vs 2008) want add project other solution. if use "add existing item" visual studio create reference project main solution not physically add files solution folder.
how can make physically add other project main solution ?
ps: physically means other project became first class memeber of solution...physically exist in it?
if understood problem is, how first copying files solution directory, adding project reference...?
you seem complaining vs not copying files referenced source project new solution, that's how vs works. not "clone" project when adding solution - "reference".
Comments
Post a Comment