mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Add project information to csproj file
This commit is contained in:
parent
0dc36560fb
commit
643d603732
2 changed files with 21 additions and 0 deletions
|
@ -6,6 +6,22 @@
|
|||
<LangVersion>7.3</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Authors>Alex Barney</Authors>
|
||||
<Copyright>Copyright © 2018 Alex Barney</Copyright>
|
||||
<Description>A library for reading content formats used by the Nintendo Switch.</Description>
|
||||
<PackageTags>Nintendo;"Nintendo Switch";nca;xci;savefile</PackageTags>
|
||||
<PackageProjectUrl>https://github.com/Thealexbarney/LibHac</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/Thealexbarney/LibHac/blob/master/LICENSE</PackageLicenseUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/Thealexbarney/LibHac</RepositoryUrl>
|
||||
|
||||
<VersionPrefix>0.1.1</VersionPrefix>
|
||||
<PathMap>$(MSBuildProjectDirectory)=C:/LibHac/</PathMap>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<IncludeSource>true</IncludeSource>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net46' ">
|
||||
<DefineConstants>$(DefineConstants);USE_RSA_CNG</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -6,6 +6,11 @@
|
|||
<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" />
|
||||
|
|
Loading…
Reference in a new issue