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:
- Right click on the References folder in your project,
select "Add Reference" menu entry.
- In the selection dialog, select the reference which you need.
- Then open it to add in the Reference.
Remove a Reference
You can also remove a reference from the Project Explorer:
- Right click on a reference under the Reference folder in your project,
select "Remove Reference" menu entry.
- A confirmation dialog shows up, select OK button if you want really to remove it.