2012-05-07 11:25:56 -03:00
|
|
|
|
<?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>{B8943726-04B0-4477-BFDA-E156A0CD98A4}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>_3DRRadio</RootNamespace>
|
|
|
|
|
<AssemblyName>3DRRadio</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>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2012-05-08 10:21:19 -03:00
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2012-05-11 06:07:52 -03:00
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2012-05-08 10:21:19 -03:00
|
|
|
|
<DebugType>none</DebugType>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2012-05-11 06:07:52 -03:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>3dr.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="log4net">
|
|
|
|
|
<HintPath>..\Lib\log4net.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2012-11-04 04:45:39 -04:00
|
|
|
|
<Reference Include="System.Management" />
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2012-05-16 09:21:27 -03:00
|
|
|
|
<Reference Include="ZedGraph">
|
|
|
|
|
<HintPath>..\Lib\ZedGraph.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\Arduino\ArduinoComms.cs">
|
|
|
|
|
<Link>Linked\ArduinoComms.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Arduino\ArduinoSTK.cs">
|
|
|
|
|
<Link>Linked\ArduinoSTK.cs</Link>
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Attributes\DisplayTextAttribute.cs">
|
|
|
|
|
<Link>Linked\DisplayTextAttribute.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Attributes\PrivateAttribute.cs">
|
|
|
|
|
<Link>Linked\PrivateAttribute.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Comms\CommsSerialPort.cs">
|
|
|
|
|
<Link>Linked\CommsSerialPort.cs</Link>
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2012-11-25 01:42:46 -04:00
|
|
|
|
<Compile Include="..\Comms\ICommsSerial.cs">
|
|
|
|
|
<Link>Linked\ICommsSerial.cs</Link>
|
|
|
|
|
</Compile>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<Compile Include="..\Controls\BackstageView\BackstageView.cs">
|
|
|
|
|
<Link>Linked\BackstageView.cs</Link>
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Controls\BackstageView\BackstageView.designer.cs">
|
|
|
|
|
<Link>Linked\BackstageView.designer.cs</Link>
|
|
|
|
|
<DependentUpon>BackstageView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Controls\BackstageView\BackstageViewButton.cs">
|
|
|
|
|
<Link>Linked\BackstageViewButton.cs</Link>
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Controls\BackstageView\BackStageViewContentPanel.cs">
|
|
|
|
|
<Link>Linked\BackStageViewContentPanel.cs</Link>
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Controls\BackstageView\BackStageViewMenuPanel.cs">
|
|
|
|
|
<Link>Linked\BackStageViewMenuPanel.cs</Link>
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Controls\CustomMessageBox.cs">
|
|
|
|
|
<Link>Linked\CustomMessageBox.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Controls\MyButton.cs">
|
|
|
|
|
<Link>Linked\MyButton.cs</Link>
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Radio\3DRradio.cs">
|
|
|
|
|
<Link>Linked\3DRradio.cs</Link>
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Radio\3DRradio.designer.cs">
|
|
|
|
|
<Link>Linked\3DRradio.designer.cs</Link>
|
|
|
|
|
<DependentUpon>3DRradio.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Radio\IHex.cs">
|
|
|
|
|
<Link>Linked\IHex.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\Radio\Uploader.cs">
|
|
|
|
|
<Link>Linked\Uploader.cs</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Common.cs" />
|
|
|
|
|
<Compile Include="Config.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Config.Designer.cs">
|
|
|
|
|
<DependentUpon>Config.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MainV2.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2012-05-16 09:21:27 -03:00
|
|
|
|
<Compile Include="Rssi.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Rssi.Designer.cs">
|
|
|
|
|
<DependentUpon>Rssi.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Terminal.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Terminal.Designer.cs">
|
|
|
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<Compile Include="ThemeManager.cs" />
|
|
|
|
|
<EmbeddedResource Include="..\Controls\BackstageView\BackstageView.resx">
|
|
|
|
|
<Link>Linked\BackstageView.resx</Link>
|
|
|
|
|
<DependentUpon>BackstageView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="..\Radio\3DRradio.resx">
|
|
|
|
|
<Link>Linked\3DRradio.resx</Link>
|
|
|
|
|
<DependentUpon>3DRradio.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="..\Radio\3DRradio.zh-Hans.resx">
|
|
|
|
|
<Link>Linked\3DRradio.zh-Hans.resx</Link>
|
|
|
|
|
<DependentUpon>3DRradio.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Config.resx">
|
|
|
|
|
<DependentUpon>Config.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</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>
|
2012-05-16 09:21:27 -03:00
|
|
|
|
<EmbeddedResource Include="Rssi.resx">
|
|
|
|
|
<DependentUpon>Rssi.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Terminal.resx">
|
|
|
|
|
<DependentUpon>Terminal.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
<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>
|
|
|
|
|
</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>
|
|
|
|
|
<Content Include="3dr.ico" />
|
2012-05-11 06:07:52 -03:00
|
|
|
|
<Content Include="ChangeLog.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2012-05-07 11:25:56 -03:00
|
|
|
|
<None Include="Resources\3dr3.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\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>
|