project.txt
===========
This file details the format of the project file.

The .redsprj file is XML based and aaccesed using the QT provided XML classes.

prjdoc.cpp contains all project path information.


Supporting subprojects
----------------------
An individual directory off the main projects containing an entire project
directory for the subproject.  The main project then includes a subproject
entry for the subprojects directory



Directory structure
-------------------
projectname/projectname.rprj
projectname/doc/...
projectname/sch/...
projectname/sch/input.rsch
projectname/sch/power_supply.rsch
projectname/pub/...
projectname/gerber/...
projectname/subprojectname/subprojectname.rprj
projectname/subprojectname/doc/...
projectname/subprojectname/sch/...
projectname/subprojectname/pcb/...

