Merge pull request #2240 from GarageGames/Release_3_10_1
[Torque-3d.git] / projects.xml
blob1fb3d2fd213e29d3572d7da5ca8df5f486113aea
1 <!-- World Builder Launcher Project Entries
3 Entry Attribute Descriptions
5 'type'
6 projectDirectory  = Assumes that one directory down is the project, and inside is the executable
7 file              = Execute the file directly
9 'path'
10 Path to the root project directory, or directly to the file (including file itself)
12 'args'
13 Any additional command line switches to be sent to the executable.
15 Here are some examples:
16 <entries>
17   <entry type="projectDirectory" path="Demos" args="">Demos</entry>
18   <entry type="projectDirectory" path="Genre Kits" args="">Genre Kits</entry>
19   <entry type="file" path="Demos/Stronghold/game/rStronghold.exe" args="">Stronghold Demo</entry>
20 </entries>
21 -->
22 <entries>
23   <entry type="projectDirectory" path="My Projects" args="">My Projects</entry>
24   <entry type="projectDirectory" path="Games" args="">Games</entry>
25   <entry type="projectDirectory" path="Demos" args="">Demos</entry>
26   <entry type="projectDirectory" path="Examples" args="">Examples</entry>
27   <entry type="projectDirectory" path="Genre Kits" args="">Genre Kits</entry>
28   <entry type="templateDirectory" path="Templates" args="">Templates</entry>
30   <entry type="modules">
31     <module name="openGL">OpenGL Rendering</module>
32     <module name="d3d11">Direct3D 11 Rendering</module>
33     <module name="fmod">FMod Sound Engine</module>
34     <module name="leapMotion" path="$LEAPMOTION_SDK_PATH">Leap Motion Controller</module>
35     <module name="razerHydra" path="$RAZERHYDRA_SDK_PATH">Razer Hydra Controller</module>
36     <module name="oculusVR" path="$OCULUSVR_SDK_PATH">Oculus VR Devices</module>
37     <module name="webDeploy">Web Deployment</module>
38     <module name="navigation" default="1">Recast Navigation</module>
39     <module name="testing" default="1">Unit testing</module>
40     <moduleGroup description="Physics Library">
41       <module name="" donotwrite="1" default="1">Torque Physics</module>
42       <module name="physX">PhysX 2.8 Physics Library</module>
43       <module name="physX3">PhysX 3.2 Physics Library</module>
44       <module name="bullet">Bullet Physics Library</module>
45     </moduleGroup>
46   </entry>
48   <entry type="projectDefines">
49     <projectDefine name="TORQUE_MINIDUMP">Minidump Support</projectDefine>
50   </entry>
52   <entry type="moveClasses">
53     <moveClass name="" donotwrite="1" default="1">Standard Move Class</moveClass>
54     <moveClass name="$TORQUE_HIFI_NET">HIFI Networking</moveClass>
55     <moveClass name="$TORQUE_EXTENDED_MOVE">ExtendedMove</moveClass>
56   </entry>
57 </entries>