redquark-amiberry-rb/VSLinux/Amiberry.vcxproj.user

16 lines
906 B
Text
Raw Normal View History

2017-01-23 12:59:38 +01:00
<?xml version="1.0" encoding="utf-8"?>
<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'">
<RemoteDebuggerCommand>/home/pi/projects/amiberry/amiberry-rpi3-sdl2-dev</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>
<PreLaunchCommand>
</PreLaunchCommand>
2017-03-31 13:41:49 +02:00
</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>
2017-01-23 12:59:38 +01:00
</Project>