= Configuring a project = You need to tell Descent where each project can find an object.d, and where to find libraries it depends on. For this, you'll need to add include paths or [wiki:Configuring libraries] to the project. 1. Right click on the project and select Build Path -> Configure build path. Or right click on the project, select Properties, and go to the D Build Path section. 1. Go to the Include Path tab. 1. Click on "Add include path..." or "Add library". == File imports == To resolve import("filename") expressions, Descent uses the same paths specified in the previous section.