LibHac/tests/LibHac.Tests/LibHac.Tests.csproj
Alex Barney 3139f6900e Add common IFileSystem tests
Change GetFileAttributes method signature
2020-01-29 17:33:42 -07:00

27 lines
690 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\LibHac\LibHac.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="LibHac.Tests.csproj.DotSettings" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="CryptoTests\TestVectors\*.rsp" />
</ItemGroup>
</Project>