Skip to content

Commit 6e4d63b

Browse files
Add EmbedInteropTypes to COMFileReference (#11414)
It was only on COMReference before but applies here too.
1 parent 18c6b2e commit 6e4d63b

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
@@ -162,6 +162,11 @@ elementFormDefault="qualified">
162162
<xs:sequence minOccurs="0" maxOccurs="unbounded">
163163
<xs:choice>
164164
<xs:element name="WrapperTool"/>
165+
<xs:element name="EmbedInteropTypes" type="msb:boolean">
166+
<xs:annotation>
167+
<xs:documentation><!-- _locID_text="COMReference_EmbedInteropTypes" _locComment="" -->Whether the types in this reference need to embedded into the target assembly - interop assemblies only (optional, boolean)</xs:documentation>
168+
</xs:annotation>
169+
</xs:element>
165170
</xs:choice>
166171
</xs:sequence>
167172
</xs:extension>

0 commit comments

Comments
 (0)