A Project has targets for its top level children. You can use either the MyComputer or Targets properties to get references to these. You can then use the Children[] property to get references to the project items. ProjectItems have a Children[] property, as well, if appropriate. They also have TypeString and TypeGUID properties to allow you to figure out what they are (folder, VI, file, etc.).
Let us know if you have further questions.