2018-02-15 19:04:38 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2018-04-18 16:22:45 -04:00
|
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-02-15 19:04:38 -05:00
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2018-04-18 16:22:45 -04: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-15 19:04:38 -05:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2018-02-20 15:19:00 -05:00
|
|
|
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
|
2018-02-15 19:04:38 -05:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|