88 lines
4.2 KiB
XML
88 lines
4.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<PropertyGroup>
|
|||
|
<AssemblyName>FEZ Mini Application</AssemblyName>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<RootNamespace>HighAltitude</RootNamespace>
|
|||
|
<ProjectTypeGuids>{b69e3092-b931-443c-abe7-7e7b65f2a37f};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|||
|
<ProductVersion>9.0.21022</ProductVersion>
|
|||
|
<SchemaVersion>2.0</SchemaVersion>
|
|||
|
<ProjectGuid>{2CC55691-0251-403D-BFC2-C44CDAA6B2B7}</ProjectGuid>
|
|||
|
<TargetFrameworkVersion>v4.1</TargetFrameworkVersion>
|
|||
|
<NetMfTargetsBaseDir Condition="'$(NetMfTargetsBaseDir)'==''">$(MSBuildExtensionsPath32)\Microsoft\.NET Micro Framework\</NetMfTargetsBaseDir>
|
|||
|
<SccProjectName>SAK</SccProjectName>
|
|||
|
<SccLocalPath>SAK</SccLocalPath>
|
|||
|
<SccAuxPath>SAK</SccAuxPath>
|
|||
|
<SccProvider>SAK</SccProvider>
|
|||
|
</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>
|
|||
|
<Import Project="$(NetMfTargetsBaseDir)$(TargetFrameworkVersion)\CSharp.Targets" />
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Hardware\BatteryMonitor.cs" />
|
|||
|
<Compile Include="Hardware\DS18B20_Temperature.cs" />
|
|||
|
<Compile Include="Hardware\Igniter.cs" />
|
|||
|
<Compile Include="Hardware\SdCardLogger.cs" />
|
|||
|
<Compile Include="Hardware\SkyTraqVenus6_GPS.cs" />
|
|||
|
<Compile Include="Hardware\Linksprite_Camera.cs" />
|
|||
|
<Compile Include="MadgwickAHRS.cs" />
|
|||
|
<Compile Include="PidController.cs" />
|
|||
|
<Compile Include="Hardware\PitotTubeSpeedSensor.cs" />
|
|||
|
<Compile Include="Hardware\FEZ_Low_Level.cs" />
|
|||
|
<Compile Include="Hardware\I2CBase.cs" />
|
|||
|
<Compile Include="Hardware\I2CBus.cs" />
|
|||
|
<Compile Include="Hardware\BMP085_Barometer.cs" />
|
|||
|
<Compile Include="Hardware\L3G4200D_Gyro.cs" />
|
|||
|
<Compile Include="Hardware\LSM303DLM_Magnetometer.cs" />
|
|||
|
<Compile Include="Hardware\LSM303DLM_Accelerometer.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
<Compile Include="Program.cs" />
|
|||
|
<Compile Include="Resources.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DesignTime>True</DesignTime>
|
|||
|
<DependentUpon>Resources.resx</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Hardware\RFM22b.cs" />
|
|||
|
<Compile Include="Hardware\ServoController.cs" />
|
|||
|
<Compile Include="Navigation.cs" />
|
|||
|
<Compile Include="Rotation.cs" />
|
|||
|
<Compile Include="ValueStorageClass.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<EmbeddedResource Include="Resources.resx">
|
|||
|
<SubType>Designer</SubType>
|
|||
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|||
|
</EmbeddedResource>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="FEZMini_GHIElectronics.NETMF.FEZ, Version=4.1.8.0, Culture=neutral, processorArchitecture=MSIL" />
|
|||
|
<Reference Include="GHIElectronics.NETMF.Hardware, Version=4.1.8.0, Culture=neutral, processorArchitecture=MSIL" />
|
|||
|
<Reference Include="GHIElectronics.NETMF.IO, Version=4.1.8.0, Culture=neutral, processorArchitecture=MSIL" />
|
|||
|
<Reference Include="GHIElectronics.NETMF.System, Version=4.1.8.0, Culture=neutral, processorArchitecture=MSIL" />
|
|||
|
<Reference Include="Microsoft.SPOT.Hardware" />
|
|||
|
<Reference Include="Microsoft.SPOT.Hardware.SerialPort" />
|
|||
|
<Reference Include="Microsoft.SPOT.IO" />
|
|||
|
<Reference Include="Microsoft.SPOT.Native" />
|
|||
|
<Reference Include="Microsoft.SPOT.Time" />
|
|||
|
<Reference Include="System.IO" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Folder Include="NotUsed\" />
|
|||
|
</ItemGroup>
|
|||
|
</Project>
|