开发者

Visual studio assembly references

开发者 https://www.devze.com 2023-01-15 02:49 出处:网络
Is there anyway to localise an external assembly reference? Here\'s my situation: I am working on Project A and it contains assembly references from Project B. Now when I release this Project to my c

Is there anyway to localise an external assembly reference? Here's my situation:

I am working on Project A and it contains assembly references from Project B. Now when I release this Project to my client I don't want to have to include the whole of Project B with it. Is there anyway to force it to copy the dll's from Project B onto Project A and开发者_开发技巧 use those references? I can do this manually by copying all dll's to local project and re-referencing but just wanted to know if there is an easier way.


you can add reference to project B then from properties window set copy local to true.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号