Enabled the documentation

This commit is contained in:
Thorsten Sommer 2020-07-28 19:03:32 +02:00
parent d71c66daf9
commit 7c8f60036a

View File

@ -7,4 +7,12 @@
<Company>Thorsten Sommer</Company> <Company>Thorsten Sommer</Company>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\ExaArray.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\ExaArray.xml</DocumentationFile>
</PropertyGroup>
</Project> </Project>