17 lines
No EOL
1,004 B
XML
17 lines
No EOL
1,004 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
<RemoteDebuggerCommand>~/projects/amiberry/amiberry-sdl2</RemoteDebuggerCommand>
|
|
<RemoteDebuggerWorkingDirectory>~/projects/amiberry</RemoteDebuggerWorkingDirectory>
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
<PreLaunchCommand>export DISPLAY=:0.0</PreLaunchCommand>
|
|
<RemoteDebuggingMode>gdb</RemoteDebuggingMode>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
<RemoteDebuggerCommand>~/projects/amiberry/amiberry-sdl2</RemoteDebuggerCommand>
|
|
<RemoteDebuggerWorkingDirectory>~/projects/amiberry</RemoteDebuggerWorkingDirectory>
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
<PreLaunchCommand>export DISPLAY=:0.0</PreLaunchCommand>
|
|
<RemoteDebuggingMode>gdb</RemoteDebuggingMode>
|
|
</PropertyGroup>
|
|
</Project> |