Darien Figueroa / Mbed OS Final_Program

Dependencies:   USBDevice

Committer:
darienf
Date:
Sun May 02 23:09:04 2021 +0000
Revision:
5:bc128a16232f
Parent:
3:36de8b9e4b1a
This is the program that was last used, that has the working temperature and some comments

Who changed what in which revision?

UserRevisionLine numberNew contents of line
darienf 3:36de8b9e4b1a 1 <?xml version="1.0" encoding="utf-8"?>
darienf 3:36de8b9e4b1a 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
darienf 3:36de8b9e4b1a 3 <PropertyGroup>
darienf 3:36de8b9e4b1a 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
darienf 3:36de8b9e4b1a 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
darienf 3:36de8b9e4b1a 6 <ProductVersion>8.0.30703</ProductVersion>
darienf 3:36de8b9e4b1a 7 <SchemaVersion>2.0</SchemaVersion>
darienf 3:36de8b9e4b1a 8 <ProjectGuid>{170A27F5-0680-485D-8B90-EA736719016E}</ProjectGuid>
darienf 3:36de8b9e4b1a 9 <OutputType>Library</OutputType>
darienf 3:36de8b9e4b1a 10 <AppDesignerFolder>Properties</AppDesignerFolder>
darienf 3:36de8b9e4b1a 11 <RootNamespace>RPCSupport</RootNamespace>
darienf 3:36de8b9e4b1a 12 <AssemblyName>RPCSupport</AssemblyName>
darienf 3:36de8b9e4b1a 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
darienf 3:36de8b9e4b1a 14 <FileAlignment>512</FileAlignment>
darienf 3:36de8b9e4b1a 15 </PropertyGroup>
darienf 3:36de8b9e4b1a 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
darienf 3:36de8b9e4b1a 17 <DebugSymbols>true</DebugSymbols>
darienf 3:36de8b9e4b1a 18 <DebugType>full</DebugType>
darienf 3:36de8b9e4b1a 19 <Optimize>false</Optimize>
darienf 3:36de8b9e4b1a 20 <OutputPath>bin\Debug\</OutputPath>
darienf 3:36de8b9e4b1a 21 <DefineConstants>DEBUG;TRACE</DefineConstants>
darienf 3:36de8b9e4b1a 22 <ErrorReport>prompt</ErrorReport>
darienf 3:36de8b9e4b1a 23 <WarningLevel>4</WarningLevel>
darienf 3:36de8b9e4b1a 24 </PropertyGroup>
darienf 3:36de8b9e4b1a 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
darienf 3:36de8b9e4b1a 26 <DebugType>pdbonly</DebugType>
darienf 3:36de8b9e4b1a 27 <Optimize>true</Optimize>
darienf 3:36de8b9e4b1a 28 <OutputPath>bin\Release\</OutputPath>
darienf 3:36de8b9e4b1a 29 <DefineConstants>TRACE</DefineConstants>
darienf 3:36de8b9e4b1a 30 <ErrorReport>prompt</ErrorReport>
darienf 3:36de8b9e4b1a 31 <WarningLevel>4</WarningLevel>
darienf 3:36de8b9e4b1a 32 <PlatformTarget>x86</PlatformTarget>
darienf 3:36de8b9e4b1a 33 </PropertyGroup>
darienf 3:36de8b9e4b1a 34 <ItemGroup>
darienf 3:36de8b9e4b1a 35 <Reference Include="MaximStyle">
darienf 3:36de8b9e4b1a 36 <HintPath>..\MaximStyle\MaximStyle.dll</HintPath>
darienf 3:36de8b9e4b1a 37 </Reference>
darienf 3:36de8b9e4b1a 38 <Reference Include="System" />
darienf 3:36de8b9e4b1a 39 <Reference Include="System.Core" />
darienf 3:36de8b9e4b1a 40 <Reference Include="System.Drawing" />
darienf 3:36de8b9e4b1a 41 <Reference Include="System.Windows.Forms" />
darienf 3:36de8b9e4b1a 42 <Reference Include="System.Xml.Linq" />
darienf 3:36de8b9e4b1a 43 <Reference Include="System.Data.DataSetExtensions" />
darienf 3:36de8b9e4b1a 44 <Reference Include="Microsoft.CSharp" />
darienf 3:36de8b9e4b1a 45 <Reference Include="System.Data" />
darienf 3:36de8b9e4b1a 46 <Reference Include="System.Xml" />
darienf 3:36de8b9e4b1a 47 </ItemGroup>
darienf 3:36de8b9e4b1a 48 <ItemGroup>
darienf 3:36de8b9e4b1a 49 <Compile Include="DataLogging\DataLogging.cs" />
darienf 3:36de8b9e4b1a 50 <Compile Include="DataLogging\StreamDataLog.cs" />
darienf 3:36de8b9e4b1a 51 <Compile Include="DeviceSupport\RegisterBitDescriptions.cs" />
darienf 3:36de8b9e4b1a 52 <Compile Include="Devices\ClientDevice.cs" />
darienf 3:36de8b9e4b1a 53 <Compile Include="DeviceSupport\DeviceDetails.cs" />
darienf 3:36de8b9e4b1a 54 <Compile Include="Devices\I2cDevice.cs" />
darienf 3:36de8b9e4b1a 55 <Compile Include="DeviceSupport\RegisterInfo.cs" />
darienf 3:36de8b9e4b1a 56 <Compile Include="Devices\IRegisterDevice.cs" />
darienf 3:36de8b9e4b1a 57 <Compile Include="Devices\Led.cs" />
darienf 3:36de8b9e4b1a 58 <Compile Include="Devices\MAX30001.cs" />
darienf 3:36de8b9e4b1a 59 <Compile Include="Devices\S25FS512.cs" />
darienf 3:36de8b9e4b1a 60 <Compile Include="Devices\SpiDevice.cs" />
darienf 3:36de8b9e4b1a 61 <Compile Include="Devices\Testing.cs" />
darienf 3:36de8b9e4b1a 62 <Compile Include="Dialogs\RpcLog.cs">
darienf 3:36de8b9e4b1a 63 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 64 </Compile>
darienf 3:36de8b9e4b1a 65 <Compile Include="Dialogs\RpcLog.Designer.cs">
darienf 3:36de8b9e4b1a 66 <DependentUpon>RpcLog.cs</DependentUpon>
darienf 3:36de8b9e4b1a 67 </Compile>
darienf 3:36de8b9e4b1a 68 <Compile Include="HidSupport\FileIODeclarations.cs" />
darienf 3:36de8b9e4b1a 69 <Compile Include="HidSupport\HID.cs" />
darienf 3:36de8b9e4b1a 70 <Compile Include="HidSupport\support.cs" />
darienf 3:36de8b9e4b1a 71 <Compile Include="Pipelines\DataLogPipeline.cs" />
darienf 3:36de8b9e4b1a 72 <Compile Include="Pipelines\HidPipeline.cs" />
darienf 3:36de8b9e4b1a 73 <Compile Include="Pipelines\Pipeline.cs" />
darienf 3:36de8b9e4b1a 74 <Compile Include="Pipelines\SerialWrapPipeline.cs" />
darienf 3:36de8b9e4b1a 75 <Compile Include="RPCClient.cs" />
darienf 3:36de8b9e4b1a 76 <Compile Include="Pipelines\SerialPipeline.cs" />
darienf 3:36de8b9e4b1a 77 <Compile Include="Devices\LIS2HD.cs" />
darienf 3:36de8b9e4b1a 78 <Compile Include="Devices\MAX30101\MAX30101.cs" />
darienf 3:36de8b9e4b1a 79 <Compile Include="Devices\MAX30205.cs" />
darienf 3:36de8b9e4b1a 80 <Compile Include="Properties\AssemblyInfo.cs" />
darienf 3:36de8b9e4b1a 81 <Compile Include="Streaming\Crc32.cs" />
darienf 3:36de8b9e4b1a 82 <Compile Include="Streaming\PartialArrayIntAvailableEventArgs.cs" />
darienf 3:36de8b9e4b1a 83 <Compile Include="Streaming\Streaming.cs" />
darienf 3:36de8b9e4b1a 84 <Compile Include="Streaming\StreamingParameters.cs" />
darienf 3:36de8b9e4b1a 85 </ItemGroup>
darienf 3:36de8b9e4b1a 86 <ItemGroup>
darienf 3:36de8b9e4b1a 87 <EmbeddedResource Include="Dialogs\RpcLog.resx">
darienf 3:36de8b9e4b1a 88 <DependentUpon>RpcLog.cs</DependentUpon>
darienf 3:36de8b9e4b1a 89 </EmbeddedResource>
darienf 3:36de8b9e4b1a 90 </ItemGroup>
darienf 3:36de8b9e4b1a 91 <ItemGroup>
darienf 3:36de8b9e4b1a 92 <ProjectReference Include="..\SerialWrap\SerialWrap.csproj">
darienf 3:36de8b9e4b1a 93 <Project>{28A72C36-6880-4A8E-800A-86959B22A8AC}</Project>
darienf 3:36de8b9e4b1a 94 <Name>SerialWrap</Name>
darienf 3:36de8b9e4b1a 95 </ProjectReference>
darienf 3:36de8b9e4b1a 96 </ItemGroup>
darienf 3:36de8b9e4b1a 97 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
darienf 3:36de8b9e4b1a 98 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
darienf 3:36de8b9e4b1a 99 Other similar extension points exist, see Microsoft.Common.targets.
darienf 3:36de8b9e4b1a 100 <Target Name="BeforeBuild">
darienf 3:36de8b9e4b1a 101 </Target>
darienf 3:36de8b9e4b1a 102 <Target Name="AfterBuild">
darienf 3:36de8b9e4b1a 103 </Target>
darienf 3:36de8b9e4b1a 104 -->
darienf 3:36de8b9e4b1a 105 </Project>