Add reference ?

I am trying to add System.Drawing reference to my project. I found that System.Drawing.dll is used.
So I dragged this dll to assets of my project, sync and used it.
In game view everything works, but when I am building my project it does not work. Is there any correct ways of adding references?

Thank you in advance.

I cannot imagine that nobody knows how to add reference to the project :frowning:

Please, help !!!

You must copy the assembly into the project before building it. Unity won’t copy non-standard assemblies for you