redquark-amiberry-rb/VSLinux/Amiberry.vcxproj.user
2017-03-31 13:41:49 +02:00

15 lines
No EOL
896 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)'=='Release|ARM'">
<RemoteDebuggerWorkingDirectory>~/projects/amiberry</RemoteDebuggerWorkingDirectory>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommand>~/projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
<PreLaunchCommand>DISPLAY=:0.0</PreLaunchCommand>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<RemoteDebuggerWorkingDirectory>~/projects/amiberry</RemoteDebuggerWorkingDirectory>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommand>~/projects/amiberry/amiberry-sdl2-dev</RemoteDebuggerCommand>
<PreLaunchCommand>DISPLAY=:0.0</PreLaunchCommand>
</PropertyGroup>
</Project>