Fixed included documentation

This commit is contained in:
Thorsten Sommer 2023-07-10 19:40:23 +02:00
parent 88b4a19345
commit 1ec7ba7bba
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -14,11 +14,11 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\ExaArray.xml</DocumentationFile> <DocumentationFile>bin\Debug\FastRng.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\ExaArray.xml</DocumentationFile> <DocumentationFile>bin\Release\FastRng.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>