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

CpuId_r.csproj « X86Base « X86 « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04fa5fadaa33a2732a0b7f764c105d7e087c674b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <AssemblyName>X86_CpuId_r</AssemblyName>
    <BuildAsStandalone>false</BuildAsStandalone>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize />
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="CpuId.cs" />
  </ItemGroup>
</Project>