mirror of https://github.com/ArduPilot/ardupilot
10 lines
634 B
XML
10 lines
634 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LocalDebuggerCommand>C:\Users\hog\Desktop\DIYDrones&avr\X-Plane 9 Demo\X-Plane.exe</LocalDebuggerCommand>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LocalDebuggerWorkingDirectory>C:\Users\hog\Desktop\DIYDrones&avr\X-Plane 9 Demo</LocalDebuggerWorkingDirectory>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
</Project> |