mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
94 lines
2 KiB
Smarty
94 lines
2 KiB
Smarty
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioUserFile
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
ShowAllFiles="false"
|
|
>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
>
|
|
<DebugSettings
|
|
Command="{$commandDebug}"
|
|
WorkingDirectory="$(TargetDir)"
|
|
CommandArguments=""{$argsDebug}""
|
|
Attach="false"
|
|
DebuggerType="3"
|
|
Remote="1"
|
|
RemoteMachine="MONSTER"
|
|
RemoteCommand=""
|
|
HttpUrl=""
|
|
PDBPath=""
|
|
SQLDebugging=""
|
|
Environment=""
|
|
EnvironmentMerge="true"
|
|
DebuggerFlavor="0"
|
|
MPIRunCommand=""
|
|
MPIRunArguments=""
|
|
MPIRunWorkingDirectory=""
|
|
ApplicationCommand=""
|
|
ApplicationArguments=""
|
|
ShimCommand=""
|
|
MPIAcceptMode=""
|
|
MPIAcceptFilter=""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Optimized Debug|Win32"
|
|
>
|
|
<DebugSettings
|
|
Command="{$commandOptimized}"
|
|
WorkingDirectory="$(TargetDir)"
|
|
CommandArguments=""{$argsOptimized}""
|
|
Attach="false"
|
|
DebuggerType="3"
|
|
Remote="1"
|
|
RemoteMachine=""
|
|
RemoteCommand=""
|
|
HttpUrl=""
|
|
PDBPath=""
|
|
SQLDebugging=""
|
|
Environment=""
|
|
EnvironmentMerge="true"
|
|
DebuggerFlavor=""
|
|
MPIRunCommand=""
|
|
MPIRunArguments=""
|
|
MPIRunWorkingDirectory=""
|
|
ApplicationCommand=""
|
|
ApplicationArguments=""
|
|
ShimCommand=""
|
|
MPIAcceptMode=""
|
|
MPIAcceptFilter=""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
>
|
|
<DebugSettings
|
|
Command="{$commandRelease}"
|
|
WorkingDirectory="$(TargetDir)"
|
|
CommandArguments=""{$argsRelease}""
|
|
Attach="false"
|
|
DebuggerType="3"
|
|
Remote="1"
|
|
RemoteMachine=""
|
|
RemoteCommand=""
|
|
HttpUrl=""
|
|
PDBPath=""
|
|
SQLDebugging=""
|
|
Environment=""
|
|
EnvironmentMerge="true"
|
|
DebuggerFlavor="0"
|
|
MPIRunCommand=""
|
|
MPIRunArguments=""
|
|
MPIRunWorkingDirectory=""
|
|
ApplicationCommand=""
|
|
ApplicationArguments=""
|
|
ShimCommand=""
|
|
MPIAcceptMode=""
|
|
MPIAcceptFilter=""
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
</VisualStudioUserFile>
|