Skip to content

Commit

Permalink
Add BaseOutputPath to XSD (dotnet#8994)
Browse files Browse the repository at this point in the history
VS completion doesn't offer `BaseOutputPath` in MSBuild files. This change adds the property to the XSD to enable that.
  • Loading branch information
drewnoakes authored and YuliiaKovalova committed Jul 18, 2023
1 parent 0461e8c commit ed31c4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1933,6 +1933,11 @@ elementFormDefault="qualified">
</xs:annotation>
</xs:element>
<xs:element name="OSVersion" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
<xs:element name="BaseOutputPath" type="msb:StringPropertyType" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation><!-- _locID_text="BaseOutputPath" _locComment="" -->Base path of output folder, where all configuration-specific output folders will be created. Default value is bin\.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OutputPath" type="msb:StringPropertyType" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation><!-- _locID_text="OutputPath" _locComment="" -->Path to output folder, with trailing slash</xs:documentation>
Expand Down

0 comments on commit ed31c4d

Please sign in to comment.