Projects are the outermost container for everything in build files. The
<project>
tag also is the root tag in build files. It
contains the name, the directory, a short description and a default target.
Project may contain task calls and targets (see below).