repo time

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Revision:
20:6d2af70c92ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/HspGuiSourceV301/GuiDLLs/RPCSupport/RPCSupport.csproj	Tue Apr 06 06:41:40 2021 +0000
@@ -0,0 +1,105 @@
+<?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)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.30703</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{170A27F5-0680-485D-8B90-EA736719016E}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>RPCSupport</RootNamespace>
+    <AssemblyName>RPCSupport</AssemblyName>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+  </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>
+    <PlatformTarget>x86</PlatformTarget>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="MaximStyle">
+      <HintPath>..\MaximStyle\MaximStyle.dll</HintPath>
+    </Reference>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Drawing" />
+    <Reference Include="System.Windows.Forms" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="DataLogging\DataLogging.cs" />
+    <Compile Include="DataLogging\StreamDataLog.cs" />
+    <Compile Include="DeviceSupport\RegisterBitDescriptions.cs" />
+    <Compile Include="Devices\ClientDevice.cs" />
+    <Compile Include="DeviceSupport\DeviceDetails.cs" />
+    <Compile Include="Devices\I2cDevice.cs" />
+    <Compile Include="DeviceSupport\RegisterInfo.cs" />
+    <Compile Include="Devices\IRegisterDevice.cs" />
+    <Compile Include="Devices\Led.cs" />
+    <Compile Include="Devices\MAX30001.cs" />
+    <Compile Include="Devices\S25FS512.cs" />
+    <Compile Include="Devices\SpiDevice.cs" />
+    <Compile Include="Devices\Testing.cs" />
+    <Compile Include="Dialogs\RpcLog.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Dialogs\RpcLog.Designer.cs">
+      <DependentUpon>RpcLog.cs</DependentUpon>
+    </Compile>
+    <Compile Include="HidSupport\FileIODeclarations.cs" />
+    <Compile Include="HidSupport\HID.cs" />
+    <Compile Include="HidSupport\support.cs" />
+    <Compile Include="Pipelines\DataLogPipeline.cs" />
+    <Compile Include="Pipelines\HidPipeline.cs" />
+    <Compile Include="Pipelines\Pipeline.cs" />
+    <Compile Include="Pipelines\SerialWrapPipeline.cs" />
+    <Compile Include="RPCClient.cs" />
+    <Compile Include="Pipelines\SerialPipeline.cs" />
+    <Compile Include="Devices\LIS2HD.cs" />
+    <Compile Include="Devices\MAX30101\MAX30101.cs" />
+    <Compile Include="Devices\MAX30205.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="Streaming\Crc32.cs" />
+    <Compile Include="Streaming\PartialArrayIntAvailableEventArgs.cs" />
+    <Compile Include="Streaming\Streaming.cs" />
+    <Compile Include="Streaming\StreamingParameters.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="Dialogs\RpcLog.resx">
+      <DependentUpon>RpcLog.cs</DependentUpon>
+    </EmbeddedResource>
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\SerialWrap\SerialWrap.csproj">
+      <Project>{28A72C36-6880-4A8E-800A-86959B22A8AC}</Project>
+      <Name>SerialWrap</Name>
+    </ProjectReference>
+  </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