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/X86/Popcnt/Popcnt_ro.csproj')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj b/src/tests/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj
index 822848d52f7..f93d540f70b 100644
--- a/src/tests/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj
+++ b/src/tests/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>Exe</OutputType>
+ <AssemblyName>X86_Popcnt_ro</AssemblyName>
+ <BuildAsStandalone>false</BuildAsStandalone>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>