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 29d758c commit 13d8c73Copy full SHA for 13d8c73
Hagelkorn/Hagelkorn.csproj
@@ -19,7 +19,11 @@
19
</PropertyGroup>
20
21
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
22
- <DocumentationFile>bin\Debug\netstandard2.0\Hagelkorn.xml</DocumentationFile>
+ <DocumentationFile>C:\Users\osthege\Repos\hagelkorn\Hagelkorn\Hagelkorn.xml</DocumentationFile>
23
+ </PropertyGroup>
24
+
25
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
26
27
28
29
</Project>
0 commit comments