Suppose I have three projects. Project A which has a project referrence to Project B which in turn has a refrence to Project C. What should be set as value of "Copy Local" property of B's referrence to A. Considering A as a web application and so the startup project I expect dlls to be present in A's bin. So, I will set "Copy Local" as true for B's referrence in A. But while building the whole solution, is the same is required for C's referrence in B.
Also, does setting true to "Copy Local" as true for B's referrence in A, copies C as well in A's bin.
Please help me these two queries.
View Complete Post