Skip to content

Commit 48749d0

Browse files
Merge pull request #13781 from MicrosoftDocs/ghogen-patch-874491
Add noticeable link for .NET items
2 parents cf555b7 + 168683c commit 48749d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/common-msbuild-project-items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Common MSBuild Project Items
33
description: Learn about common MSBuild project items. Items are named references to one or more files, and have metadata like file names, paths, and version numbers.
4-
ms.date: 10/29/2020
4+
ms.date: 4/2/2025
55
ms.topic: reference
66
dev_langs:
77
- VB
@@ -18,7 +18,7 @@ ms.subservice: msbuild
1818

1919
In MSBuild, an item is a named reference to one or more files. Items contain metadata such as file names, paths, and version numbers. All project types in Visual Studio have several items in common. These items are defined in the file *Microsoft.Build.CommonTypes.xsd*.
2020

21-
This article lists all the common project items.
21+
This article lists all the common project items defined in MSBuild itself. Items and properties provided by the .NET SDK are documented at [MSBuild reference for Microsoft.Net.Sdk](/dotnet/core/project-sdk/msbuild-props).
2222

2323
## `Reference`
2424

0 commit comments

Comments
 (0)