This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth
hspguisourcev301/HspGuiSourceV301/EcgViewTest/EcgViewTest.csproj@3:36de8b9e4b1a, 2021-04-10 (annotated)
- Committer:
- darienf
- Date:
- Sat Apr 10 03:05:42 2021 +0000
- Revision:
- 3:36de8b9e4b1a
ayoooo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 3:36de8b9e4b1a | 1 | <?xml version="1.0" encoding="utf-8"?> |
darienf | 3:36de8b9e4b1a | 2 | <Project ToolsVersion="12.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 | <ProjectGuid>{99AD6A39-F828-4C0B-A03F-C34C42083075}</ProjectGuid> |
darienf | 3:36de8b9e4b1a | 7 | <OutputType>Library</OutputType> |
darienf | 3:36de8b9e4b1a | 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
darienf | 3:36de8b9e4b1a | 9 | <RootNamespace>EcgViewTest</RootNamespace> |
darienf | 3:36de8b9e4b1a | 10 | <AssemblyName>EcgViewTest</AssemblyName> |
darienf | 3:36de8b9e4b1a | 11 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
darienf | 3:36de8b9e4b1a | 12 | <FileAlignment>512</FileAlignment> |
darienf | 3:36de8b9e4b1a | 13 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
darienf | 3:36de8b9e4b1a | 14 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
darienf | 3:36de8b9e4b1a | 15 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
darienf | 3:36de8b9e4b1a | 16 | <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> |
darienf | 3:36de8b9e4b1a | 17 | <IsCodedUITest>False</IsCodedUITest> |
darienf | 3:36de8b9e4b1a | 18 | <TestProjectType>UnitTest</TestProjectType> |
darienf | 3:36de8b9e4b1a | 19 | </PropertyGroup> |
darienf | 3:36de8b9e4b1a | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
darienf | 3:36de8b9e4b1a | 21 | <DebugSymbols>true</DebugSymbols> |
darienf | 3:36de8b9e4b1a | 22 | <DebugType>full</DebugType> |
darienf | 3:36de8b9e4b1a | 23 | <Optimize>false</Optimize> |
darienf | 3:36de8b9e4b1a | 24 | <OutputPath>bin\Debug\</OutputPath> |
darienf | 3:36de8b9e4b1a | 25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
darienf | 3:36de8b9e4b1a | 26 | <ErrorReport>prompt</ErrorReport> |
darienf | 3:36de8b9e4b1a | 27 | <WarningLevel>4</WarningLevel> |
darienf | 3:36de8b9e4b1a | 28 | <PlatformTarget>x86</PlatformTarget> |
darienf | 3:36de8b9e4b1a | 29 | </PropertyGroup> |
darienf | 3:36de8b9e4b1a | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
darienf | 3:36de8b9e4b1a | 31 | <DebugType>pdbonly</DebugType> |
darienf | 3:36de8b9e4b1a | 32 | <Optimize>true</Optimize> |
darienf | 3:36de8b9e4b1a | 33 | <OutputPath>bin\Release\</OutputPath> |
darienf | 3:36de8b9e4b1a | 34 | <DefineConstants>TRACE</DefineConstants> |
darienf | 3:36de8b9e4b1a | 35 | <ErrorReport>prompt</ErrorReport> |
darienf | 3:36de8b9e4b1a | 36 | <WarningLevel>4</WarningLevel> |
darienf | 3:36de8b9e4b1a | 37 | </PropertyGroup> |
darienf | 3:36de8b9e4b1a | 38 | <ItemGroup> |
darienf | 3:36de8b9e4b1a | 39 | <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
darienf | 3:36de8b9e4b1a | 40 | <SpecificVersion>False</SpecificVersion> |
darienf | 3:36de8b9e4b1a | 41 | <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
darienf | 3:36de8b9e4b1a | 42 | </Reference> |
darienf | 3:36de8b9e4b1a | 43 | <Reference Include="System" /> |
darienf | 3:36de8b9e4b1a | 44 | <Reference Include="System.Windows.Forms" /> |
darienf | 3:36de8b9e4b1a | 45 | <Reference Include="System.Windows.Forms.DataVisualization" /> |
darienf | 3:36de8b9e4b1a | 46 | </ItemGroup> |
darienf | 3:36de8b9e4b1a | 47 | <Choose> |
darienf | 3:36de8b9e4b1a | 48 | <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'"> |
darienf | 3:36de8b9e4b1a | 49 | <ItemGroup> |
darienf | 3:36de8b9e4b1a | 50 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
darienf | 3:36de8b9e4b1a | 51 | </ItemGroup> |
darienf | 3:36de8b9e4b1a | 52 | </When> |
darienf | 3:36de8b9e4b1a | 53 | <Otherwise> |
darienf | 3:36de8b9e4b1a | 54 | <ItemGroup> |
darienf | 3:36de8b9e4b1a | 55 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" /> |
darienf | 3:36de8b9e4b1a | 56 | </ItemGroup> |
darienf | 3:36de8b9e4b1a | 57 | </Otherwise> |
darienf | 3:36de8b9e4b1a | 58 | </Choose> |
darienf | 3:36de8b9e4b1a | 59 | <ItemGroup> |
darienf | 3:36de8b9e4b1a | 60 | <Compile Include="EcgTest.cs"> |
darienf | 3:36de8b9e4b1a | 61 | <SubType>Code</SubType> |
darienf | 3:36de8b9e4b1a | 62 | </Compile> |
darienf | 3:36de8b9e4b1a | 63 | <Compile Include="PaceTest.cs" /> |
darienf | 3:36de8b9e4b1a | 64 | <Compile Include="Properties\AssemblyInfo.cs" /> |
darienf | 3:36de8b9e4b1a | 65 | <Compile Include="RToRCalculatorTest.cs" /> |
darienf | 3:36de8b9e4b1a | 66 | <Compile Include="RToRTest.cs" /> |
darienf | 3:36de8b9e4b1a | 67 | <Compile Include="TemperatureTest.cs" /> |
darienf | 3:36de8b9e4b1a | 68 | </ItemGroup> |
darienf | 3:36de8b9e4b1a | 69 | <ItemGroup> |
darienf | 3:36de8b9e4b1a | 70 | <ProjectReference Include="..\GuiDLLs\RPCSupport\RPCSupport.csproj"> |
darienf | 3:36de8b9e4b1a | 71 | <Project>{170a27f5-0680-485d-8b90-ea736719016e}</Project> |
darienf | 3:36de8b9e4b1a | 72 | <Name>RPCSupport</Name> |
darienf | 3:36de8b9e4b1a | 73 | </ProjectReference> |
darienf | 3:36de8b9e4b1a | 74 | <ProjectReference Include="..\HSPGui\HSPGui.csproj"> |
darienf | 3:36de8b9e4b1a | 75 | <Project>{cef8731e-362f-407c-86a7-f65ace2a1acb}</Project> |
darienf | 3:36de8b9e4b1a | 76 | <Name>HSPGui</Name> |
darienf | 3:36de8b9e4b1a | 77 | </ProjectReference> |
darienf | 3:36de8b9e4b1a | 78 | </ItemGroup> |
darienf | 3:36de8b9e4b1a | 79 | <ItemGroup> |
darienf | 3:36de8b9e4b1a | 80 | <None Include="packages.config" /> |
darienf | 3:36de8b9e4b1a | 81 | </ItemGroup> |
darienf | 3:36de8b9e4b1a | 82 | <Choose> |
darienf | 3:36de8b9e4b1a | 83 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
darienf | 3:36de8b9e4b1a | 84 | <ItemGroup> |
darienf | 3:36de8b9e4b1a | 85 | <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
darienf | 3:36de8b9e4b1a | 86 | <Private>False</Private> |
darienf | 3:36de8b9e4b1a | 87 | </Reference> |
darienf | 3:36de8b9e4b1a | 88 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
darienf | 3:36de8b9e4b1a | 89 | <Private>False</Private> |
darienf | 3:36de8b9e4b1a | 90 | </Reference> |
darienf | 3:36de8b9e4b1a | 91 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
darienf | 3:36de8b9e4b1a | 92 | <Private>False</Private> |
darienf | 3:36de8b9e4b1a | 93 | </Reference> |
darienf | 3:36de8b9e4b1a | 94 | <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
darienf | 3:36de8b9e4b1a | 95 | <Private>False</Private> |
darienf | 3:36de8b9e4b1a | 96 | </Reference> |
darienf | 3:36de8b9e4b1a | 97 | </ItemGroup> |
darienf | 3:36de8b9e4b1a | 98 | </When> |
darienf | 3:36de8b9e4b1a | 99 | </Choose> |
darienf | 3:36de8b9e4b1a | 100 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
darienf | 3:36de8b9e4b1a | 101 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
darienf | 3:36de8b9e4b1a | 102 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
darienf | 3:36de8b9e4b1a | 103 | Other similar extension points exist, see Microsoft.Common.targets. |
darienf | 3:36de8b9e4b1a | 104 | <Target Name="BeforeBuild"> |
darienf | 3:36de8b9e4b1a | 105 | </Target> |
darienf | 3:36de8b9e4b1a | 106 | <Target Name="AfterBuild"> |
darienf | 3:36de8b9e4b1a | 107 | </Target> |
darienf | 3:36de8b9e4b1a | 108 | --> |
darienf | 3:36de8b9e4b1a | 109 | </Project> |