2017-01-18 15:04:50 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-03 17:54:20 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
|
<PreLaunchCommand>export DISPLAY=:0.0</PreLaunchCommand>
|
|
|
|
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2017-01-18 15:04:50 +01:00
|
|
|
</Project>
|