This is my setup:
-SorurceControlRoot /SRC MySolution.sln /MyFirstProject /bin(SC ignore) /obj(SC ignore) MyClass.cs MyFirstproject.csproj (includes info what .dlls the project needs) /LIBS MyReferencedLib1.dll MyReferencedLib2.dll /DOCS TechnicalSpec.doc
There has never been a problem with this. You want to see the DLLs in VS, or you want them to be in the solution for TFS, so just add the solutions folder associated with the LIBS folder.
Glenn source share