Skip to content

Commit 0a2b018

Browse files
authored
Merge pull request #8641 from MicrosoftDocs/main638034627437158365sync_temp
Repo sync for protected CLA branch
2 parents 294e478 + 5b6d76b commit 0a2b018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Represents files that are not compiled into the project, but may be embedded or
132132
| IsAssembly | Optional boolean. Specifies whether the file is an assembly. |
133133
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in Visual Studio. |
134134
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest |
135+
| TargetPath | Optional string. The output path (relative to the configuration- and/or platform-specific output directory) of an item, including the filename. This respects the `Link` metadata, if provided. If TargetPath is not provided, it is computed during the build process. See [AssignTargetPath](assigntargetpath-task.md). |
135136

136137
## None
137138

0 commit comments

Comments
 (0)