Updated gitignore and Engine/bin for ticket #1

This commit is contained in:
DavidWyand-GG 2012-09-20 12:46:44 -04:00
parent 1cca6c95f2
commit 08d5ba86f7
593 changed files with 72474 additions and 0 deletions

View 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>