Skip to content

Commit c2f7253

Browse files
committed
Turn off doc file generation for the moment
1 parent 91be4b0 commit c2f7253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IntegrationEngine.Client/IntegrationEngine.Client.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
<ErrorReport>prompt</ErrorReport>
2121
<WarningLevel>4</WarningLevel>
2222
<ConsolePause>false</ConsolePause>
23-
<DocumentationFile>bin\Debug\InEngine.NET.Client.xml</DocumentationFile>
23+
<DocumentationFile>
24+
</DocumentationFile>
2425
</PropertyGroup>
2526
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2627
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)