Skip to content

Commit 9f2cd67

Browse files
committed
Set 'GenerateDocumentationFile'
1 parent 16d5784 commit 9f2cd67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ToolkitComponent.SourceProject.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<Error Condition="$(ToolkitComponentName) == ''" Message="ToolkitComponentName is not defined. Please check your csproj." />
44
</Target>
55

6+
<!-- Generate the .xml files for documentation for all source projects (needed for IntelliSense docs) -->
7+
<PropertyGroup>
8+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9+
</PropertyGroup>
10+
611
<!-- Set up the MultiTarget system -->
712
<Import Project="$(ToolingDirectory)\MultiTarget\Library.props" />
813

0 commit comments

Comments
 (0)