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>
|
2011-02-23 17:43:06 -04:00
|
|
|
|
<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>
|
2011-03-27 11:54:06 -03:00
|
|
|
|
<ApplicationRevision>11</ApplicationRevision>
|
2011-02-23 17:43:06 -04:00
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2010-12-18 18:23:09 -04:00
|
|
|
|
</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-27 15:38:07 -04:00
|
|
|
|
<Compile Include="PresentationModels\GPSstatusVm.cs" />
|
2011-02-14 10:48:47 -04:00
|
|
|
|
<Compile Include="PresentationModels\CrudVm.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\MainVm.cs" />
|
2011-02-14 10:48:47 -04:00
|
|
|
|
<Compile Include="PresentationModels\SensorsVm.cs" />
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<Compile Include="PresentationModels\VmBase.cs" />
|
2011-02-23 11:51:18 -04:00
|
|
|
|
<Compile Include="Views\controls\CircularIndicatorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\controls\CircularIndicatorControl.Designer.cs">
|
|
|
|
|
<DependentUpon>CircularIndicatorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-28 18:01:48 -04:00
|
|
|
|
<Compile Include="Views\controls\CompassControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\controls\CompassControl.Designer.cs">
|
|
|
|
|
<DependentUpon>CompassControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2011-02-20 19:01:29 -04:00
|
|
|
|
<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>
|
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-27 15:38:07 -04:00
|
|
|
|
<Compile Include="Views\GpsView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\GpsView.Designer.cs">
|
|
|
|
|
<DependentUpon>GpsView.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\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\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>
|
2011-02-23 17:43:06 -04:00
|
|
|
|
<None Include="configuratorCert.pfx" />
|
2010-12-18 18:23:09 -04:00
|
|
|
|
<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>
|
2010-12-19 06:39:36 -04:00
|
|
|
|
<ItemGroup>
|
2011-02-23 11:51:18 -04:00
|
|
|
|
<EmbeddedResource Include="Views\controls\CircularIndicatorControl.resx">
|
|
|
|
|
<DependentUpon>CircularIndicatorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-28 18:01:48 -04:00
|
|
|
|
<EmbeddedResource Include="Views\controls\CompassControl.resx">
|
|
|
|
|
<DependentUpon>CompassControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-20 19:01:29 -04:00
|
|
|
|
<EmbeddedResource Include="Views\controls\PropControl.resx">
|
|
|
|
|
<DependentUpon>PropControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Views\controls\QuadPlanControl.resx">
|
|
|
|
|
<DependentUpon>QuadPlanControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2011-02-27 15:38:07 -04:00
|
|
|
|
<EmbeddedResource Include="Views\GpsView.resx">
|
|
|
|
|
<DependentUpon>GpsView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
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-24 13:13:02 -04:00
|
|
|
|
<Content Include="Readme.txt" />
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<Content Include="Views\icons\arrow_up.png" />
|
2011-02-13 14:14:28 -04:00
|
|
|
|
<Content Include="Views\icons\chip.gif" />
|
2010-12-19 06:39:36 -04:00
|
|
|
|
<Content Include="Views\icons\connect.ico" />
|
|
|
|
|
<Content Include="Views\icons\disconnect.ico" />
|
2011-02-13 14:14:28 -04:00
|
|
|
|
<Content Include="Views\icons\install.png" />
|
2011-02-24 13:13:02 -04:00
|
|
|
|
<Content Include="Views\icons\Misc-Tools.ico" />
|
2011-02-13 05:25:54 -04:00
|
|
|
|
<Content Include="Views\icons\saveIcon.png" />
|
2010-12-19 06:39:36 -04:00
|
|
|
|
</ItemGroup>
|
2011-02-23 17:43:06 -04:00
|
|
|
|
<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>
|
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>
|