How to Add DLL in Visual Studio? (Unconventional form)

3

I'm trying to add some DLL's to my project in Visual Studio (Unconventionally).

What I want to say is: Inside my project but out of References !

According to the image below:

The reason for using DLLs in this way is because Visual Studio does not allow you to insert some DLLs into References .

I know that there is this way of inserting the DLLs, as shown in the image, however, I do not know how to do this type of import.

  • How to import DLLs in this way?
asked by anonymous 23.05.2017 / 13:40

0 answers