2011-01-25 17:47:18 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{AF26391C-7E45-4401-8984-96139A67FF31}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>ArducopterConfigurator</RootNamespace>
|
|
|
|
|
<AssemblyName>ArducopterConfigurator</AssemblyName>
|
2010-12-23 11:59:00 -04:00
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="CommsSession.cs">
|
|
|
|
|
</Compile>
|
2010-12-23 11:59:00 -04:00
|
|
|
|
<Compile Include="FakeCommsSession.cs" />
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<Compile Include="PresentationModels\AcroModeConfigVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\AltitudeHoldConfigVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\ConfigWithPidsBase.cs" />
|
2010-12-20 18:14:39 -04:00
|
|
|
|
<Compile Include="Core\DelegateCommand.cs" />
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<Compile Include="PresentationModels\DoubleVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\PositionAltitudePidsVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\FlightControlPidsVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\ItalksToApm.cs" />
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<Compile Include="PresentationModels\MonitorVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\MainVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\FlightDataMonitorVm.cs" />
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<Compile Include="PresentationModels\VmBase.cs" />
|
2011-01-25 17:47:18 -04:00
|
|
|
|
<Compile Include="Views\controls\LinearIndicatorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\controls\LinearIndicatorControl.Designer.cs">
|
|
|
|
|
<DependentUpon>LinearIndicatorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<Compile Include="Views\PositionAltitudePidsView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\PositionAltitudePidsView.Designer.cs">
|
|
|
|
|
<DependentUpon>PositionAltitudePidsView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\FlightControlPidsView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\FlightControlPidsView.Designer.cs">
|
|
|
|
|
<DependentUpon>FlightControlPidsView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2010-12-19 06:39:36 -04:00
|
|
|
|
<Compile Include="Views\mainForm.cs">
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2010-12-19 06:39:36 -04:00
|
|
|
|
<Compile Include="Views\mainForm.Designer.cs">
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<DependentUpon>mainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="NotifyProperyChangedBase.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\CalibrationOffsetsDataVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\MotorCommandsVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\PositionHoldConfigVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\StableModeConfigVm.cs" />
|
|
|
|
|
<Compile Include="PresentationModels\TransmitterChannelsVm.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2010-12-19 06:39:36 -04:00
|
|
|
|
<EmbeddedResource Include="Views\mainForm.resx">
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<DependentUpon>mainForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\AcroConfigView.resx">
|
|
|
|
|
<DependentUpon>AcroConfigView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\AltitudeHoldConfigView.resx">
|
|
|
|
|
<DependentUpon>AltitudeHoldConfigView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\CalibrationView.resx">
|
|
|
|
|
<DependentUpon>CalibrationView.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\PositionHoldConfigView.resx">
|
|
|
|
|
<DependentUpon>PositionHoldConfigView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\StableConfigView.resx">
|
|
|
|
|
<DependentUpon>StableConfigView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\FlightDataView.resx">
|
|
|
|
|
<DependentUpon>FlightDataView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\MotorCommandsView.resx">
|
|
|
|
|
<DependentUpon>MotorCommandsView.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\SerialMonitorView.resx">
|
|
|
|
|
<DependentUpon>SerialMonitorView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\TransmitterChannelsView.resx">
|
|
|
|
|
<DependentUpon>TransmitterChannelsView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<None Include="Properties\DataSources\ArducopterConfigurator.PresentationModels.AcroModeConfigVm.datasource" />
|
|
|
|
|
<None Include="Properties\DataSources\ArducopterConfigurator.PresentationModels.FlightDataVm.datasource" />
|
|
|
|
|
<None Include="Properties\DataSources\ArducopterConfigurator.PresentationModels.MainVm.datasource" />
|
|
|
|
|
<None Include="Properties\DataSources\ArducopterConfigurator.PresentationModels.StableModeConfigVm.datasource" />
|
|
|
|
|
<None Include="Properties\DataSources\SerialMonitorVm.datasource" />
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\AcroConfigView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\AcroConfigView.Designer.cs">
|
|
|
|
|
<DependentUpon>AcroConfigView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\AltitudeHoldConfigView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\AltitudeHoldConfigView.Designer.cs">
|
|
|
|
|
<DependentUpon>AltitudeHoldConfigView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\CalibrationView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\CalibrationView.Designer.cs">
|
|
|
|
|
<DependentUpon>CalibrationView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Core\IPresentationModel.cs" />
|
|
|
|
|
<Compile Include="Core\IView.cs" />
|
|
|
|
|
<Compile Include="Views\PositionHoldConfigView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\PositionHoldConfigView.Designer.cs">
|
|
|
|
|
<DependentUpon>PositionHoldConfigView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\StableConfigView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\StableConfigView.Designer.cs">
|
|
|
|
|
<DependentUpon>StableConfigView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\FlightDataView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\FlightDataView.Designer.cs">
|
|
|
|
|
<DependentUpon>FlightDataView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\MotorCommandsView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\MotorCommandsView.Designer.cs">
|
|
|
|
|
<DependentUpon>MotorCommandsView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\SerialMonitorView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\SerialMonitorView.Designer.cs">
|
|
|
|
|
<DependentUpon>SerialMonitorView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="PresentationModels\SerialMonitorVm.cs" />
|
|
|
|
|
<Compile Include="Views\TransmitterChannelsView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\TransmitterChannelsView.Designer.cs">
|
|
|
|
|
<DependentUpon>TransmitterChannelsView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\ViewCommon.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
2010-12-19 06:39:36 -04:00
|
|
|
|
<ItemGroup>
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<EmbeddedResource Include="Views\PositionAltitudePidsView.resx">
|
|
|
|
|
<DependentUpon>PositionAltitudePidsView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\FlightControlPidsView.resx">
|
|
|
|
|
<DependentUpon>FlightControlPidsView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2010-12-19 06:39:36 -04:00
|
|
|
|
<EmbeddedResource Include="Views\icons\refresh.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<Content Include="Views\icons\arrow_up.png" />
|
2010-12-19 06:39:36 -04:00
|
|
|
|
<Content Include="Views\icons\connect.ico" />
|
|
|
|
|
<Content Include="Views\icons\disconnect.ico" />
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<Content Include="Views\icons\saveIcon.png" />
|
2010-12-19 06:39:36 -04:00
|
|
|
|
</ItemGroup>
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2010-12-23 11:59:00 -04:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<!-- 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>
|