item-management

Installation
SKILL.md

MSBuild Item Management Patterns

Canonical patterns for working with item groups, from Microsoft.Common.CurrentVersion.targets.

Include / Remove / Update — Three Operations

Operation Purpose When to use
Include Add new items to the group Creating items with identity + metadata
Remove Remove items matching a pattern Excluding files or clearing a group
Update Modify metadata on existing items Adding/changing metadata without re-adding

Include — Add Items

Installs
146
Repository
dotnet/skills
GitHub Stars
3.5K
First Seen
May 22, 2026
item-management — dotnet/skills