mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 00:53:47 +00:00
Updated gitignore and Engine/bin for ticket #1
This commit is contained in:
parent
1cca6c95f2
commit
08d5ba86f7
593 changed files with 72474 additions and 0 deletions
29
Engine/bin/tools/projects.xml
Normal file
29
Engine/bin/tools/projects.xml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<!-- World Builder Launcher Project Entries
|
||||
|
||||
Entry Attribute Descriptions
|
||||
|
||||
'type'
|
||||
projectDirectory = Assumes that one directory down is the project, and inside is the executable
|
||||
file = Execute the file directly
|
||||
|
||||
'path'
|
||||
Path to the root project directory, or directly to the file (including file itself)
|
||||
|
||||
'args'
|
||||
Any additional command line switches to be sent to the executable.
|
||||
|
||||
Here are some examples:
|
||||
<entries>
|
||||
<entry type="projectDirectory" path="Demos" args="">Demos</entry>
|
||||
<entry type="projectDirectory" path="Genre Kits" args="">Genre Kits</entry>
|
||||
<entry type="file" path="Demos/Stronghold/game/rStronghold.exe" args="">Stronghold Demo</entry>
|
||||
</entries>
|
||||
-->
|
||||
<entries>
|
||||
<entry type="projectDirectory" path="My Projects" args="">My Projects</entry>
|
||||
<entry type="projectDirectory" path="Games" args="">Games</entry>
|
||||
<entry type="projectDirectory" path="Demos" args="">Demos</entry>
|
||||
<entry type="projectDirectory" path="Examples" args="">Examples</entry>
|
||||
<entry type="projectDirectory" path="Genre Kits" args="">Genre Kits</entry>
|
||||
<entry type="projectDirectory" path="Templates" args="">Templates</entry>
|
||||
</entries>
|
||||
Loading…
Add table
Add a link
Reference in a new issue