Skip to content

Commit

Permalink
Add SatelliteResourceLanguages property to common types schema (#6861)
Browse files Browse the repository at this point in the history
Fixes #6854
  • Loading branch information
benvillalobos authored Sep 24, 2021
1 parent a08f6bd commit 9f83c72
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 @@ -1849,6 +1849,11 @@ elementFormDefault="qualified">
</xs:annotation>
</xs:element>
<xs:element name="RunPostBuildEvent" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
<xs:element name="SatelliteResourceLanguages" type="msb:StringPropertyType" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation><!-- _locID_text="SatelliteResourceLanguages" _locComment="" -->Semi-colon separated list of culture names to preserve satellite resource assemblies during build and publish. Names must be a valid culture name (like en-US;it; or fr). If left empty, all satellite resource assemblies will be preserved. Defaults to empty.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SchemaVersion" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
<xs:element name="SecureScoping" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
<xs:element name="SignAssembly" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>
Expand Down

0 comments on commit 9f83c72

Please sign in to comment.