mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
29 lines
731 B
Text
29 lines
731 B
Text
|
<Configuration
|
||
|
Name="@USERFILE_CONFIGNAME@|@USERFILE_PLATFORM@"
|
||
|
>
|
||
|
<DebugSettings
|
||
|
Command="${USERFILE_@USERFILE_CONFIGNAME@_COMMAND}"
|
||
|
WorkingDirectory="@USERFILE_WORKING_DIRECTORY@"
|
||
|
CommandArguments="@USERFILE_COMMAND_ARGUMENTS@"
|
||
|
Attach="false"
|
||
|
DebuggerType="3"
|
||
|
Remote="1"
|
||
|
RemoteMachine="@USERFILE_REMOTE_MACHINE@"
|
||
|
RemoteCommand=""
|
||
|
HttpUrl=""
|
||
|
PDBPath=""
|
||
|
SQLDebugging=""
|
||
|
Environment="@USERFILE_ENVIRONMENT@"
|
||
|
EnvironmentMerge="true"
|
||
|
DebuggerFlavor=""
|
||
|
MPIRunCommand=""
|
||
|
MPIRunArguments=""
|
||
|
MPIRunWorkingDirectory=""
|
||
|
ApplicationCommand=""
|
||
|
ApplicationArguments=""
|
||
|
ShimCommand=""
|
||
|
MPIAcceptMode=""
|
||
|
MPIAcceptFilter=""
|
||
|
/>
|
||
|
</Configuration>
|