2018-02-16 00:04:38 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2018-04-18 21:22:45 +01:00
|
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-02-16 00:04:38 +00:00
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2018-04-18 21:22:45 +01: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-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>
|