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