Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,20 @@ elementFormDefault="qualified">
<xs:documentation><!-- _locID_text="GenerateDocumentationFile" _locComment="" -->Value indicating whether a documentation file will be generated by the compiler</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CopyDebugSymbolFilesFromPackages" type="msb:boolean" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="CopyDebugSymbolFilesFromPackages" _locComment="" -->Value indicating whether symbol files will be copied from NuGet packages by the compiler
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CopyDocumentationFilesFromPackages" type="msb:boolean" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="CopyDocumentationFilesFromPackages" _locComment="" -->Value indicating whether documentation files will be copied from NuGet packages by the compiler
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GenerateManifests" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
<xs:element name="GenerateLibraryLayout" type="msb:boolean" substitutionGroup="msb:Property"/>
<xs:element name="GeneratePackageOnBuild" type="msb:boolean" substitutionGroup="msb:Property">
Expand Down