Skip to content

Commit 8f497e6

Browse files
committed
add Label attribute
1 parent 3bf2ffe commit 8f497e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/msbuild/import-element-msbuild.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Imports the contents of one project file into another project file.
4646
|---------------|-----------------|
4747
|`Project`|Required attribute.<br /><br /> The path of the project file to import. The path can include wildcards. The matching files are imported in sorted order. By using this feature, you can add code to a project just by adding the code file to a directory.|
4848
|`Condition`|Optional attribute.<br /><br /> A condition to be evaluated. For more information, see [Conditions](../msbuild/msbuild-conditions.md).|
49+
|`Label`|Optional attribute.<br /><br /> Applies an identifier to this import element.|
4950
|`Sdk`| Optional attribute.<br /><br /> References a project SDK.|
5051

5152
### Child elements

0 commit comments

Comments
 (0)