LibHac/hactoolnet/hactoolnet.csproj

24 lines
580 B
XML
Raw Normal View History

2018-06-21 16:03:58 -05:00
<Project Sdk="Microsoft.NET.Sdk">
2018-06-21 09:25:20 -05:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
2018-06-21 16:03:58 -05:00
<LangVersion>7.3</LangVersion>
2018-06-21 09:25:20 -05:00
</PropertyGroup>
2018-09-03 21:23:47 -05:00
<PropertyGroup>
2018-10-22 18:00:52 -05:00
<VersionPrefix>0.1.3</VersionPrefix>
2018-09-03 21:23:47 -05:00
<PathMap>$(MSBuildProjectDirectory)=C:/hactoolnet/</PathMap>
</PropertyGroup>
<ItemGroup>
<None Remove="CA00000003_XS00000020" />
<EmbeddedResource Include="CA00000003_XS00000020" />
</ItemGroup>
2018-06-21 09:25:20 -05:00
<ItemGroup>
2018-08-31 10:47:11 -05:00
<ProjectReference Include="..\LibHac\LibHac.csproj" />
2018-06-21 09:25:20 -05:00
</ItemGroup>
</Project>