2017-01-23 12:59:38 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-30 23:00:20 +02:00
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-12-04 15:49:40 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
2019-09-26 00:03:46 +02:00
|
|
|
<RemoteDebuggerCommand>/home/pi/projects/amiberry/amiberry</RemoteDebuggerCommand>
|
2018-01-05 16:31:33 +01:00
|
|
|
<RemoteDebuggerWorkingDirectory>/home/pi/projects/amiberry</RemoteDebuggerWorkingDirectory>
|
2017-03-31 13:41:49 +02:00
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
2018-01-19 09:45:33 +01:00
|
|
|
<PreLaunchCommand>
|
|
|
|
</PreLaunchCommand>
|
2017-03-31 13:41:49 +02:00
|
|
|
</PropertyGroup>
|
2019-09-26 00:03:46 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
|
|
<RemoteDebuggerCommand>/home/pi/projects/amiberry/amiberry</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>/home/pi/projects/amiberry</RemoteDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
|
|
<PreLaunchCommand />
|
|
|
|
</PropertyGroup>
|
2018-04-20 18:42:50 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM'">
|
|
|
|
<RemoteDebuggerCommand>/home/pigaming/projects/Amiberry/amiberry-xu4</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>/home/pigaming/projects/Amiberry</RemoteDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
|
|
<PreLaunchCommand />
|
|
|
|
<RemoteTarget>-1406338439;192.168.1.47 (username=, port=22, authentication=Password)</RemoteTarget>
|
|
|
|
</PropertyGroup>
|
2019-09-26 00:03:46 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-xu4|ARM64'">
|
|
|
|
<RemoteDebuggerCommand>/home/pigaming/projects/Amiberry/amiberry-xu4</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>/home/pigaming/projects/Amiberry</RemoteDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
|
|
<PreLaunchCommand />
|
|
|
|
<RemoteTarget>-1406338439;192.168.1.47 (username=, port=22, authentication=Password)</RemoteTarget>
|
|
|
|
</PropertyGroup>
|
2017-12-04 15:49:40 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
|
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
2017-03-31 13:41:49 +02:00
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
2017-12-04 15:49:40 +01:00
|
|
|
<PreLaunchCommand>export DEBUG=0</PreLaunchCommand>
|
2017-03-31 13:41:49 +02:00
|
|
|
</PropertyGroup>
|
2019-09-26 00:03:46 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
|
|
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
|
|
<PreLaunchCommand>export DEBUG=0</PreLaunchCommand>
|
|
|
|
</PropertyGroup>
|
2018-04-20 18:42:50 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM'">
|
|
|
|
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
|
|
<PreLaunchCommand>export DEBUG=0</PreLaunchCommand>
|
|
|
|
</PropertyGroup>
|
2019-09-26 00:03:46 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-xu4|ARM64'">
|
|
|
|
<RemoteDebuggerCommand>projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
|
|
|
|
<RemoteDebuggerWorkingDirectory>projects/amiberry</RemoteDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
|
|
<PreLaunchCommand>export DEBUG=0</PreLaunchCommand>
|
|
|
|
</PropertyGroup>
|
2017-01-23 12:59:38 +01:00
|
|
|
</Project>
|