Skip to content

Commit

Permalink
Set 'GenerateDocumentationFile'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Jan 9, 2025
1 parent 16d5784 commit 9f2cd67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ToolkitComponent.SourceProject.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<Error Condition="$(ToolkitComponentName) == ''" Message="ToolkitComponentName is not defined. Please check your csproj." />
</Target>

<!-- Generate the .xml files for documentation for all source projects (needed for IntelliSense docs) -->
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<!-- Set up the MultiTarget system -->
<Import Project="$(ToolingDirectory)\MultiTarget\Library.props" />

Expand Down

0 comments on commit 9f2cd67

Please sign in to comment.