Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Memory.Performance.Tests.csproj « Performance « tests « System.Memory « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c1dd8f9d1cf3e88f8e85265de6f29d4074a552d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <IncludePerformanceTests>true</IncludePerformanceTests>
    <ProjectGuid>{18482C55-6B57-41E8-BBC4-383B9E2C7AA2}</ProjectGuid>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
  <ItemGroup>
    <Compile Include="Perf.Base64EncodeDecode.cs" />
    <Compile Include="Perf.Span.BinaryReadAndWrite.cs" />
    <Compile Include="Perf.Span.BinarySearch.cs" />
    <Compile Include="Perf.Span.Clear.cs" />
    <Compile Include="Perf.Span.Fill.cs" />
    <Compile Include="Perf.Span.IndexOf.cs" />
    <Compile Include="Perf.Span.StartsWith.cs" />
    <Compile Include="Perf.MemorySlice.cs" />
    <Compile Include="Perf.Utf8Formatter.cs" />
    <Compile Include="Perf.Utf8Parser.cs" />
    <Compile Include="..\Base64\Base64TestHelper.cs" />
    <Compile Include="..\TestHelpers.cs" />
    <Compile Include="$(CommonTestPath)\System\PerfUtils.cs">
      <Link>Common\System\PerfUtils.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="$(CommonPath)\..\perf\PerfRunner\PerfRunner.csproj">
      <Project>{69e46a6f-9966-45a5-8945-2559fe337827}</Project>
      <Name>PerfRunner</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>