18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
<?xml version="1.0" encoding="utf-8"?>
|
|||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
<LocalDebuggerCommand>"R:\TA-ReImagined-WorkFolder\totala\TotalA.exe"</LocalDebuggerCommand>
|
|||
<LocalDebuggerWorkingDirectory>R:\TA-ReImagined-WorkFolder\totala\</LocalDebuggerWorkingDirectory>
|
|||
<LocalDebuggerAttach>false</LocalDebuggerAttach>
|
|||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|||
<LocalDebuggerCommandArguments>-d</LocalDebuggerCommandArguments>
|
|||
</PropertyGroup>
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
<LocalDebuggerCommand>"R:\TA-ReImagined-WorkFolder\totala\TotalA.exe"</LocalDebuggerCommand>
|
|||
<LocalDebuggerWorkingDirectory>R:\TA-ReImagined-WorkFolder\totala\</LocalDebuggerWorkingDirectory>
|
|||
<LocalDebuggerAttach>false</LocalDebuggerAttach>
|
|||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|||
<LocalDebuggerCommandArguments>
|
|||
</LocalDebuggerCommandArguments>
|
|||
</PropertyGroup>
|
|||
</Project>
|