Where to store external DLL files?

前端 未结 8 1729
挽巷
挽巷 2020-12-23 13:26

In my project I\'m using some third-party libraries. I include them using the references folder in Visual Studio.

But where should I save the DLL files? They are ref

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 14:04

    In the properties window of Visual Studio for the reference to the dll, there is a Property called 'Copy Local' - set this to true, and they'll be copied to your local project's bin directory

提交回复
热议问题