Add project information to csproj file

This commit is contained in:
Alex Barney 2018-09-03 21:23:47 -05:00
parent 0dc36560fb
commit 643d603732
2 changed files with 21 additions and 0 deletions

View file

@ -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>

View file

@ -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" />