Reputation: 86095
I have a project A.
A use a library aseembly(B) which referenced another 3rd party library(C).
I know B will be copies to my output directory. I am wondering whether C will be copies too?
Upvotes: 0
Views: 64
Reputation: 52735
In most cases, yes. If it doesn't, we'll talk about the exceptions :-)
Upvotes: 1