Manage References

An ESL project may require several assemblies to run. The assemblies used in the project are shown as Reference in Project Explorer.

Add a Reference

If an assembly you need is not listed in the project, you can add it in following way:

  1. Right click on the References folder in your project, select "Add Reference" menu entry.
  2. In the selection dialog, select the reference which you need.
  3. Then open it to add in the Reference.

Remove a Reference

You can also remove a reference from the Project Explorer:

  1. Right click on a reference under the Reference folder in your project, select "Remove Reference" menu entry.
  2. A confirmation dialog shows up, select OK button if you want really to remove it.