We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdc6c5 commit b2b6a25Copy full SHA for b2b6a25
Ed25519/Ed25519.csproj
@@ -14,7 +14,11 @@
14
</PropertyGroup>
15
16
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
17
- <DocumentationFile>c:\Users\Thorsten\Downloads\repos\Ed25519\Ed25519\Ed25519.xml</DocumentationFile>
+ <DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
18
+ </PropertyGroup>
19
+
20
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
21
22
23
24
<ItemGroup>
0 commit comments