It opens the files you already have
Microsoft Project plans import two ways. Project XML is read in full: outline, links with lag, constraints, deadlines, calendars with their holidays, resources and assignments. Binary .mpp is read by a separate Apache-2.0 crate written from the on-disk format, covering Project 2010 and later.
Eight starter plans ship with it, and they double as the test fixtures, so the templates are exercised by the suite rather than left to rot.
Plans save as .aprj: a four byte magic, a container version, then MessagePack run through deflate. Field names are kept, so a file written today still opens after the model grows. Excel round-trips, and CSV exports.