Where to store external DLL files?

前端 未结 8 1755
挽巷
挽巷 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 13:58

    Personally, I have a folder in my source control for 3rd party DLLs (with a folder for each company, organisation) and reference them from there.

    These files are then available for all developers who download the source and can be updated easily.

提交回复
热议问题