How can I add an assembly reference to my project without using Visual Studio? I don't exactly know what an assembly reference is, but I'm being told I'm missing one and answers to my problem tend to start with "Right click here in Visual Studio...".
Code:
using System.Windows.Forms;
Error:
The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)