mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 08:28:30 -04:00
8bebf0c394
Convert to IActivate, IDeactivate scheme, thanks andrew add support for rfcomm* interfaces on linux fix guage off screen draw mono issue. remove use of BackStageViewContentPanel andrews spacer changes - not using dues to screen space issue change configpanel constructor to load xml directly remove IMavlink Interface fix hsi off screen draw issue on mono modify hud to use sprite fonts, instead of drawing via GDI+ modify progress reporter to use a 10hz timer to update screen, using invoke/begininvoke fails on mono at 50hz (over 100ms per call). fix targetalt and target airspeed jumping issue. lots of cleanup on tab switching, ie stoping timers/other 3dr radio status led update update ardurover car icon speedup georef image screen. tested on over 1000 images.
1304 lines
57 KiB
XML
1304 lines
57 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>ArdupilotMegaPlanner10</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>true</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;MAVLINK10</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<NoStdLib>false</NoStdLib>
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;MAVLINK10</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<NoStdLib>false</NoStdLib>
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Mavlink10)'=='true'">
|
|
<DefineConstants>$(DefineConstants);MAVLINK10</DefineConstants>
|
|
<AssemblyName>ArdupilotMegaPlanner10</AssemblyName>
|
|
<OutputPath>bin\Release10\</OutputPath>
|
|
</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>false</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<TargetZone>Custom</TargetZone>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>mykey.snk</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="alglibnet2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="BSE.Windows.Forms">
|
|
</Reference>
|
|
<Reference Include="Core">
|
|
</Reference>
|
|
<Reference Include="DirectShowLib-2005">
|
|
</Reference>
|
|
<Reference Include="GMap.NET.Core">
|
|
</Reference>
|
|
<Reference Include="GMap.NET.WindowsForms">
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib">
|
|
</Reference>
|
|
<Reference Include="IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="IronPython.Modules, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="KMLib">
|
|
</Reference>
|
|
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="MetaDataExtractor">
|
|
</Reference>
|
|
<Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.DirectX.DirectInput, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Dynamic">
|
|
</Reference>
|
|
<Reference Include="Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Scripting.Core">
|
|
</Reference>
|
|
<Reference Include="Microsoft.Scripting.Debugging">
|
|
</Reference>
|
|
<Reference Include="Microsoft.Scripting.ExtensionAttribute, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="netDxf, Version=0.1.2.0, Culture=neutral, PublicKeyToken=1c75adeaa4c98f42, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>Lib\netDxf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>Lib\OpenTK.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OpenTK.GLControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="SharpKml, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e608cd7d975805ad, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="System">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.configuration">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Data.SQLite">
|
|
</Reference>
|
|
<Reference Include="System.Drawing">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Management">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>Lib\System.Reactive.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Speech">
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Xml">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="Transitions">
|
|
<HintPath>Lib\Transitions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ZedGraph, Version=5.1.2.878, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Antenna\ArduTracker.cs" />
|
|
<Compile Include="Antenna\ITrackerOutput.cs" />
|
|
<Compile Include="Antenna\Maestro.cs" />
|
|
<Compile Include="Antenna\Tracker.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Antenna\Tracker.Designer.cs">
|
|
<DependentUpon>Tracker.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Attributes\DisplayTextAttribute.cs" />
|
|
<Compile Include="Attributes\PrivateAttribute.cs" />
|
|
<Compile Include="CodeGen.cs" />
|
|
<Compile Include="Comms\CommsSerialInterface.cs" />
|
|
<Compile Include="Comms\CommsSerialPort.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Comms\CommsTCPSerial.cs" />
|
|
<Compile Include="Comms\CommsUdpSerial.cs" />
|
|
<Compile Include="Controls\MainSwitcher.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\MainSwitcher.Designer.cs">
|
|
<DependentUpon>MainSwitcher.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Delta.cs" />
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigAP_Limits.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigAP_Limits.Designer.cs">
|
|
<DependentUpon>ConfigAP_Limits.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Presenter\ConfigCameraStabPresenter.cs" />
|
|
<Compile Include="Controls\HSI.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\HSI.Designer.cs">
|
|
<DependentUpon>HSI.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\IDynamicParameterControl.cs" />
|
|
<Compile Include="Controls\LabelWithPseudoOpacity.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\OpenGLtest.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\PictureBoxWithPseudoOpacity.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\PseudoOpacityHelper.cs" />
|
|
<Compile Include="Presenter\DelegateCommand.cs" />
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigCameraStab.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigCameraStab.designer.cs">
|
|
<DependentUpon>ConfigCameraStab.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigFriendlyParams.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigFriendlyParams.Designer.cs">
|
|
<DependentUpon>ConfigFriendlyParams.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\RangeControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\RangeControl.Designer.cs">
|
|
<DependentUpon>RangeControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ValuesControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ValuesControl.Designer.cs">
|
|
<DependentUpon>ValuesControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigArdurover.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigArdurover.Designer.cs">
|
|
<DependentUpon>ConfigArdurover.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Presenter\ICommand.cs" />
|
|
<Compile Include="Utilities\CaptureMJPEG.cs" />
|
|
<Compile Include="Utilities\CollectionExtensions.cs" />
|
|
<Compile Include="Utilities\ParameterMetaDataConstants.cs" />
|
|
<Compile Include="Controls\BackstageView\BackstageView.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\BackstageView\BackstageView.designer.cs">
|
|
<DependentUpon>BackstageView.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\BackstageView\BackstageViewButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\BackstageView\BackStageViewContentPanel.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\BackstageView\BackStageViewMenuPanel.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ConnectionControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ConnectionControl.Designer.cs">
|
|
<DependentUpon>ConnectionControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ConfigPanel.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ConfigPanel.Designer.cs">
|
|
<DependentUpon>ConfigPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ConnectionStats.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ConnectionStats.designer.cs">
|
|
<DependentUpon>ConnectionStats.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\CustomMessageBox.cs" />
|
|
<Compile Include="Controls\LineSeparator.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ProgressReporterDialogue.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ProgressReporterDialogue.designer.cs">
|
|
<DependentUpon>ProgressReporterDialogue.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ToolStripConnectionControl.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.Designer.cs">
|
|
<DependentUpon>ConfigAccelerometerCalibrationQuad.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigArducopter.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigArducopter.Designer.cs">
|
|
<DependentUpon>ConfigArducopter.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigArduplane.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigArduplane.Designer.cs">
|
|
<DependentUpon>ConfigArduplane.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.Designer.cs">
|
|
<DependentUpon>ConfigBatteryMonitoring.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigFlightModes.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigFlightModes.Designer.cs">
|
|
<DependentUpon>ConfigFlightModes.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigHardwareOptions.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigHardwareOptions.Designer.cs">
|
|
<DependentUpon>ConfigHardwareOptions.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigPlanner.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigPlanner.Designer.cs">
|
|
<DependentUpon>ConfigPlanner.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigRadioInput.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigRadioInput.Designer.cs">
|
|
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigTradHeli.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigTradHeli.Designer.cs">
|
|
<DependentUpon>ConfigTradHeli.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigRawParams.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigRawParams.Designer.cs">
|
|
<DependentUpon>ConfigRawParams.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.Designer.cs">
|
|
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\Setup.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GCSViews\ConfigurationView\Setup.Designer.cs">
|
|
<DependentUpon>Setup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MagCalib.cs" />
|
|
<Compile Include="Mavlink\MavlinkOther.cs" />
|
|
<Compile Include="PIDTunning.cs" />
|
|
<Compile Include="Radio\3DRradio.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Radio\3DRradio.Designer.cs">
|
|
<DependentUpon>3DRradio.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\AGauge.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Arduino\ArduinoDetect.cs" />
|
|
<Compile Include="Utilities\AviWriter.cs" />
|
|
<Compile Include="Camera.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Camera.Designer.cs">
|
|
<DependentUpon>Camera.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utilities\Capture.cs" />
|
|
<Compile Include="Controls\ImageLabel.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ImageLabel.Designer.cs">
|
|
<DependentUpon>ImageLabel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\myGMAP.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Radio\IHex.cs" />
|
|
<Compile Include="Mavlink\MavlinkCRC.cs" />
|
|
<Compile Include="Mavlink\MavlinkUtil.cs" />
|
|
<Compile Include="SerialInput.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SerialInput.Designer.cs">
|
|
<DependentUpon>SerialInput.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GCSViews\Firmware.Designer.cs">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="HIL\Utils.cs" />
|
|
<Compile Include="ResEdit.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ResEdit.Designer.cs">
|
|
<DependentUpon>ResEdit.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="georefimage.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<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="Utilities\hires.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="Joystick.cs" />
|
|
<Compile Include="JoystickSetup.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="JoystickSetup.Designer.cs">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Mavlink\MAVLinkTypes.cs" />
|
|
<Compile Include="Controls\MyButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Common.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Arduino\ArduinoComms.cs" />
|
|
<Compile Include="Controls\MyLabel.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\MyUserControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Arduino\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="Controls\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\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="Controls\MyTrackBar.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="CurrentState.cs" />
|
|
<Compile Include="Mavlink\MAVLinkTypes0.9.cs" />
|
|
<Compile Include="ElevationProfile.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ElevationProfile.Designer.cs">
|
|
<DependentUpon>ElevationProfile.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Mavlink\MAVLink.cs" />
|
|
<Compile Include="Arduino\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="Script.cs" />
|
|
<Compile Include="SerialOutput.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SerialOutput.Designer.cs">
|
|
<DependentUpon>SerialOutput.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utilities\Speech.cs" />
|
|
<Compile Include="Splash.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Splash.Designer.cs">
|
|
<DependentUpon>Splash.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="srtm.cs" />
|
|
<Compile Include="Utilities\TCPConsole.cs" />
|
|
<Compile Include="temp.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="temp.Designer.cs">
|
|
<DependentUpon>temp.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Radio\Uploader.cs" />
|
|
<Compile Include="Utilities\LangUtility.cs" />
|
|
<Compile Include="Utilities\ThemeManager.cs" />
|
|
<Compile Include="Utilities\EnumTranslator.cs" />
|
|
<Compile Include="Utilities\ParameterMetaDataParser.cs" />
|
|
<Compile Include="Utilities\ParameterMetaDataRepository.cs" />
|
|
<EmbeddedResource Include="Antenna\Tracker.resx">
|
|
<DependentUpon>Tracker.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Antenna\Tracker.zh-Hans.resx">
|
|
<DependentUpon>Tracker.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Camera.zh-Hans.resx">
|
|
<DependentUpon>Camera.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\BackstageView\BackstageView.resx">
|
|
<DependentUpon>BackstageView.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\ConnectionControl.resx">
|
|
<DependentUpon>ConnectionControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\ConfigPanel.resx">
|
|
<DependentUpon>ConfigPanel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\ConnectionStats.resx">
|
|
<DependentUpon>ConnectionStats.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\HSI.resx">
|
|
<DependentUpon>HSI.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\MainSwitcher.resx">
|
|
<DependentUpon>MainSwitcher.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\ProgressReporterDialogue.resx">
|
|
<DependentUpon>ProgressReporterDialogue.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\OpenGLtest.resx">
|
|
<DependentUpon>OpenGLtest.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.es-ES.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationQuad.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.fr.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationQuad.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.it-IT.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationQuad.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.pl.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationQuad.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationQuad.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.zh-Hans.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationQuad.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationQuad.zh-TW.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationQuad.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigArducopter.resx">
|
|
<DependentUpon>ConfigArducopter.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigArduplane.resx">
|
|
<DependentUpon>ConfigArduplane.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.es-ES.resx">
|
|
<DependentUpon>ConfigBatteryMonitoring.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.fr.resx">
|
|
<DependentUpon>ConfigBatteryMonitoring.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.it-IT.resx">
|
|
<DependentUpon>ConfigBatteryMonitoring.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.pl.resx">
|
|
<DependentUpon>ConfigBatteryMonitoring.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.resx">
|
|
<DependentUpon>ConfigBatteryMonitoring.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.zh-Hans.resx">
|
|
<DependentUpon>ConfigBatteryMonitoring.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigBatteryMonitoring.zh-TW.resx">
|
|
<DependentUpon>ConfigBatteryMonitoring.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigCameraStab.resx">
|
|
<DependentUpon>ConfigCameraStab.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigFlightModes.es-ES.resx">
|
|
<DependentUpon>ConfigFlightModes.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigFlightModes.fr.resx">
|
|
<DependentUpon>ConfigFlightModes.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigFlightModes.it-IT.resx">
|
|
<DependentUpon>ConfigFlightModes.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigFlightModes.pl.resx">
|
|
<DependentUpon>ConfigFlightModes.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigFlightModes.resx">
|
|
<DependentUpon>ConfigFlightModes.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigFlightModes.zh-Hans.resx">
|
|
<DependentUpon>ConfigFlightModes.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigFlightModes.zh-TW.resx">
|
|
<DependentUpon>ConfigFlightModes.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigHardwareOptions.es-ES.resx">
|
|
<DependentUpon>ConfigHardwareOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigHardwareOptions.fr.resx">
|
|
<DependentUpon>ConfigHardwareOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigHardwareOptions.it-IT.resx">
|
|
<DependentUpon>ConfigHardwareOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigHardwareOptions.pl.resx">
|
|
<DependentUpon>ConfigHardwareOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigHardwareOptions.resx">
|
|
<DependentUpon>ConfigHardwareOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigHardwareOptions.zh-Hans.resx">
|
|
<DependentUpon>ConfigHardwareOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigHardwareOptions.zh-TW.resx">
|
|
<DependentUpon>ConfigHardwareOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigPlanner.resx">
|
|
<DependentUpon>ConfigPlanner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigPlanner.zh-Hans.resx">
|
|
<DependentUpon>ConfigPlanner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRadioInput.es-ES.resx">
|
|
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRadioInput.fr.resx">
|
|
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRadioInput.it-IT.resx">
|
|
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRadioInput.pl.resx">
|
|
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRadioInput.resx">
|
|
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRadioInput.zh-Hans.resx">
|
|
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRadioInput.zh-TW.resx">
|
|
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRawParams.resx">
|
|
<DependentUpon>ConfigRawParams.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigFriendlyParams.resx">
|
|
<DependentUpon>ConfigFriendlyParams.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigTradHeli.es-ES.resx">
|
|
<DependentUpon>ConfigTradHeli.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigTradHeli.fr.resx">
|
|
<DependentUpon>ConfigTradHeli.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigTradHeli.it-IT.resx">
|
|
<DependentUpon>ConfigTradHeli.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigTradHeli.pl.resx">
|
|
<DependentUpon>ConfigTradHeli.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigTradHeli.resx">
|
|
<DependentUpon>ConfigTradHeli.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigTradHeli.zh-Hans.resx">
|
|
<DependentUpon>ConfigTradHeli.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigTradHeli.zh-TW.resx">
|
|
<DependentUpon>ConfigTradHeli.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.es-ES.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.fr.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.it-IT.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.pl.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.zh-Hans.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAccelerometerCalibrationPlane.zh-TW.resx">
|
|
<DependentUpon>ConfigAccelerometerCalibrationPlane.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\RangeControl.resx">
|
|
<DependentUpon>RangeControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\ValuesControl.resx">
|
|
<DependentUpon>ValuesControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigArdurover.resx">
|
|
<DependentUpon>ConfigArdurover.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigAP_Limits.resx">
|
|
<DependentUpon>ConfigAP_Limits.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\ConfigurationView\Setup.resx">
|
|
<DependentUpon>Setup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Radio\3DRradio.resx">
|
|
<DependentUpon>3DRradio.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\AGauge.resx">
|
|
<DependentUpon>AGauge.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Camera.resx">
|
|
<DependentUpon>Camera.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\ImageLabel.resx">
|
|
<DependentUpon>ImageLabel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Firmware.es-ES.resx">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.es-ES.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.es-ES.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.es-ES.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.es-ES.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.es-ES.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.es-ES.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Log.es-ES.resx">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LogBrowse.es-ES.resx">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MavlinkLog.es-ES.resx">
|
|
<DependentUpon>MavlinkLog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Radio\3DRradio.zh-Hans.resx">
|
|
<DependentUpon>3DRradio.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RAW_Sensor.es-ES.resx">
|
|
<DependentUpon>RAW_Sensor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SerialInput.es-ES.resx">
|
|
<DependentUpon>SerialInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SerialInput.pl.resx">
|
|
<DependentUpon>SerialInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SerialInput.resx">
|
|
<DependentUpon>SerialInput.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Firmware.fr.resx">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Firmware.it-IT.resx">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Firmware.pl.resx">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Firmware.zh-TW.resx">
|
|
<DependentUpon>Firmware.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.fr.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.it-IT.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.pl.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.zh-TW.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.fr.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.it-IT.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.pl.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.zh-TW.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.fr.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.it-IT.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.pl.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.zh-TW.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.fr.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.it-IT.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.pl.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.zh-TW.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.fr.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.it-IT.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.pl.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.zh-TW.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="georefimage.resx">
|
|
<DependentUpon>georefimage.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.fr.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.it-IT.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.pl.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.zh-TW.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Log.fr.resx">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Log.it-IT.resx">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Log.pl.resx">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Log.zh-TW.resx">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LogBrowse.fr.resx">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LogBrowse.it-IT.resx">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LogBrowse.pl.resx">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LogBrowse.zh-TW.resx">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MavlinkLog.fr.resx">
|
|
<DependentUpon>MavlinkLog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MavlinkLog.it-IT.resx">
|
|
<DependentUpon>MavlinkLog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MavlinkLog.pl.resx">
|
|
<DependentUpon>MavlinkLog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RAW_Sensor.fr.resx">
|
|
<DependentUpon>RAW_Sensor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RAW_Sensor.it-IT.resx">
|
|
<DependentUpon>RAW_Sensor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RAW_Sensor.pl.resx">
|
|
<DependentUpon>RAW_Sensor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ResEdit.resx">
|
|
<DependentUpon>ResEdit.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>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MavlinkLog.resx">
|
|
<DependentUpon>MavlinkLog.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>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Help.zh-Hans.resx">
|
|
<DependentUpon>Help.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Simulation.zh-Hans.resx">
|
|
<DependentUpon>Simulation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\Terminal.zh-Hans.resx">
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="JoystickSetup.resx">
|
|
<DependentUpon>JoystickSetup.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</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>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightData.resx">
|
|
<DependentUpon>FlightData.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GCSViews\FlightPlanner.resx">
|
|
<DependentUpon>FlightPlanner.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ElevationProfile.resx">
|
|
<DependentUpon>ElevationProfile.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Log.resx">
|
|
<DependentUpon>Log.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LogBrowse.resx">
|
|
<DependentUpon>LogBrowse.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</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="Splash.resx">
|
|
<DependentUpon>Splash.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="temp.resx">
|
|
<DependentUpon>temp.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="AeroSimRCAPMHil.zip" />
|
|
<None Include="app.config" />
|
|
<None Include="arducopter-xplane.zip" />
|
|
<None Include="m3u\GeoRefnetworklink.kml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="m3u\networklink.kml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="mykey.snk" />
|
|
<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_TW.rtf" />
|
|
<None Include="Resources\Welcome_to_Michael_Oborne.rtf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apm2.ico" />
|
|
<Content Include="ArduCopterConfig.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ChangeLog.txt" />
|
|
<Content Include="Driver\Arduino MEGA 2560.inf">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="hud.html">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="JSBSim.exe" />
|
|
<Content Include="mavcmd.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="Resources\octox.png" />
|
|
<None Include="Resources\y6.png" />
|
|
<None Include="Resources\new frames-13.png" />
|
|
<None Include="Resources\new frames-12.png" />
|
|
<None Include="Resources\new frames-11.png" />
|
|
<None Include="Resources\new frames-10.png" />
|
|
<None Include="Resources\new frames-06.png" />
|
|
<None Include="Resources\new frames-05.png" />
|
|
<None Include="Resources\BR-0016-01-3T.jpg" />
|
|
<None Include="Resources\car.png" />
|
|
<None Include="Resources\iconWarning32.png" />
|
|
<None Include="Resources\iconWarning48.png" />
|
|
<None Include="Resources\cameraGimalPitch1.png" />
|
|
<None Include="Resources\cameraGimalRoll1.png" />
|
|
<None Include="Resources\frames_plus.png" />
|
|
<None Include="Resources\frames_x.png" />
|
|
<Content Include="Resources\MAVCmd.zh-Hans.txt" />
|
|
<None Include="Resources\MAVParam.txt" />
|
|
<Content Include="Resources\MAVParam.zh-Hans.txt" />
|
|
<None Include="Resources\MAVCmd.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Resources\new frames-09.png" />
|
|
<Content Include="dataflashlog.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</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 />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>"$(TargetDir)version.exe" "$(TargetPath)" > "$(TargetDir)version.txt"</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> |