mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
dc42103fa1
add elevons to joystick control. fixup possible autodetect problem. (was occuring when an axis was not centered on detect start) add save mode confirmation
625 lines
26 KiB
XML
625 lines
26 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{A2E22272-95FE-47B6-B050-9AE7E2055BF5}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ArdupilotMega</RootNamespace>
|
|
<AssemblyName>ArdupilotMegaPlanner</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<PublishUrl>publish/</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Background</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>false</MapFileExtensions>
|
|
<TargetCulture>en-US</TargetCulture>
|
|
<ProductName>ArdupilotMegaPlanner</ProductName>
|
|
<PublisherName>Michael Oborne</PublisherName>
|
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
|
<WebPage>index.htm</WebPage>
|
|
<ApplicationRevision>1</ApplicationRevision>
|
|
<ApplicationVersion>0.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<NoStdLib>false</NoStdLib>
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<NoStdLib>false</NoStdLib>
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>ArdupilotMega.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestCertificateThumbprint>92959F7BF337E6755031B3721140373D9674958B</ManifestCertificateThumbprint>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestKeyFile>ArdupilotMega_TemporaryKey.pfx</ManifestKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateManifests>true</GenerateManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>false</SignManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<TargetZone>Custom</TargetZone>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>mykey.pfx</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>apm2.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="BSE.Windows.Forms">
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\myquad\greatmaps_e1bb830a18a3\Demo.WindowsForms\bin\Debug\BSE.Windows.Forms.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Core">
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\kml-library\KmlTestbed\bin\Release\Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DirectShowLib-2005">
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\myquad\DirectShowLib-2005.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="GMap.NET.Core">
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\myquad\greatmaps_e1bb830a18a3\GMap.NET.WindowsForms\bin\Debug\GMap.NET.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="GMap.NET.WindowsForms">
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\myquad\greatmaps_e1bb830a18a3\GMap.NET.WindowsForms\bin\Debug\GMap.NET.WindowsForms.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib">
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\SrcSamples\bin\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="KMLib">
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\kml-library\KmlTestbed\bin\Release\KMLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\..\..\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.DirectX.DirectInput, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\..\..\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0\Microsoft.DirectX.DirectInput.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="OpenTK, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\opentk\trunk\Binaries\OpenTK\Release\OpenTK.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OpenTK.GLControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\opentk\trunk\Binaries\OpenTK\Release\OpenTK.GLControl.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SharpKml, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e608cd7d975805ad, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\myquad\sharpkml\SharpKml\bin\Release\SharpKml.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.SQLite">
|
|
<HintPath>..\..\..\..\..\Desktop\DIYDrones\myquad\greatmaps_e1bb830a18a3\Demo.WindowsForms\bin\Debug\x86\System.Data.SQLite.DLL</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Speech">
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="ZedGraph, Version=5.1.2.878, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\ArdupilotSim\ArdupilotSim\bin\Release\ZedGraph.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AGauge.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="ArduinoDetect.cs" />
|
|
<Compile Include="AviWriter.cs" />
|
|
<Compile Include="Capture.cs" />
|
|
<Compile Include="CommsSerialInterface.cs" />
|
|
<Compile Include="CommsSerialPort.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="CommsUdpSerial.cs" />
|
|
<Compile Include="georefimage.cs" />
|
|
<Compile Include="HIL\Aircraft.cs" />
|
|
<Compile Include="HIL\Point3d.cs" />
|
|
<Compile Include="HIL\QuadCopter.cs" />
|
|
<Compile Include="HIL\Quaternion.cs" />
|
|
<Compile Include="HIL\Vector3d.cs" />
|
|
<Compile Include="MavlinkLog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MavlinkLog.Designer.cs">
|
|
<DependentUpon>MavlinkLog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\FlightData.Designer.cs">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\FlightPlanner.Designer.cs">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\test.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\test.Designer.cs">
|
|
<DependentUpon>test.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Joystick.cs" />
|
|
<Compile Include="JoystickSetup.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="JoystickSetup.Designer.cs">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MAVLinkTypesenum.cs" />
|
|
<Compile Include="MyButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Common.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="ArduinoComms.cs" />
|
|
<Compile Include="MyLabel.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="MyUserControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="ArduinoSTKv2.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="paramcompare.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="paramcompare.Designer.cs">
|
|
<DependentUpon>paramcompare.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RAW_Sensor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="RAW_Sensor.Designer.cs">
|
|
<DependentUpon>RAW_Sensor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Help.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Help.Designer.cs">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Terminal.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Terminal.Designer.cs">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="HUD.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="MainV2.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainV2.Designer.cs">
|
|
<DependentUpon>MainV2.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Configuration.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Configuration.Designer.cs">
|
|
<DependentUpon>Configuration.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Firmware.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\FlightData.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\FlightPlanner.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Simulation.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Simulation.Designer.cs">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MyTrackBar.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="CurrentState.cs" />
|
|
<Compile Include="MAVLinkTypes.cs" />
|
|
<Compile Include="ElevationProfile.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ElevationProfile.Designer.cs">
|
|
<DependentUpon>ElevationProfile.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MAVLink.cs" />
|
|
<Compile Include="ArduinoSTK.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Log.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Log.Designer.cs">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LogBrowse.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LogBrowse.designer.cs">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SerialOutput.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SerialOutput.Designer.cs">
|
|
<DependentUpon>SerialOutput.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Setup\Setup.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Setup\Setup.Designer.cs">
|
|
<DependentUpon>Setup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Splash.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Splash.Designer.cs">
|
|
<DependentUpon>Splash.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="srtm.cs" />
|
|
<Compile Include="temp.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="temp.Designer.cs">
|
|
<DependentUpon>temp.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="AGauge.resx">
|
|
<DependentUpon>AGauge.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Configuration.ru-RU.resx">
|
|
<DependentUpon>Configuration.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Firmware.ru-RU.resx">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.ru-RU.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.ru-RU.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.ru-RU.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.ru-RU.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.ru-RU.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.ru-RU.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Log.zh-Hans.resx">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LogBrowse.zh-Hans.resx">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="paramcompare.resx">
|
|
<DependentUpon>paramcompare.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RAW_Sensor.resx">
|
|
<DependentUpon>RAW_Sensor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MavlinkLog.resx">
|
|
<DependentUpon>MavlinkLog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Configuration.resx">
|
|
<DependentUpon>Configuration.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Configuration.zh-Hans.resx">
|
|
<DependentUpon>Configuration.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Firmware.zh-Hans.resx">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.zh-Hans.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.zh-Hans.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.zh-Hans.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.zh-Hans.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.zh-Hans.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\test.resx">
|
|
<DependentUpon>test.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="HUD.resx">
|
|
<DependentUpon>HUD.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.zh-Hans.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainV2.resx">
|
|
<DependentUpon>MainV2.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Firmware.resx">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ElevationProfile.resx">
|
|
<DependentUpon>ElevationProfile.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Log.resx">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LogBrowse.resx">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="SerialOutput.resx">
|
|
<DependentUpon>SerialOutput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Setup\Setup.resx">
|
|
<DependentUpon>Setup.cs</DependentUpon>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Setup\Setup.zh-Hans.resx">
|
|
<DependentUpon>Setup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Splash.resx">
|
|
<DependentUpon>Splash.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="temp.resx">
|
|
<DependentUpon>temp.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="AeroSimRCAPMHil.zip">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="app.config" />
|
|
<None Include="arducopter-fgmodel.zip">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="arducopter-xplane.zip">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="defines.h">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="MAC\Info.plist" />
|
|
<None Include="MAC\run.sh" />
|
|
<None Include="mykey.pfx" />
|
|
<None Include="Properties\app.manifest" />
|
|
<None Include="Properties\DataSources\CurrentState.datasource" />
|
|
<None Include="block_plane_0.dae">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Resources\Welcome_CN.rtf" />
|
|
<None Include="Resources\Welcome_to_Michael_Oborne.rtf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apm2.ico" />
|
|
<Content Include="hud.html">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Resources\MAVCmd.zh-Hans.txt" />
|
|
<Content Include="Resources\MAVParam.zh-Hans.txt" />
|
|
<None Include="Resources\MAVCmd.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Resources\MAVParam.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Resources\new frames-09.png" />
|
|
<Content Include="dataflashlog.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="Resources\plane2.png" />
|
|
<None Include="Resources\quad2.png" />
|
|
<None Include="Resources\quad.png" />
|
|
<None Include="Resources\planetracker.png" />
|
|
<None Include="Resources\terminal.png" />
|
|
<None Include="Resources\simulation.png" />
|
|
<None Include="Resources\planner.png" />
|
|
<None Include="Resources\configuration.png" />
|
|
<None Include="Resources\data.png" />
|
|
<None Include="Resources\firmware.png" />
|
|
<None Include="Resources\bg.jpg" />
|
|
<None Include="Resources\connect.png" />
|
|
<None Include="Resources\disconnect.png" />
|
|
<None Include="Resources\help.png" />
|
|
<None Include="Resources\APM_airframes_001.png" />
|
|
<None Include="Resources\APM_airframes_002.png" />
|
|
<Content Include="m3u\both.m3u">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="m3u\hud.m3u">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="m3u\map.m3u">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="Resources\09028-01.jpg" />
|
|
<None Include="Resources\AC-0004-11-2.jpg" />
|
|
<Content Include="MAVLink.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="quadhil.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="Resources\APM_airframes-07.png" />
|
|
<None Include="Resources\APM_airframes-08.png" />
|
|
<None Include="Resources\frames-01.png" />
|
|
<None Include="Resources\frames-02.png" />
|
|
<None Include="Resources\frames-03.png" />
|
|
<None Include="Resources\frames-04.png" />
|
|
<None Include="Resources\frames-05.png" />
|
|
<None Include="Resources\frames-06.png" />
|
|
<None Include="Resources\frames-07.png" />
|
|
<None Include="Resources\frames-08.png" />
|
|
<None Include="Resources\BR-0004-03-2.jpg" />
|
|
<None Include="Resources\BR-HMC5883-01-2.jpg" />
|
|
<EmbeddedResource Include="Resources\down.png" />
|
|
<EmbeddedResource Include="Resources\up.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>rem macos.bat</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |