We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd6d44 commit 7096890Copy full SHA for 7096890
JSONAPI.EntityFramework/JSONAPI.EntityFramework.csproj
@@ -25,6 +25,7 @@
25
<ErrorReport>prompt</ErrorReport>
26
<WarningLevel>4</WarningLevel>
27
<Prefer32Bit>false</Prefer32Bit>
28
+ <DocumentationFile>bin\Debug\JSONAPI.EntityFramework.XML</DocumentationFile>
29
</PropertyGroup>
30
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31
<DebugType>pdbonly</DebugType>
JSONAPI/JSONAPI.csproj
+ <DocumentationFile>bin\Debug\JSONAPI.XML</DocumentationFile>
0 commit comments