Enabled documentation

This commit is contained in:
Thorsten Sommer 2020-11-08 16:22:23 +01:00
parent 23ee9d4684
commit afcd2f3dc8

View File

@ -2,6 +2,22 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<Authors>Thorsten Sommer</Authors>
<PackageProjectUrl>https://github.com/SommerEngineering/FastRng</PackageProjectUrl>
<RepositoryUrl>https://code.tsommer.org/thorsten/FastRng</RepositoryUrl>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageVersion>1.0.1</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\ExaArray.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\ExaArray.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
</Project> </Project>