LibHac/hactoolnet/hactoolnet.csproj

19 lines
436 B
XML
Raw Normal View History

2018-06-21 23:03:58 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2018-06-21 16:25:20 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
2018-06-21 23:03:58 +02:00
<LangVersion>7.3</LangVersion>
2018-06-21 16:25:20 +02:00
</PropertyGroup>
<ItemGroup>
<None Remove="CA00000003_XS00000020" />
<EmbeddedResource Include="CA00000003_XS00000020" />
</ItemGroup>
2018-06-21 16:25:20 +02:00
<ItemGroup>
<ProjectReference Include="..\libhac\libhac.csproj" />
</ItemGroup>
</Project>