I have a class library that represents my logic layer. To that library I\'ve added a nuget package for Google.Apis.Analytics.v3 - it installed the package and all it\'s depe
If you have 10's of dlls it's easier to do a copy with a postbuild event:
xcopy "$(ProjectDir)bin\*.dll" $(SolutionDir)MyTargetProject\bin\" /y