I have following project structure in VSS
Now in Visual Studio 2010 Pro: I open Solution2 and then add Library1 as external project.
Library1 is referencing two external libraries which I get via NuGet. When I build my Solution2 it all works fine. So I checked-in all my project.
Issue: When another developer gets the Solution2 from sourcesafe and builds, it says Library1 is missing those external libraries dlls.
Tried following:
1: http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages
So now I have .nuget folder under Solution2 which gets checked-in. But that's still not bringing the dlls.
My doubt is the Library1 being in a separate solution is causing this issue.
Any ideas how to get missing packages automatically via NuGet?
Update:
Xavier's suggestions helped and here are two of his blog posts: