Hello,

When you are configuring the properties of a project, what is the difference between all the stuff found in Common Properties -> Framework and References -> References (eg. System.Drawing, System.Windows.Forms) and the stuff in Configuration Properties -> Linker -> Input -> Additional Dependencies?

Are System.Drawing etc. examples of library (.lib) files?

So if I wanted to use a .dll file in my project, then would I add it as a Reference in "Framework and References", or would I add it to the linker's "Additional Dependencies"?

Thanks