Contains a set of binding policies (provided by projects or libraries) that can be applied to elements from within the project.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.volantis.com/xmlns/mcs/project"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="MyProject">
<assets base-url="/assets"/>
<bindings>
<policy>/folding-item.mbnd</policy>
</bindings>
<default-layout>
<policy>/default-layout.mlyt</policy>
</default-layout>
<themes>
<policy>/company-default.mthm</policy>
<policy>/project-default.mthm</policy>
</themes>
</project>