Fixed documentation for releases

This commit is contained in:
Thorsten Sommer 2020-01-12 12:02:13 +01:00
parent fcdc6c506e
commit b2b6a25ca5

View File

@ -14,7 +14,11 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>c:\Users\Thorsten\Downloads\repos\Ed25519\Ed25519\Ed25519.xml</DocumentationFile> <DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>