projects.xml 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <!-- World Builder Launcher Project Entries
  2. Entry Attribute Descriptions
  3. 'type'
  4. projectDirectory = Assumes that one directory down is the project, and inside is the executable
  5. file = Execute the file directly
  6. 'path'
  7. Path to the root project directory, or directly to the file (including file itself)
  8. 'args'
  9. Any additional command line switches to be sent to the executable.
  10. Here are some examples:
  11. <entries>
  12. <entry type="projectDirectory" path="Demos" args="">Demos</entry>
  13. <entry type="projectDirectory" path="Genre Kits" args="">Genre Kits</entry>
  14. <entry type="file" path="Demos/Stronghold/game/rStronghold.exe" args="">Stronghold Demo</entry>
  15. </entries>
  16. -->
  17. <entries>
  18. <entry type="projectDirectory" path="My Projects" args="">My Projects</entry>
  19. <entry type="projectDirectory" path="Games" args="">Games</entry>
  20. <entry type="projectDirectory" path="Demos" args="">Demos</entry>
  21. <entry type="projectDirectory" path="Examples" args="">Examples</entry>
  22. <entry type="projectDirectory" path="Genre Kits" args="">Genre Kits</entry>
  23. <entry type="projectDirectory" path="Templates" args="">Templates</entry>
  24. </entries>