开发者

Does adding a project as a dependency removes the requirement of adding an assembly to the list of references of that project uses?

开发者 https://www.devze.com 2023-02-06 18:53 出处:网络
I am using VS 2010, and it I am using ProjectA\'s DLL in ProjectB, and add ProjectA as a depende开发者_如何学Cncy to ProjectB, would I need to add ProjectA\'s DLL to ProjectB\'s references?Once you ad

I am using VS 2010, and it I am using ProjectA's DLL in ProjectB, and add ProjectA as a depende开发者_如何学Cncy to ProjectB, would I need to add ProjectA's DLL to ProjectB's references?


Once you add a project as a reference you will find the project's output (Project's A dll in your example) already referenced in project B. There is no need to do anything else.

0

精彩评论

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