-- The Project package's body must be implemented by each application using the
-- engine framework. Its intended use is to reference application-specific
-- packages using 'with' to ensure that they are compiled along with the
-- application framework.
package Project is
pragma Elaborate_Body;
end Project;