mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Rolled in Az's suggested fixes
This commit is contained in:
parent
9a0de40505
commit
438788c9b3
|
|
@ -1,14 +1,14 @@
|
|||
<TorsionProject>
|
||||
<Name>@TORQUE_APP_NAME@</Name>
|
||||
<WorkingDir/>
|
||||
<EntryScript>main.tscript</EntryScript>
|
||||
<EntryScript>main.@TORQUE_SCRIPT_EXTENSION@</EntryScript>
|
||||
<DebugHook>dbgSetParameters( #port#, "#password#", true );</DebugHook>
|
||||
<Mods>
|
||||
<Folder>core</Folder>
|
||||
<Folder>data</Folder>
|
||||
<Folder>tools</Folder>
|
||||
</Mods>
|
||||
<ScannerExts>cs; gui; taml; module; tscript;</ScannerExts>
|
||||
<ScannerExts>@TORQUE_SCRIPT_EXTENSION@; gui; taml; module;</ScannerExts>
|
||||
<Configs>
|
||||
<Config>
|
||||
<Name>Release</Name>
|
||||
|
|
|
|||
Loading…
Reference in a new issue