2017-01-23 12:59:38 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-30 23:41:57 +02:00
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-03-31 18:58:54 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
2017-09-19 14:24:41 +02:00
|
|
|
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
2017-03-31 18:58:54 +02:00
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
2017-04-02 15:20:20 +02:00
|
|
|
<PreLaunchCommand>
|
|
|
|
</PreLaunchCommand>
|
2017-03-31 18:58:54 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
|
<RemoteDebuggerCommand>~/projects/amiberry/amiberry-sdl2</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>~/projects/amiberry</RemoteDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
2017-04-02 15:20:20 +02:00
|
|
|
<PreLaunchCommand>
|
|
|
|
</PreLaunchCommand>
|
2017-03-31 18:58:54 +02:00
|
|
|
</PropertyGroup>
|
2017-01-23 12:59:38 +01:00
|
|
|
</Project>
|