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

MultipleSumAbsoluteDifferences_ro.csproj « Sse41 « X86 « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21bf78a791d19855b4a3cf63555a13a6ae6cae6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="MultipleSumAbsoluteDifferences.cs" />
    <Compile Include="..\Shared\Program.cs" />
    <Compile Include="..\Shared\SimpleBinOpTest_DataTable.cs" />
  </ItemGroup>
</Project>