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

Sha256_ro.csproj « Sha256 « Arm « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3ee129f90ae421ddbfb720db1e5985c52c4eb70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <BuildAsStandalone>false</BuildAsStandalone>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="HashUpdate1.Vector128.UInt32.cs" />
    <Compile Include="HashUpdate2.Vector128.UInt32.cs" />
    <Compile Include="ScheduleUpdate0.Vector128.UInt32.cs" />
    <Compile Include="ScheduleUpdate1.Vector128.UInt32.cs" />
    <Compile Include="Program.Sha256.cs" />
    <Compile Include="..\Shared\Helpers.cs" />
    <Compile Include="..\Shared\Program.cs" />
  </ItemGroup>
</Project>