repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/RPCSupportTest/RPCSupportTest.csproj@20:6d2af70c92ab, 2021-04-06 (annotated)
- Committer:
- darienf
- Date:
- Tue Apr 06 06:41:40 2021 +0000
- Revision:
- 20:6d2af70c92ab
another repo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 20:6d2af70c92ab | 1 | <?xml version="1.0" encoding="utf-8"?> |
darienf | 20:6d2af70c92ab | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
darienf | 20:6d2af70c92ab | 3 | <PropertyGroup> |
darienf | 20:6d2af70c92ab | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
darienf | 20:6d2af70c92ab | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
darienf | 20:6d2af70c92ab | 6 | <ProjectGuid>{067456C0-086C-46A8-B37F-1405717B7BFC}</ProjectGuid> |
darienf | 20:6d2af70c92ab | 7 | <OutputType>Library</OutputType> |
darienf | 20:6d2af70c92ab | 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
darienf | 20:6d2af70c92ab | 9 | <RootNamespace>RPCSupportTest</RootNamespace> |
darienf | 20:6d2af70c92ab | 10 | <AssemblyName>RPCSupportTest</AssemblyName> |
darienf | 20:6d2af70c92ab | 11 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
darienf | 20:6d2af70c92ab | 12 | <FileAlignment>512</FileAlignment> |
darienf | 20:6d2af70c92ab | 13 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
darienf | 20:6d2af70c92ab | 14 | <TargetFrameworkProfile /> |
darienf | 20:6d2af70c92ab | 15 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
darienf | 20:6d2af70c92ab | 17 | <DebugSymbols>true</DebugSymbols> |
darienf | 20:6d2af70c92ab | 18 | <DebugType>full</DebugType> |
darienf | 20:6d2af70c92ab | 19 | <Optimize>false</Optimize> |
darienf | 20:6d2af70c92ab | 20 | <OutputPath>bin\Debug\</OutputPath> |
darienf | 20:6d2af70c92ab | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
darienf | 20:6d2af70c92ab | 22 | <ErrorReport>prompt</ErrorReport> |
darienf | 20:6d2af70c92ab | 23 | <WarningLevel>4</WarningLevel> |
darienf | 20:6d2af70c92ab | 24 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
darienf | 20:6d2af70c92ab | 26 | <DebugType>pdbonly</DebugType> |
darienf | 20:6d2af70c92ab | 27 | <Optimize>true</Optimize> |
darienf | 20:6d2af70c92ab | 28 | <OutputPath>bin\Release\</OutputPath> |
darienf | 20:6d2af70c92ab | 29 | <DefineConstants>TRACE</DefineConstants> |
darienf | 20:6d2af70c92ab | 30 | <ErrorReport>prompt</ErrorReport> |
darienf | 20:6d2af70c92ab | 31 | <WarningLevel>4</WarningLevel> |
darienf | 20:6d2af70c92ab | 32 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 33 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 34 | <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
darienf | 20:6d2af70c92ab | 35 | <HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath> |
darienf | 20:6d2af70c92ab | 36 | <Private>True</Private> |
darienf | 20:6d2af70c92ab | 37 | </Reference> |
darienf | 20:6d2af70c92ab | 38 | <Reference Include="Moq, Version=4.5.21.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
darienf | 20:6d2af70c92ab | 39 | <HintPath>..\packages\Moq.4.5.21\lib\net45\Moq.dll</HintPath> |
darienf | 20:6d2af70c92ab | 40 | <Private>True</Private> |
darienf | 20:6d2af70c92ab | 41 | </Reference> |
darienf | 20:6d2af70c92ab | 42 | <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
darienf | 20:6d2af70c92ab | 43 | <SpecificVersion>False</SpecificVersion> |
darienf | 20:6d2af70c92ab | 44 | <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
darienf | 20:6d2af70c92ab | 45 | </Reference> |
darienf | 20:6d2af70c92ab | 46 | <Reference Include="System" /> |
darienf | 20:6d2af70c92ab | 47 | <Reference Include="System.Windows.Forms" /> |
darienf | 20:6d2af70c92ab | 48 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 49 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 50 | <Compile Include="ComPort.cs" /> |
darienf | 20:6d2af70c92ab | 51 | <Compile Include="I2cTest.cs" /> |
darienf | 20:6d2af70c92ab | 52 | <Compile Include="MAX30003Test.cs" /> |
darienf | 20:6d2af70c92ab | 53 | <Compile Include="MAX30001Test.cs" /> |
darienf | 20:6d2af70c92ab | 54 | <Compile Include="MAX30101Test.cs" /> |
darienf | 20:6d2af70c92ab | 55 | <Compile Include="MAX30205Test.cs" /> |
darienf | 20:6d2af70c92ab | 56 | <Compile Include="Properties\AssemblyInfo.cs" /> |
darienf | 20:6d2af70c92ab | 57 | <Compile Include="StreamHelper.cs" /> |
darienf | 20:6d2af70c92ab | 58 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 59 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 60 | <None Include="packages.config" /> |
darienf | 20:6d2af70c92ab | 61 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 62 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 63 | <ProjectReference Include="..\GuiDLLs\RPCSupport\RPCSupport.csproj"> |
darienf | 20:6d2af70c92ab | 64 | <Project>{170a27f5-0680-485d-8b90-ea736719016e}</Project> |
darienf | 20:6d2af70c92ab | 65 | <Name>RPCSupport</Name> |
darienf | 20:6d2af70c92ab | 66 | </ProjectReference> |
darienf | 20:6d2af70c92ab | 67 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 68 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
darienf | 20:6d2af70c92ab | 69 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
darienf | 20:6d2af70c92ab | 70 | Other similar extension points exist, see Microsoft.Common.targets. |
darienf | 20:6d2af70c92ab | 71 | <Target Name="BeforeBuild"> |
darienf | 20:6d2af70c92ab | 72 | </Target> |
darienf | 20:6d2af70c92ab | 73 | <Target Name="AfterBuild"> |
darienf | 20:6d2af70c92ab | 74 | </Target> |
darienf | 20:6d2af70c92ab | 75 | --> |
darienf | 20:6d2af70c92ab | 76 | </Project> |