Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MAX14720 MAX30205 USBDevice
Diff: HspGuiSourceV301/HSPGui/HSPGui.csproj
- Revision:
- 20:6d2af70c92ab
diff -r 002c398f14cc -r 6d2af70c92ab HspGuiSourceV301/HSPGui/HSPGui.csproj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/HspGuiSourceV301/HSPGui/HSPGui.csproj Tue Apr 06 06:41:40 2021 +0000
@@ -0,0 +1,403 @@
+<?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>{CEF8731E-362F-407C-86A7-F65ACE2A1ACB}</ProjectGuid>
+ <OutputType>WinExe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>HealthSensorPlatform</RootNamespace>
+ <AssemblyName>hSensorDemo</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile>
+ </TargetFrameworkProfile>
+ <FileAlignment>512</FileAlignment>
+ <IsWebBootstrapper>false</IsWebBootstrapper>
+ <NuGetPackageImportStamp>
+ </NuGetPackageImportStamp>
+ <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>
+ <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|x86' ">
+ <PlatformTarget>x86</PlatformTarget>
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <RunCodeAnalysis>false</RunCodeAnalysis>
+ </PropertyGroup>
+ <PropertyGroup>
+ <ApplicationIcon>MI_icon.ico</ApplicationIcon>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Magick.NET-Q8-AnyCPU">
+ <HintPath>..\packages\Magick.NET-Q8-AnyCPU.7.0.2.400\lib\net40-client\Magick.NET-Q8-AnyCPU.dll</HintPath>
+ </Reference>
+ <Reference Include="MaximStyle">
+ <HintPath>.\MaximStyle.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
+ </Reference>
+ <Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\Lyncee.OpenTK.1.1.1173.43181\lib\OpenTK.dll</HintPath>
+ </Reference>
+ <Reference Include="OpenTK.Compatibility, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\Lyncee.OpenTK.Compatibility.1.1.1173.43181\lib\OpenTK.Compatibility.dll</HintPath>
+ </Reference>
+ <Reference Include="OpenTK.GLControl, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\OpenTK.GLControl.1.1.2349.61993\lib\NET40\OpenTK.GLControl.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="System.Management" />
+ <Reference Include="System.Windows.Forms.DataVisualization" />
+ <Reference Include="System.Xml.Linq" />
+ <Reference Include="System.Data.DataSetExtensions" />
+ <Reference Include="Microsoft.CSharp" />
+ <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="Algorithm\InterfaceRedIRGreenLEDdataConsumer.cs" />
+ <Compile Include="Algorithm\MaximAlgorithmClass.cs" />
+ <Compile Include="Algorithm\MaximSKAlgorithmClass.cs" />
+ <Compile Include="Algorithm\SKA.cs" />
+ <Compile Include="BioZChannel.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="BioZLoad.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="BioZMux.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="CustomControls\DoubleBufferTableLayoutPanel.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="CustomControls\DoubleBufferTableLayoutPanel.Designer.cs">
+ <DependentUpon>DoubleBufferTableLayoutPanel.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CustomControls\EcgView.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="CustomControls\EcgView.Designer.cs">
+ <DependentUpon>EcgView.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CustomControls\IDataLoggingView.cs" />
+ <Compile Include="CustomControls\IDeviceView.cs" />
+ <Compile Include="CustomControls\IEcgView.cs" />
+ <Compile Include="CustomControls\IFileLogView.cs" />
+ <Compile Include="CustomControls\InitArgs.cs" />
+ <Compile Include="CustomControls\ITemperatureView.cs" />
+ <Compile Include="CustomControls\LoggingView.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="CustomControls\LoggingView.Designer.cs">
+ <DependentUpon>LoggingView.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CustomControls\OpticalView.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="CustomControls\OpticalView.Designer.cs">
+ <DependentUpon>OpticalView.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CustomControls\PrimitivesView.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="CustomControls\PrimitivesView.Designer.cs">
+ <DependentUpon>PrimitivesView.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CustomControls\RegisterExportView.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="CustomControls\RegisterExportView.Designer.cs">
+ <DependentUpon>RegisterExportView.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CustomControls\RegisterView.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="CustomControls\RegisterView.designer.cs">
+ <DependentUpon>RegisterView.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CustomControls\StreamingStartStopEventArgs.cs" />
+ <Compile Include="CustomControls\TemperatureView.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="CustomControls\TemperatureView.Designer.cs">
+ <DependentUpon>TemperatureView.cs</DependentUpon>
+ </Compile>
+ <Compile Include="DeviceDescriptions\MAX30001Info.cs" />
+ <Compile Include="DeviceDescriptions\MAX14720Info.cs" />
+ <Compile Include="DeviceDescriptions\MAX30003Info.cs" />
+ <Compile Include="DeviceDescriptions\MAX30205Info.cs" />
+ <Compile Include="DeviceDescriptions\Device.cs" />
+ <Compile Include="DeviceDescriptions\DeviceController.cs" />
+ <Compile Include="DeviceDescriptions\LIS2DHInfo.cs" />
+ <Compile Include="DeviceDescriptions\MAX30101Info.cs" />
+ <Compile Include="ECGInputMux.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="ECGChannel.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="FirFilter.cs" />
+ <Compile Include="Form1.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Form1.Designer.cs">
+ <DependentUpon>Form1.cs</DependentUpon>
+ </Compile>
+ <Compile Include="FormConnection.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="FormConnection.Designer.cs">
+ <DependentUpon>FormConnection.cs</DependentUpon>
+ </Compile>
+ <Compile Include="IRegisterFieldView.cs" />
+ <Compile Include="MaximColor.cs" />
+ <Compile Include="Model\ACLeadOff.cs" />
+ <Compile Include="Model\DataLogModel.cs" />
+ <Compile Include="Model\IDataLogModel.cs" />
+ <Compile Include="Model\ITemperatureModel.cs" />
+ <Compile Include="Model\DCLeadOff.cs" />
+ <Compile Include="Model\MAX30001.cs" />
+ <Compile Include="Model\MAX30205Model.cs" />
+ <Compile Include="Model\PaceData.cs" />
+ <Compile Include="Presenter\DataLogPresenter.cs" />
+ <Compile Include="Presenter\OpticalAlgorithmPresenter.cs" />
+ <Compile Include="Presenter\RawFileLogPresenter.cs" />
+ <Compile Include="Presenter\RegisterExportPresenter.cs" />
+ <Compile Include="Presenter\RToRCalculator.cs" />
+ <Compile Include="PaceChannel.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Model\FifoStruct.cs" />
+ <Compile Include="Model\PaceEventArgs.cs" />
+ <Compile Include="Model\EcgEventArgs.cs" />
+ <Compile Include="Model\BioZEventArgs.cs" />
+ <Compile Include="Model\RToREventArgs.cs" />
+ <Compile Include="Presenter\EcgDelay.cs" />
+ <Compile Include="Presenter\OpticalFileLogPresenter.cs" />
+ <Compile Include="Presenter\StreamPresenter.cs" />
+ <Compile Include="Presenter\TemperaturePresenter.cs" />
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
+ <Compile Include="Temperature\TemperatureValue.cs" />
+ <Compile Include="View\DataFormatEventArgs.cs" />
+ <Compile Include="View\FileLogView\FileLogHeader.cs" />
+ <Compile Include="View\IOpticalAlgorithmView.cs" />
+ <Compile Include="View\RegisterExportForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="View\RegisterExportForm.Designer.cs">
+ <DependentUpon>RegisterExportForm.cs</DependentUpon>
+ </Compile>
+ <Compile Include="View\CompleteEventArgs.cs" />
+ <Compile Include="View\EnableEventArgs.cs" />
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="RegisterField.cs" />
+ <Compile Include="SplashScreen.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="SplashScreen.Designer.cs">
+ <DependentUpon>SplashScreen.cs</DependentUpon>
+ </Compile>
+ <Compile Include="View\FileLogView\IRawFileLogView.cs" />
+ <Compile Include="View\FileLogView\RawFileLogView.cs" />
+ <Compile Include="View\IFormView.cs" />
+ <Compile Include="View\IHspSetting.cs" />
+ <Compile Include="View\IRegisterExportView.cs" />
+ <Compile Include="View\StatusForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="View\StatusForm.Designer.cs">
+ <DependentUpon>StatusForm.cs</DependentUpon>
+ </Compile>
+ <EmbeddedResource Include="CustomControls\EcgView.resx">
+ <DependentUpon>EcgView.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="CustomControls\LoggingView.resx">
+ <DependentUpon>LoggingView.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="CustomControls\OpticalView.resx">
+ <DependentUpon>OpticalView.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="CustomControls\PrimitivesView.resx">
+ <DependentUpon>PrimitivesView.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="CustomControls\RegisterExportView.resx">
+ <DependentUpon>RegisterExportView.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="CustomControls\RegisterView.resx">
+ <DependentUpon>RegisterView.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="CustomControls\TemperatureView.resx">
+ <DependentUpon>TemperatureView.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Form1.resx">
+ <DependentUpon>Form1.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="FormConnection.resx">
+ <DependentUpon>FormConnection.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Properties\Resources.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <SubType>Designer</SubType>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ <EmbeddedResource Include="View\RegisterExportForm.resx">
+ <DependentUpon>RegisterExportForm.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="SplashScreen.resx">
+ <DependentUpon>SplashScreen.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="View\StatusForm.resx">
+ <DependentUpon>StatusForm.cs</DependentUpon>
+ </EmbeddedResource>
+ <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>
+ <ProjectReference Include="..\GuiDLLs\ChartHelper\ChartHelper\ChartHelper.csproj">
+ <Project>{3a90ebb9-82c1-4928-88ac-a79abc7f1de9}</Project>
+ <Name>ChartHelper</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\GuiDLLs\FileLog\FileLog\FileLog.csproj">
+ <Project>{53b0d46e-43fd-425e-b316-98b8708d161f}</Project>
+ <Name>FileLog</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\GuiDLLs\MaximGlobal\Maxim.Global.csproj">
+ <Project>{57e4e43c-871b-4113-950e-d649ac6d386a}</Project>
+ <Name>Maxim.Global</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\GuiDLLs\RPCSupport\RPCSupport.csproj">
+ <Project>{170A27F5-0680-485D-8B90-EA736719016E}</Project>
+ <Name>RPCSupport</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\bio-impedance_block.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\ecg_channel_block.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\ecg_lead_config.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include=".NETFramework,Version=v4.0">
+ <Visible>False</Visible>
+ <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <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>false</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
+ <Visible>False</Visible>
+ <ProductName>Windows Installer 4.5</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="MI_icon.ico" />
+ <Content Include="SKA.dll">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
+ <None Include="Resources\ecg_lead_config_closed_swOnly.png" />
+ <None Include="Resources\open.png" />
+ <None Include="Resources\ecg_lead_config1.png" />
+ <None Include="Resources\bioz_input_mux1.png" />
+ <None Include="Resources\bioz_input_muxloff1.png" />
+ <None Include="Resources\bioz_input_muxlb1.png" />
+ <None Include="Resources\bioz_input_muxlb2.png" />
+ <None Include="Resources\bioz_input_muxcal1.png" />
+ <None Include="Resources\bioz_input_muxcal2.png" />
+ <Content Include="Resources\bioz_input_muxloff2.png" />
+ <None Include="Resources\bioz_input_muxlon.png" />
+ <None Include="Resources\bioz_input_muxsw1.png" />
+ <None Include="Resources\bioz_input_muxsw2.png" />
+ <None Include="Resources\bioz_load_cal1.png" />
+ <None Include="Resources\bioz_load_cal2.png" />
+ <None Include="Resources\bioz_load_lb1.png" />
+ <None Include="Resources\bioz_load_lb2.png" />
+ <None Include="Resources\bioz_load_leadon.png" />
+ <None Include="Resources\bioz_load_resload.png" />
+ <None Include="Resources\bioz_load_sw1.png" />
+ <None Include="Resources\bioz_load_sw2.png" />
+ <None Include="Resources\bioz_loadloff1.png" />
+ <None Include="Resources\bioz_loadloff2.png" />
+ <None Include="Resources\bioz_loadrz.png" />
+ <Content Include="Resources\pace_falling.png" />
+ <Content Include="Resources\pace_rising.png" />
+ <None Include="Resources\sw1.png" />
+ <None Include="Resources\sw5.png" />
+ <None Include="Resources\sw1rz.png" />
+ <Content Include="Resources\system_block_diagram_max30003.png" />
+ <None Include="Resources\system_block_diagram.png" />
+ <None Include="Resources\bioz_load.png" />
+ <None Include="Resources\bioz_input_mux.png" />
+ <Content Include="Resources\pace_block_diagrams.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>
\ No newline at end of file