mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
23 lines
580 B
XML
23 lines
580 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
|
|
<LangVersion>7.3</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<VersionPrefix>0.1.1</VersionPrefix>
|
|
<PathMap>$(MSBuildProjectDirectory)=C:/hactoolnet/</PathMap>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="CA00000003_XS00000020" />
|
|
<EmbeddedResource Include="CA00000003_XS00000020" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\LibHac\LibHac.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|