We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfbe508 + d9e2018 commit 4d19697Copy full SHA for 4d19697
docs/msbuild/importgroup-element.md
@@ -61,8 +61,8 @@ Contains a collection of `Import` elements that are grouped under an optional co
61
```xml
62
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
63
<ImportGroup>
64
- <Import Project="$(Targets1.targets) />
65
- <Import Project="$(Targets2.targets) />
+ <Import Project="$(Targets1.targets)" />
+ <Import Project="$(Targets2.targets)" />
66
</ImportGroup>
67
...
68
</Project>
0 commit comments