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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/JIT/HardwareIntrinsics/HardwareIntrinsics_r.csproj')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/HardwareIntrinsics_r.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/HardwareIntrinsics_r.csproj b/src/tests/JIT/HardwareIntrinsics/HardwareIntrinsics_r.csproj
new file mode 100644
index 00000000000..8287fb9e65d
--- /dev/null
+++ b/src/tests/JIT/HardwareIntrinsics/HardwareIntrinsics_r.csproj
@@ -0,0 +1,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>