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

Crc32_ro.csproj « Crc32 « Arm « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b241660e5e16bfc3c9af1e13191e400135399bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="ComputeCrc32.Byte.cs" />
    <Compile Include="ComputeCrc32.UInt16.cs" />
    <Compile Include="ComputeCrc32.UInt32.cs" />
    <Compile Include="ComputeCrc32C.Byte.cs" />
    <Compile Include="ComputeCrc32C.UInt16.cs" />
    <Compile Include="ComputeCrc32C.UInt32.cs" />
    <Compile Include="Program.Crc32.cs" />
    <Compile Include="..\Shared\Helpers.cs" />
    <Compile Include="..\Shared\Program.cs" />
  </ItemGroup>
</Project>