Skip to content

Commit

Permalink
Added more expressive documentation for "Folder" element in the schema (
Browse files Browse the repository at this point in the history
dotnet#9927)

* Added more expressive documentation for "Folder" element in the schema
  • Loading branch information
MichalPavlik authored Mar 28, 2024
1 parent 2d02daa commit fc88a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ elementFormDefault="qualified">
</xs:element>
<xs:element name="Folder" type="msb:SimpleItemType" substitutionGroup="msb:Item">
<xs:annotation>
<xs:documentation><!-- _locID_text="Folder" _locComment="" -->Folder on disk</xs:documentation>
<xs:documentation><!-- _locID_text="Folder" _locComment="" -->Used by Visual Studio to identify an empty folder.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Import" type="msb:SimpleItemType" substitutionGroup="msb:Item">
Expand Down

0 comments on commit fc88a31

Please sign in to comment.