LibHac/NandReader/NandReader.csproj

13 lines
280 B
XML
Raw Normal View History

2018-07-09 18:49:59 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;net45</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\libhac.Nand\libhac.Nand.csproj" />
</ItemGroup>
</Project>