2018-06-21 23:10:19 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-02-16 01:04:38 +01:00
|
|
|
|
<PropertyGroup>
|
2018-05-12 01:10:27 +02:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2018-06-30 17:43:04 +02:00
|
|
|
|
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
2018-04-18 22:22:45 +02:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-02-16 01:04:38 +01:00
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2018-04-18 22:22:45 +02:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
|
|
|
|
|
<PackageReference Include="NUnit" Version="3.10.1" />
|
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
|
2018-05-12 01:10:27 +02:00
|
|
|
|
<PackageReference Include="System.Runtime.Intrinsics.Experimental" Version="4.5.0-rc1" />
|
2018-02-16 01:04:38 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-02-20 21:19:00 +01:00
|
|
|
|
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
|
2018-02-16 01:04:38 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|