开发者

In VS, how do I prevent dlls from being copied when referenced

开发者 https://www.devze.com 2023-04-03 02:21 出处:网络
I originally thought that a reference to a dll was just that, a reference.But it appears the referenced dlls are copied to the bin\\debug folder.

I originally thought that a reference to a dll was just that, a reference. But it appears the referenced dlls are copied to the bin\debug folder.

How do I prevent this?开发者_开发百科


You can right click on the reference in the solution explorer, and choose "Properties". One of the options is "Copy Local". Set that to false, and it won't copy the assembly.

Just realize that the assembly must still be discoverable at runtime. This is why it copies it locally by default.

0

精彩评论

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

关注公众号