Enabled documentation
This commit is contained in:
parent
23ee9d4684
commit
afcd2f3dc8
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user