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

HardwareIntrinsics_r.csproj « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8287fb9e65d1fbbc489e08de4998d60adf2dc8f1 (plain)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <IsMergedTestRunnerAssembly>true</IsMergedTestRunnerAssembly>
    <NumberOfStripesToUseInStress>20</NumberOfStripesToUseInStress>
  </PropertyGroup>
  <ItemGroup>
    <MergedWrapperProjectReference Include="*/**/*.csproj" Exclude="**/*_ro.csproj" />
    <ProjectReference Include="@(MergedWrapperProjectReference)" />
  </ItemGroup>
</Project>