<?xml version="1.0" encoding="utf-8"?>
<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>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <IsWebBootstrapper>true</IsWebBootstrapper>
    <ManifestCertificateThumbprint>AEF4CA248129E2377F0B2723CB7C9BA864483D54</ManifestCertificateThumbprint>
    <ManifestKeyFile>configuratorCert.pfx</ManifestKeyFile>
    <GenerateManifests>true</GenerateManifests>
    <SignManifests>false</SignManifests>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Web</InstallFrom>
    <UpdateEnabled>true</UpdateEnabled>
    <UpdateMode>Background</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <InstallUrl>http://mandrolic.com/configurator/</InstallUrl>
    <ProductName>Arducopter Configurator</ProductName>
    <PublisherName>Andrew Radford</PublisherName>
    <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
    <WebPage>index.htm</WebPage>
    <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
    <ApplicationRevision>11</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <UseApplicationTrust>false</UseApplicationTrust>
    <PublishWizardCompleted>true</PublishWizardCompleted>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </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>
    <Compile Include="FakeCommsSession.cs" />
    <Compile Include="PresentationModels\AcroModeConfigVm.cs" />
    <Compile Include="PresentationModels\AltitudeHoldConfigVm.cs" />
    <Compile Include="PresentationModels\ConfigWithPidsBase.cs" />
    <Compile Include="Core\DelegateCommand.cs" />
    <Compile Include="PresentationModels\GPSstatusVm.cs" />
    <Compile Include="PresentationModels\CrudVm.cs" />
    <Compile Include="PresentationModels\DoubleVm.cs" />
    <Compile Include="PresentationModels\PositionAltitudePidsVm.cs" />
    <Compile Include="PresentationModels\FlightControlPidsVm.cs" />
    <Compile Include="PresentationModels\ItalksToApm.cs" />
    <Compile Include="PresentationModels\MainVm.cs" />
    <Compile Include="PresentationModels\SensorsVm.cs" />
    <Compile Include="PresentationModels\VmBase.cs" />
    <Compile Include="Views\controls\CircularIndicatorControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\controls\CircularIndicatorControl.Designer.cs">
      <DependentUpon>CircularIndicatorControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\controls\CompassControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\controls\CompassControl.Designer.cs">
      <DependentUpon>CompassControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\controls\PropControl.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Views\controls\PropControl.Designer.cs">
      <DependentUpon>PropControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\controls\QuadPlanControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\controls\QuadPlanControl.Designer.cs">
      <DependentUpon>QuadPlanControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\controls\LinearIndicatorControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\controls\LinearIndicatorControl.Designer.cs">
      <DependentUpon>LinearIndicatorControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Views\GpsView.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Views\GpsView.Designer.cs">
      <DependentUpon>GpsView.cs</DependentUpon>
    </Compile>
    <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>
    <Compile Include="Views\mainForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Views\mainForm.Designer.cs">
      <DependentUpon>mainForm.cs</DependentUpon>
    </Compile>
    <Compile Include="NotifyProperyChangedBase.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" />
    <EmbeddedResource Include="Views\mainForm.resx">
      <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\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="configuratorCert.pfx" />
    <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="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>
  <ItemGroup>
    <EmbeddedResource Include="Views\controls\CircularIndicatorControl.resx">
      <DependentUpon>CircularIndicatorControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\controls\CompassControl.resx">
      <DependentUpon>CompassControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\controls\PropControl.resx">
      <DependentUpon>PropControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\controls\QuadPlanControl.resx">
      <DependentUpon>QuadPlanControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\GpsView.resx">
      <DependentUpon>GpsView.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\PositionAltitudePidsView.resx">
      <DependentUpon>PositionAltitudePidsView.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\FlightControlPidsView.resx">
      <DependentUpon>FlightControlPidsView.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Views\icons\refresh.ico" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Readme.txt" />
    <Content Include="Views\icons\arrow_up.png" />
    <Content Include="Views\icons\chip.gif" />
    <Content Include="Views\icons\connect.ico" />
    <Content Include="Views\icons\disconnect.ico" />
    <Content Include="Views\icons\install.png" />
    <Content Include="Views\icons\Misc-Tools.ico" />
    <Content Include="Views\icons\saveIcon.png" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5</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>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- 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>