Skip to content

Commit 5f14f05

Browse files
committed
Remove unconditional BuildAsStandalone=false from HWIntrinsics tests (Directory.Build.props sets as default)
1 parent 735ddea commit 5f14f05

File tree

156 files changed

+0
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+0
-158
lines changed

src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AdvSimd.Arm64_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AdvSimd.Arm64_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Aes/Aes.Arm_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Aes/Aes.Arm_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ArmBase.Arm64_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ArmBase.Arm64_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/ArmBase/ArmBase_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/ArmBase/ArmBase_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/ArmBase/Yield_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/ArmBase/Yield_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/Crc32.Arm64_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Crc32.Arm64/Crc32.Arm64_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Crc32/Crc32.Arm_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Crc32/Crc32.Arm_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Dp/Dp_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Dp/Dp_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Rdm.Arm64/Rdm.Arm64_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Rdm.Arm64/Rdm.Arm64_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Rdm/Rdm_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Rdm/Rdm_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Sha1/Sha1_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Sha1/Sha1_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Sha256/Sha256_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/Arm/Sha256/Sha256_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/ConstantFolding/ScalarConstantFoldings.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<Optimize>True</Optimize>
54
</PropertyGroup>
65
<ItemGroup>

src/tests/JIT/HardwareIntrinsics/General/ConstantFolding/SimdConstantFoldings.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<Optimize>True</Optimize>
54
</PropertyGroup>
65
<ItemGroup>

src/tests/JIT/HardwareIntrinsics/General/HwiOp/CompareVectorWithZero.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<Optimize>True</Optimize>
54
</PropertyGroup>
65
<ItemGroup>

src/tests/JIT/HardwareIntrinsics/General/HwiOp/HwiSideEffects.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<DebugType>None</DebugType>
54
<Optimize>True</Optimize>
65
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

src/tests/JIT/HardwareIntrinsics/General/HwiOp/HwiValueNumbering.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<DebugType>None</DebugType>
54
<Optimize>True</Optimize>
65
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

src/tests/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Regression/GitHub_43569/GitHub_43569.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
4-
</PropertyGroup>
52
<PropertyGroup>
63
<DebugType>Embedded</DebugType>
74
<Optimize>True</Optimize>

src/tests/JIT/HardwareIntrinsics/General/Regression/GitHub_47236/GitHub_47236.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<DebugType>Embedded</DebugType>
54
<Optimize>True</Optimize>
65
</PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Regression/GitHub_75791/GitHub_75791.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<DebugType>Embedded</DebugType>
54
<Optimize>True</Optimize>
65
</PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector128/Vector128_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector128/Vector128_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector256/Vector256_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector256/Vector256_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54

65
<!-- https://github.com/dotnet/runtime/issues/57352 -->

src/tests/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54

65
<!-- https://github.com/dotnet/runtime/issues/57352 -->

src/tests/JIT/HardwareIntrinsics/General/Vector512/Vector512_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector512/Vector512_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector512_1/Vector512_1_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector512_1/Vector512_1_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector64/Vector64_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector64/Vector64_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<BuildAsStandalone>false</BuildAsStandalone>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
</PropertyGroup>
65
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/X86/Aes/Aes_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>X86_Aes_r</AssemblyName>
4-
<BuildAsStandalone>false</BuildAsStandalone>
54
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
65
</PropertyGroup>
76
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/X86/Aes/Aes_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>X86_Aes_ro</AssemblyName>
4-
<BuildAsStandalone>false</BuildAsStandalone>
54
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
65
</PropertyGroup>
76
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/X86/Avx1/Avx1_handwritten_r.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>X86_Avx1_handwritten_r</AssemblyName>
4-
<BuildAsStandalone>false</BuildAsStandalone>
54
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
65
</PropertyGroup>
76
<PropertyGroup>

src/tests/JIT/HardwareIntrinsics/X86/Avx1/Avx1_handwritten_ro.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>X86_Avx1_handwritten_ro</AssemblyName>
4-
<BuildAsStandalone>false</BuildAsStandalone>
54
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
65
</PropertyGroup>
76
<PropertyGroup>

0 commit comments

Comments
 (0)