This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth

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)' == '' ">x86</Platform>
darienf 3:36de8b9e4b1a 6 <ProductVersion>8.0.30703</ProductVersion>
darienf 3:36de8b9e4b1a 7 <SchemaVersion>2.0</SchemaVersion>
darienf 3:36de8b9e4b1a 8 <ProjectGuid>{CEF8731E-362F-407C-86A7-F65ACE2A1ACB}</ProjectGuid>
darienf 3:36de8b9e4b1a 9 <OutputType>WinExe</OutputType>
darienf 3:36de8b9e4b1a 10 <AppDesignerFolder>Properties</AppDesignerFolder>
darienf 3:36de8b9e4b1a 11 <RootNamespace>HealthSensorPlatform</RootNamespace>
darienf 3:36de8b9e4b1a 12 <AssemblyName>hSensorDemo</AssemblyName>
darienf 3:36de8b9e4b1a 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
darienf 3:36de8b9e4b1a 14 <TargetFrameworkProfile>
darienf 3:36de8b9e4b1a 15 </TargetFrameworkProfile>
darienf 3:36de8b9e4b1a 16 <FileAlignment>512</FileAlignment>
darienf 3:36de8b9e4b1a 17 <IsWebBootstrapper>false</IsWebBootstrapper>
darienf 3:36de8b9e4b1a 18 <NuGetPackageImportStamp>
darienf 3:36de8b9e4b1a 19 </NuGetPackageImportStamp>
darienf 3:36de8b9e4b1a 20 <PublishUrl>publish\</PublishUrl>
darienf 3:36de8b9e4b1a 21 <Install>true</Install>
darienf 3:36de8b9e4b1a 22 <InstallFrom>Disk</InstallFrom>
darienf 3:36de8b9e4b1a 23 <UpdateEnabled>false</UpdateEnabled>
darienf 3:36de8b9e4b1a 24 <UpdateMode>Foreground</UpdateMode>
darienf 3:36de8b9e4b1a 25 <UpdateInterval>7</UpdateInterval>
darienf 3:36de8b9e4b1a 26 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
darienf 3:36de8b9e4b1a 27 <UpdatePeriodically>false</UpdatePeriodically>
darienf 3:36de8b9e4b1a 28 <UpdateRequired>false</UpdateRequired>
darienf 3:36de8b9e4b1a 29 <MapFileExtensions>true</MapFileExtensions>
darienf 3:36de8b9e4b1a 30 <ApplicationRevision>0</ApplicationRevision>
darienf 3:36de8b9e4b1a 31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
darienf 3:36de8b9e4b1a 32 <UseApplicationTrust>false</UseApplicationTrust>
darienf 3:36de8b9e4b1a 33 <BootstrapperEnabled>true</BootstrapperEnabled>
darienf 3:36de8b9e4b1a 34 </PropertyGroup>
darienf 3:36de8b9e4b1a 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
darienf 3:36de8b9e4b1a 36 <PlatformTarget>x86</PlatformTarget>
darienf 3:36de8b9e4b1a 37 <DebugSymbols>true</DebugSymbols>
darienf 3:36de8b9e4b1a 38 <DebugType>full</DebugType>
darienf 3:36de8b9e4b1a 39 <Optimize>false</Optimize>
darienf 3:36de8b9e4b1a 40 <OutputPath>bin\Debug\</OutputPath>
darienf 3:36de8b9e4b1a 41 <DefineConstants>DEBUG;TRACE</DefineConstants>
darienf 3:36de8b9e4b1a 42 <ErrorReport>prompt</ErrorReport>
darienf 3:36de8b9e4b1a 43 <WarningLevel>4</WarningLevel>
darienf 3:36de8b9e4b1a 44 </PropertyGroup>
darienf 3:36de8b9e4b1a 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
darienf 3:36de8b9e4b1a 46 <PlatformTarget>x86</PlatformTarget>
darienf 3:36de8b9e4b1a 47 <DebugType>pdbonly</DebugType>
darienf 3:36de8b9e4b1a 48 <Optimize>true</Optimize>
darienf 3:36de8b9e4b1a 49 <OutputPath>bin\Release\</OutputPath>
darienf 3:36de8b9e4b1a 50 <DefineConstants>TRACE</DefineConstants>
darienf 3:36de8b9e4b1a 51 <ErrorReport>prompt</ErrorReport>
darienf 3:36de8b9e4b1a 52 <WarningLevel>4</WarningLevel>
darienf 3:36de8b9e4b1a 53 <RunCodeAnalysis>false</RunCodeAnalysis>
darienf 3:36de8b9e4b1a 54 </PropertyGroup>
darienf 3:36de8b9e4b1a 55 <PropertyGroup>
darienf 3:36de8b9e4b1a 56 <ApplicationIcon>MI_icon.ico</ApplicationIcon>
darienf 3:36de8b9e4b1a 57 </PropertyGroup>
darienf 3:36de8b9e4b1a 58 <ItemGroup>
darienf 3:36de8b9e4b1a 59 <Reference Include="Magick.NET-Q8-AnyCPU">
darienf 3:36de8b9e4b1a 60 <HintPath>..\packages\Magick.NET-Q8-AnyCPU.7.0.2.400\lib\net40-client\Magick.NET-Q8-AnyCPU.dll</HintPath>
darienf 3:36de8b9e4b1a 61 </Reference>
darienf 3:36de8b9e4b1a 62 <Reference Include="MaximStyle">
darienf 3:36de8b9e4b1a 63 <HintPath>.\MaximStyle.dll</HintPath>
darienf 3:36de8b9e4b1a 64 </Reference>
darienf 3:36de8b9e4b1a 65 <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
darienf 3:36de8b9e4b1a 66 <SpecificVersion>False</SpecificVersion>
darienf 3:36de8b9e4b1a 67 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
darienf 3:36de8b9e4b1a 68 </Reference>
darienf 3:36de8b9e4b1a 69 <Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
darienf 3:36de8b9e4b1a 70 <SpecificVersion>False</SpecificVersion>
darienf 3:36de8b9e4b1a 71 <HintPath>..\packages\Lyncee.OpenTK.1.1.1173.43181\lib\OpenTK.dll</HintPath>
darienf 3:36de8b9e4b1a 72 </Reference>
darienf 3:36de8b9e4b1a 73 <Reference Include="OpenTK.Compatibility, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
darienf 3:36de8b9e4b1a 74 <SpecificVersion>False</SpecificVersion>
darienf 3:36de8b9e4b1a 75 <HintPath>..\packages\Lyncee.OpenTK.Compatibility.1.1.1173.43181\lib\OpenTK.Compatibility.dll</HintPath>
darienf 3:36de8b9e4b1a 76 </Reference>
darienf 3:36de8b9e4b1a 77 <Reference Include="OpenTK.GLControl, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
darienf 3:36de8b9e4b1a 78 <SpecificVersion>False</SpecificVersion>
darienf 3:36de8b9e4b1a 79 <HintPath>..\packages\OpenTK.GLControl.1.1.2349.61993\lib\NET40\OpenTK.GLControl.dll</HintPath>
darienf 3:36de8b9e4b1a 80 </Reference>
darienf 3:36de8b9e4b1a 81 <Reference Include="System" />
darienf 3:36de8b9e4b1a 82 <Reference Include="System.Core" />
darienf 3:36de8b9e4b1a 83 <Reference Include="System.Management" />
darienf 3:36de8b9e4b1a 84 <Reference Include="System.Windows.Forms.DataVisualization" />
darienf 3:36de8b9e4b1a 85 <Reference Include="System.Xml.Linq" />
darienf 3:36de8b9e4b1a 86 <Reference Include="System.Data.DataSetExtensions" />
darienf 3:36de8b9e4b1a 87 <Reference Include="Microsoft.CSharp" />
darienf 3:36de8b9e4b1a 88 <Reference Include="System.Data" />
darienf 3:36de8b9e4b1a 89 <Reference Include="System.Deployment" />
darienf 3:36de8b9e4b1a 90 <Reference Include="System.Drawing" />
darienf 3:36de8b9e4b1a 91 <Reference Include="System.Windows.Forms" />
darienf 3:36de8b9e4b1a 92 <Reference Include="System.Xml" />
darienf 3:36de8b9e4b1a 93 </ItemGroup>
darienf 3:36de8b9e4b1a 94 <ItemGroup>
darienf 3:36de8b9e4b1a 95 <Compile Include="Algorithm\InterfaceRedIRGreenLEDdataConsumer.cs" />
darienf 3:36de8b9e4b1a 96 <Compile Include="Algorithm\MaximAlgorithmClass.cs" />
darienf 3:36de8b9e4b1a 97 <Compile Include="Algorithm\MaximSKAlgorithmClass.cs" />
darienf 3:36de8b9e4b1a 98 <Compile Include="Algorithm\SKA.cs" />
darienf 3:36de8b9e4b1a 99 <Compile Include="BioZChannel.cs">
darienf 3:36de8b9e4b1a 100 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 101 </Compile>
darienf 3:36de8b9e4b1a 102 <Compile Include="BioZLoad.cs">
darienf 3:36de8b9e4b1a 103 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 104 </Compile>
darienf 3:36de8b9e4b1a 105 <Compile Include="BioZMux.cs">
darienf 3:36de8b9e4b1a 106 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 107 </Compile>
darienf 3:36de8b9e4b1a 108 <Compile Include="CustomControls\DoubleBufferTableLayoutPanel.cs">
darienf 3:36de8b9e4b1a 109 <SubType>Component</SubType>
darienf 3:36de8b9e4b1a 110 </Compile>
darienf 3:36de8b9e4b1a 111 <Compile Include="CustomControls\DoubleBufferTableLayoutPanel.Designer.cs">
darienf 3:36de8b9e4b1a 112 <DependentUpon>DoubleBufferTableLayoutPanel.cs</DependentUpon>
darienf 3:36de8b9e4b1a 113 </Compile>
darienf 3:36de8b9e4b1a 114 <Compile Include="CustomControls\EcgView.cs">
darienf 3:36de8b9e4b1a 115 <SubType>UserControl</SubType>
darienf 3:36de8b9e4b1a 116 </Compile>
darienf 3:36de8b9e4b1a 117 <Compile Include="CustomControls\EcgView.Designer.cs">
darienf 3:36de8b9e4b1a 118 <DependentUpon>EcgView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 119 </Compile>
darienf 3:36de8b9e4b1a 120 <Compile Include="CustomControls\IDataLoggingView.cs" />
darienf 3:36de8b9e4b1a 121 <Compile Include="CustomControls\IDeviceView.cs" />
darienf 3:36de8b9e4b1a 122 <Compile Include="CustomControls\IEcgView.cs" />
darienf 3:36de8b9e4b1a 123 <Compile Include="CustomControls\IFileLogView.cs" />
darienf 3:36de8b9e4b1a 124 <Compile Include="CustomControls\InitArgs.cs" />
darienf 3:36de8b9e4b1a 125 <Compile Include="CustomControls\ITemperatureView.cs" />
darienf 3:36de8b9e4b1a 126 <Compile Include="CustomControls\LoggingView.cs">
darienf 3:36de8b9e4b1a 127 <SubType>UserControl</SubType>
darienf 3:36de8b9e4b1a 128 </Compile>
darienf 3:36de8b9e4b1a 129 <Compile Include="CustomControls\LoggingView.Designer.cs">
darienf 3:36de8b9e4b1a 130 <DependentUpon>LoggingView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 131 </Compile>
darienf 3:36de8b9e4b1a 132 <Compile Include="CustomControls\OpticalView.cs">
darienf 3:36de8b9e4b1a 133 <SubType>UserControl</SubType>
darienf 3:36de8b9e4b1a 134 </Compile>
darienf 3:36de8b9e4b1a 135 <Compile Include="CustomControls\OpticalView.Designer.cs">
darienf 3:36de8b9e4b1a 136 <DependentUpon>OpticalView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 137 </Compile>
darienf 3:36de8b9e4b1a 138 <Compile Include="CustomControls\PrimitivesView.cs">
darienf 3:36de8b9e4b1a 139 <SubType>UserControl</SubType>
darienf 3:36de8b9e4b1a 140 </Compile>
darienf 3:36de8b9e4b1a 141 <Compile Include="CustomControls\PrimitivesView.Designer.cs">
darienf 3:36de8b9e4b1a 142 <DependentUpon>PrimitivesView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 143 </Compile>
darienf 3:36de8b9e4b1a 144 <Compile Include="CustomControls\RegisterExportView.cs">
darienf 3:36de8b9e4b1a 145 <SubType>UserControl</SubType>
darienf 3:36de8b9e4b1a 146 </Compile>
darienf 3:36de8b9e4b1a 147 <Compile Include="CustomControls\RegisterExportView.Designer.cs">
darienf 3:36de8b9e4b1a 148 <DependentUpon>RegisterExportView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 149 </Compile>
darienf 3:36de8b9e4b1a 150 <Compile Include="CustomControls\RegisterView.cs">
darienf 3:36de8b9e4b1a 151 <SubType>UserControl</SubType>
darienf 3:36de8b9e4b1a 152 </Compile>
darienf 3:36de8b9e4b1a 153 <Compile Include="CustomControls\RegisterView.designer.cs">
darienf 3:36de8b9e4b1a 154 <DependentUpon>RegisterView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 155 </Compile>
darienf 3:36de8b9e4b1a 156 <Compile Include="CustomControls\StreamingStartStopEventArgs.cs" />
darienf 3:36de8b9e4b1a 157 <Compile Include="CustomControls\TemperatureView.cs">
darienf 3:36de8b9e4b1a 158 <SubType>UserControl</SubType>
darienf 3:36de8b9e4b1a 159 </Compile>
darienf 3:36de8b9e4b1a 160 <Compile Include="CustomControls\TemperatureView.Designer.cs">
darienf 3:36de8b9e4b1a 161 <DependentUpon>TemperatureView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 162 </Compile>
darienf 3:36de8b9e4b1a 163 <Compile Include="DeviceDescriptions\MAX30001Info.cs" />
darienf 3:36de8b9e4b1a 164 <Compile Include="DeviceDescriptions\MAX14720Info.cs" />
darienf 3:36de8b9e4b1a 165 <Compile Include="DeviceDescriptions\MAX30003Info.cs" />
darienf 3:36de8b9e4b1a 166 <Compile Include="DeviceDescriptions\MAX30205Info.cs" />
darienf 3:36de8b9e4b1a 167 <Compile Include="DeviceDescriptions\Device.cs" />
darienf 3:36de8b9e4b1a 168 <Compile Include="DeviceDescriptions\DeviceController.cs" />
darienf 3:36de8b9e4b1a 169 <Compile Include="DeviceDescriptions\LIS2DHInfo.cs" />
darienf 3:36de8b9e4b1a 170 <Compile Include="DeviceDescriptions\MAX30101Info.cs" />
darienf 3:36de8b9e4b1a 171 <Compile Include="ECGInputMux.cs">
darienf 3:36de8b9e4b1a 172 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 173 </Compile>
darienf 3:36de8b9e4b1a 174 <Compile Include="ECGChannel.cs">
darienf 3:36de8b9e4b1a 175 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 176 </Compile>
darienf 3:36de8b9e4b1a 177 <Compile Include="FirFilter.cs" />
darienf 3:36de8b9e4b1a 178 <Compile Include="Form1.cs">
darienf 3:36de8b9e4b1a 179 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 180 </Compile>
darienf 3:36de8b9e4b1a 181 <Compile Include="Form1.Designer.cs">
darienf 3:36de8b9e4b1a 182 <DependentUpon>Form1.cs</DependentUpon>
darienf 3:36de8b9e4b1a 183 </Compile>
darienf 3:36de8b9e4b1a 184 <Compile Include="FormConnection.cs">
darienf 3:36de8b9e4b1a 185 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 186 </Compile>
darienf 3:36de8b9e4b1a 187 <Compile Include="FormConnection.Designer.cs">
darienf 3:36de8b9e4b1a 188 <DependentUpon>FormConnection.cs</DependentUpon>
darienf 3:36de8b9e4b1a 189 </Compile>
darienf 3:36de8b9e4b1a 190 <Compile Include="IRegisterFieldView.cs" />
darienf 3:36de8b9e4b1a 191 <Compile Include="MaximColor.cs" />
darienf 3:36de8b9e4b1a 192 <Compile Include="Model\ACLeadOff.cs" />
darienf 3:36de8b9e4b1a 193 <Compile Include="Model\DataLogModel.cs" />
darienf 3:36de8b9e4b1a 194 <Compile Include="Model\IDataLogModel.cs" />
darienf 3:36de8b9e4b1a 195 <Compile Include="Model\ITemperatureModel.cs" />
darienf 3:36de8b9e4b1a 196 <Compile Include="Model\DCLeadOff.cs" />
darienf 3:36de8b9e4b1a 197 <Compile Include="Model\MAX30001.cs" />
darienf 3:36de8b9e4b1a 198 <Compile Include="Model\MAX30205Model.cs" />
darienf 3:36de8b9e4b1a 199 <Compile Include="Model\PaceData.cs" />
darienf 3:36de8b9e4b1a 200 <Compile Include="Presenter\DataLogPresenter.cs" />
darienf 3:36de8b9e4b1a 201 <Compile Include="Presenter\OpticalAlgorithmPresenter.cs" />
darienf 3:36de8b9e4b1a 202 <Compile Include="Presenter\RawFileLogPresenter.cs" />
darienf 3:36de8b9e4b1a 203 <Compile Include="Presenter\RegisterExportPresenter.cs" />
darienf 3:36de8b9e4b1a 204 <Compile Include="Presenter\RToRCalculator.cs" />
darienf 3:36de8b9e4b1a 205 <Compile Include="PaceChannel.cs">
darienf 3:36de8b9e4b1a 206 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 207 </Compile>
darienf 3:36de8b9e4b1a 208 <Compile Include="Model\FifoStruct.cs" />
darienf 3:36de8b9e4b1a 209 <Compile Include="Model\PaceEventArgs.cs" />
darienf 3:36de8b9e4b1a 210 <Compile Include="Model\EcgEventArgs.cs" />
darienf 3:36de8b9e4b1a 211 <Compile Include="Model\BioZEventArgs.cs" />
darienf 3:36de8b9e4b1a 212 <Compile Include="Model\RToREventArgs.cs" />
darienf 3:36de8b9e4b1a 213 <Compile Include="Presenter\EcgDelay.cs" />
darienf 3:36de8b9e4b1a 214 <Compile Include="Presenter\OpticalFileLogPresenter.cs" />
darienf 3:36de8b9e4b1a 215 <Compile Include="Presenter\StreamPresenter.cs" />
darienf 3:36de8b9e4b1a 216 <Compile Include="Presenter\TemperaturePresenter.cs" />
darienf 3:36de8b9e4b1a 217 <Compile Include="Properties\Resources.Designer.cs">
darienf 3:36de8b9e4b1a 218 <AutoGen>True</AutoGen>
darienf 3:36de8b9e4b1a 219 <DesignTime>True</DesignTime>
darienf 3:36de8b9e4b1a 220 <DependentUpon>Resources.resx</DependentUpon>
darienf 3:36de8b9e4b1a 221 </Compile>
darienf 3:36de8b9e4b1a 222 <Compile Include="Temperature\TemperatureValue.cs" />
darienf 3:36de8b9e4b1a 223 <Compile Include="View\DataFormatEventArgs.cs" />
darienf 3:36de8b9e4b1a 224 <Compile Include="View\FileLogView\FileLogHeader.cs" />
darienf 3:36de8b9e4b1a 225 <Compile Include="View\IOpticalAlgorithmView.cs" />
darienf 3:36de8b9e4b1a 226 <Compile Include="View\RegisterExportForm.cs">
darienf 3:36de8b9e4b1a 227 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 228 </Compile>
darienf 3:36de8b9e4b1a 229 <Compile Include="View\RegisterExportForm.Designer.cs">
darienf 3:36de8b9e4b1a 230 <DependentUpon>RegisterExportForm.cs</DependentUpon>
darienf 3:36de8b9e4b1a 231 </Compile>
darienf 3:36de8b9e4b1a 232 <Compile Include="View\CompleteEventArgs.cs" />
darienf 3:36de8b9e4b1a 233 <Compile Include="View\EnableEventArgs.cs" />
darienf 3:36de8b9e4b1a 234 <Compile Include="Program.cs" />
darienf 3:36de8b9e4b1a 235 <Compile Include="Properties\AssemblyInfo.cs" />
darienf 3:36de8b9e4b1a 236 <Compile Include="RegisterField.cs" />
darienf 3:36de8b9e4b1a 237 <Compile Include="SplashScreen.cs">
darienf 3:36de8b9e4b1a 238 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 239 </Compile>
darienf 3:36de8b9e4b1a 240 <Compile Include="SplashScreen.Designer.cs">
darienf 3:36de8b9e4b1a 241 <DependentUpon>SplashScreen.cs</DependentUpon>
darienf 3:36de8b9e4b1a 242 </Compile>
darienf 3:36de8b9e4b1a 243 <Compile Include="View\FileLogView\IRawFileLogView.cs" />
darienf 3:36de8b9e4b1a 244 <Compile Include="View\FileLogView\RawFileLogView.cs" />
darienf 3:36de8b9e4b1a 245 <Compile Include="View\IFormView.cs" />
darienf 3:36de8b9e4b1a 246 <Compile Include="View\IHspSetting.cs" />
darienf 3:36de8b9e4b1a 247 <Compile Include="View\IRegisterExportView.cs" />
darienf 3:36de8b9e4b1a 248 <Compile Include="View\StatusForm.cs">
darienf 3:36de8b9e4b1a 249 <SubType>Form</SubType>
darienf 3:36de8b9e4b1a 250 </Compile>
darienf 3:36de8b9e4b1a 251 <Compile Include="View\StatusForm.Designer.cs">
darienf 3:36de8b9e4b1a 252 <DependentUpon>StatusForm.cs</DependentUpon>
darienf 3:36de8b9e4b1a 253 </Compile>
darienf 3:36de8b9e4b1a 254 <EmbeddedResource Include="CustomControls\EcgView.resx">
darienf 3:36de8b9e4b1a 255 <DependentUpon>EcgView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 256 </EmbeddedResource>
darienf 3:36de8b9e4b1a 257 <EmbeddedResource Include="CustomControls\LoggingView.resx">
darienf 3:36de8b9e4b1a 258 <DependentUpon>LoggingView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 259 </EmbeddedResource>
darienf 3:36de8b9e4b1a 260 <EmbeddedResource Include="CustomControls\OpticalView.resx">
darienf 3:36de8b9e4b1a 261 <DependentUpon>OpticalView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 262 </EmbeddedResource>
darienf 3:36de8b9e4b1a 263 <EmbeddedResource Include="CustomControls\PrimitivesView.resx">
darienf 3:36de8b9e4b1a 264 <DependentUpon>PrimitivesView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 265 </EmbeddedResource>
darienf 3:36de8b9e4b1a 266 <EmbeddedResource Include="CustomControls\RegisterExportView.resx">
darienf 3:36de8b9e4b1a 267 <DependentUpon>RegisterExportView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 268 </EmbeddedResource>
darienf 3:36de8b9e4b1a 269 <EmbeddedResource Include="CustomControls\RegisterView.resx">
darienf 3:36de8b9e4b1a 270 <DependentUpon>RegisterView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 271 </EmbeddedResource>
darienf 3:36de8b9e4b1a 272 <EmbeddedResource Include="CustomControls\TemperatureView.resx">
darienf 3:36de8b9e4b1a 273 <DependentUpon>TemperatureView.cs</DependentUpon>
darienf 3:36de8b9e4b1a 274 </EmbeddedResource>
darienf 3:36de8b9e4b1a 275 <EmbeddedResource Include="Form1.resx">
darienf 3:36de8b9e4b1a 276 <DependentUpon>Form1.cs</DependentUpon>
darienf 3:36de8b9e4b1a 277 </EmbeddedResource>
darienf 3:36de8b9e4b1a 278 <EmbeddedResource Include="FormConnection.resx">
darienf 3:36de8b9e4b1a 279 <DependentUpon>FormConnection.cs</DependentUpon>
darienf 3:36de8b9e4b1a 280 </EmbeddedResource>
darienf 3:36de8b9e4b1a 281 <EmbeddedResource Include="Properties\Resources.resx">
darienf 3:36de8b9e4b1a 282 <Generator>ResXFileCodeGenerator</Generator>
darienf 3:36de8b9e4b1a 283 <SubType>Designer</SubType>
darienf 3:36de8b9e4b1a 284 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
darienf 3:36de8b9e4b1a 285 </EmbeddedResource>
darienf 3:36de8b9e4b1a 286 <EmbeddedResource Include="View\RegisterExportForm.resx">
darienf 3:36de8b9e4b1a 287 <DependentUpon>RegisterExportForm.cs</DependentUpon>
darienf 3:36de8b9e4b1a 288 </EmbeddedResource>
darienf 3:36de8b9e4b1a 289 <EmbeddedResource Include="SplashScreen.resx">
darienf 3:36de8b9e4b1a 290 <DependentUpon>SplashScreen.cs</DependentUpon>
darienf 3:36de8b9e4b1a 291 </EmbeddedResource>
darienf 3:36de8b9e4b1a 292 <EmbeddedResource Include="View\StatusForm.resx">
darienf 3:36de8b9e4b1a 293 <DependentUpon>StatusForm.cs</DependentUpon>
darienf 3:36de8b9e4b1a 294 </EmbeddedResource>
darienf 3:36de8b9e4b1a 295 <None Include="app.config" />
darienf 3:36de8b9e4b1a 296 <None Include="Properties\Settings.settings">
darienf 3:36de8b9e4b1a 297 <Generator>SettingsSingleFileGenerator</Generator>
darienf 3:36de8b9e4b1a 298 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
darienf 3:36de8b9e4b1a 299 </None>
darienf 3:36de8b9e4b1a 300 <Compile Include="Properties\Settings.Designer.cs">
darienf 3:36de8b9e4b1a 301 <AutoGen>True</AutoGen>
darienf 3:36de8b9e4b1a 302 <DependentUpon>Settings.settings</DependentUpon>
darienf 3:36de8b9e4b1a 303 <DesignTimeSharedInput>True</DesignTimeSharedInput>
darienf 3:36de8b9e4b1a 304 </Compile>
darienf 3:36de8b9e4b1a 305 </ItemGroup>
darienf 3:36de8b9e4b1a 306 <ItemGroup>
darienf 3:36de8b9e4b1a 307 <ProjectReference Include="..\GuiDLLs\ChartHelper\ChartHelper\ChartHelper.csproj">
darienf 3:36de8b9e4b1a 308 <Project>{3a90ebb9-82c1-4928-88ac-a79abc7f1de9}</Project>
darienf 3:36de8b9e4b1a 309 <Name>ChartHelper</Name>
darienf 3:36de8b9e4b1a 310 </ProjectReference>
darienf 3:36de8b9e4b1a 311 <ProjectReference Include="..\GuiDLLs\FileLog\FileLog\FileLog.csproj">
darienf 3:36de8b9e4b1a 312 <Project>{53b0d46e-43fd-425e-b316-98b8708d161f}</Project>
darienf 3:36de8b9e4b1a 313 <Name>FileLog</Name>
darienf 3:36de8b9e4b1a 314 </ProjectReference>
darienf 3:36de8b9e4b1a 315 <ProjectReference Include="..\GuiDLLs\MaximGlobal\Maxim.Global.csproj">
darienf 3:36de8b9e4b1a 316 <Project>{57e4e43c-871b-4113-950e-d649ac6d386a}</Project>
darienf 3:36de8b9e4b1a 317 <Name>Maxim.Global</Name>
darienf 3:36de8b9e4b1a 318 </ProjectReference>
darienf 3:36de8b9e4b1a 319 <ProjectReference Include="..\GuiDLLs\RPCSupport\RPCSupport.csproj">
darienf 3:36de8b9e4b1a 320 <Project>{170A27F5-0680-485D-8B90-EA736719016E}</Project>
darienf 3:36de8b9e4b1a 321 <Name>RPCSupport</Name>
darienf 3:36de8b9e4b1a 322 </ProjectReference>
darienf 3:36de8b9e4b1a 323 </ItemGroup>
darienf 3:36de8b9e4b1a 324 <ItemGroup>
darienf 3:36de8b9e4b1a 325 <None Include="Resources\bio-impedance_block.png" />
darienf 3:36de8b9e4b1a 326 </ItemGroup>
darienf 3:36de8b9e4b1a 327 <ItemGroup>
darienf 3:36de8b9e4b1a 328 <None Include="Resources\ecg_channel_block.png" />
darienf 3:36de8b9e4b1a 329 </ItemGroup>
darienf 3:36de8b9e4b1a 330 <ItemGroup>
darienf 3:36de8b9e4b1a 331 <None Include="Resources\ecg_lead_config.png" />
darienf 3:36de8b9e4b1a 332 </ItemGroup>
darienf 3:36de8b9e4b1a 333 <ItemGroup>
darienf 3:36de8b9e4b1a 334 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
darienf 3:36de8b9e4b1a 335 <Visible>False</Visible>
darienf 3:36de8b9e4b1a 336 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
darienf 3:36de8b9e4b1a 337 <Install>true</Install>
darienf 3:36de8b9e4b1a 338 </BootstrapperPackage>
darienf 3:36de8b9e4b1a 339 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
darienf 3:36de8b9e4b1a 340 <Visible>False</Visible>
darienf 3:36de8b9e4b1a 341 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
darienf 3:36de8b9e4b1a 342 <Install>false</Install>
darienf 3:36de8b9e4b1a 343 </BootstrapperPackage>
darienf 3:36de8b9e4b1a 344 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
darienf 3:36de8b9e4b1a 345 <Visible>False</Visible>
darienf 3:36de8b9e4b1a 346 <ProductName>.NET Framework 3.5 SP1</ProductName>
darienf 3:36de8b9e4b1a 347 <Install>false</Install>
darienf 3:36de8b9e4b1a 348 </BootstrapperPackage>
darienf 3:36de8b9e4b1a 349 <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
darienf 3:36de8b9e4b1a 350 <Visible>False</Visible>
darienf 3:36de8b9e4b1a 351 <ProductName>Windows Installer 4.5</ProductName>
darienf 3:36de8b9e4b1a 352 <Install>true</Install>
darienf 3:36de8b9e4b1a 353 </BootstrapperPackage>
darienf 3:36de8b9e4b1a 354 </ItemGroup>
darienf 3:36de8b9e4b1a 355 <ItemGroup>
darienf 3:36de8b9e4b1a 356 <Content Include="MI_icon.ico" />
darienf 3:36de8b9e4b1a 357 <Content Include="SKA.dll">
darienf 3:36de8b9e4b1a 358 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
darienf 3:36de8b9e4b1a 359 </Content>
darienf 3:36de8b9e4b1a 360 <None Include="Resources\ecg_lead_config_closed_swOnly.png" />
darienf 3:36de8b9e4b1a 361 <None Include="Resources\open.png" />
darienf 3:36de8b9e4b1a 362 <None Include="Resources\ecg_lead_config1.png" />
darienf 3:36de8b9e4b1a 363 <None Include="Resources\bioz_input_mux1.png" />
darienf 3:36de8b9e4b1a 364 <None Include="Resources\bioz_input_muxloff1.png" />
darienf 3:36de8b9e4b1a 365 <None Include="Resources\bioz_input_muxlb1.png" />
darienf 3:36de8b9e4b1a 366 <None Include="Resources\bioz_input_muxlb2.png" />
darienf 3:36de8b9e4b1a 367 <None Include="Resources\bioz_input_muxcal1.png" />
darienf 3:36de8b9e4b1a 368 <None Include="Resources\bioz_input_muxcal2.png" />
darienf 3:36de8b9e4b1a 369 <Content Include="Resources\bioz_input_muxloff2.png" />
darienf 3:36de8b9e4b1a 370 <None Include="Resources\bioz_input_muxlon.png" />
darienf 3:36de8b9e4b1a 371 <None Include="Resources\bioz_input_muxsw1.png" />
darienf 3:36de8b9e4b1a 372 <None Include="Resources\bioz_input_muxsw2.png" />
darienf 3:36de8b9e4b1a 373 <None Include="Resources\bioz_load_cal1.png" />
darienf 3:36de8b9e4b1a 374 <None Include="Resources\bioz_load_cal2.png" />
darienf 3:36de8b9e4b1a 375 <None Include="Resources\bioz_load_lb1.png" />
darienf 3:36de8b9e4b1a 376 <None Include="Resources\bioz_load_lb2.png" />
darienf 3:36de8b9e4b1a 377 <None Include="Resources\bioz_load_leadon.png" />
darienf 3:36de8b9e4b1a 378 <None Include="Resources\bioz_load_resload.png" />
darienf 3:36de8b9e4b1a 379 <None Include="Resources\bioz_load_sw1.png" />
darienf 3:36de8b9e4b1a 380 <None Include="Resources\bioz_load_sw2.png" />
darienf 3:36de8b9e4b1a 381 <None Include="Resources\bioz_loadloff1.png" />
darienf 3:36de8b9e4b1a 382 <None Include="Resources\bioz_loadloff2.png" />
darienf 3:36de8b9e4b1a 383 <None Include="Resources\bioz_loadrz.png" />
darienf 3:36de8b9e4b1a 384 <Content Include="Resources\pace_falling.png" />
darienf 3:36de8b9e4b1a 385 <Content Include="Resources\pace_rising.png" />
darienf 3:36de8b9e4b1a 386 <None Include="Resources\sw1.png" />
darienf 3:36de8b9e4b1a 387 <None Include="Resources\sw5.png" />
darienf 3:36de8b9e4b1a 388 <None Include="Resources\sw1rz.png" />
darienf 3:36de8b9e4b1a 389 <Content Include="Resources\system_block_diagram_max30003.png" />
darienf 3:36de8b9e4b1a 390 <None Include="Resources\system_block_diagram.png" />
darienf 3:36de8b9e4b1a 391 <None Include="Resources\bioz_load.png" />
darienf 3:36de8b9e4b1a 392 <None Include="Resources\bioz_input_mux.png" />
darienf 3:36de8b9e4b1a 393 <Content Include="Resources\pace_block_diagrams.png" />
darienf 3:36de8b9e4b1a 394 </ItemGroup>
darienf 3:36de8b9e4b1a 395 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
darienf 3:36de8b9e4b1a 396 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
darienf 3:36de8b9e4b1a 397 Other similar extension points exist, see Microsoft.Common.targets.
darienf 3:36de8b9e4b1a 398 <Target Name="BeforeBuild">
darienf 3:36de8b9e4b1a 399 </Target>
darienf 3:36de8b9e4b1a 400 <Target Name="AfterBuild">
darienf 3:36de8b9e4b1a 401 </Target>
darienf 3:36de8b9e4b1a 402 -->
darienf 3:36de8b9e4b1a 403 </Project>