Skip to content

Commit 2d1952d

Browse files
authored
Add BaseOutputPath to XSD (#8994)
VS completion doesn't offer `BaseOutputPath` in MSBuild files. This change adds the property to the XSD to enable that.
1 parent 5ab64ed commit 2d1952d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,11 @@ elementFormDefault="qualified">
19331933
</xs:annotation>
19341934
</xs:element>
19351935
<xs:element name="OSVersion" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
1936+
<xs:element name="BaseOutputPath" type="msb:StringPropertyType" substitutionGroup="msb:Property">
1937+
<xs:annotation>
1938+
<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>
1939+
</xs:annotation>
1940+
</xs:element>
19361941
<xs:element name="OutputPath" type="msb:StringPropertyType" substitutionGroup="msb:Property">
19371942
<xs:annotation>
19381943
<xs:documentation><!-- _locID_text="OutputPath" _locComment="" -->Path to output folder, with trailing slash</xs:documentation>

0 commit comments

Comments
 (0)