ImportGroup Element [MSBuild]
Visual Studio 2012
Contains a collection of Import elements that are grouped under an optional condition. For more information, see Import Element (MSBuild).
<ImportGroup>
<ImportGroup Condition="'String A' == 'String B'">
<Import ... />
<Import ... />
</ImportGroup>
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
Condition | Optional attribute. The condition to be evaluated. For more information, see MSBuild Conditions. |
Child Elements
Element | Description |
|---|---|
Imports the contents of one project file into another project file. |
Parent Elements
Element | Description |
|---|---|
Required root element of an MSBuild project file. |