Skip to content

Commit 0d4a696

Browse files
Merge pull request #12993 from MicrosoftDocs/ghogen-patch-69
Fix typo
2 parents 88b7acc + 950b58a commit 0d4a696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Represents files that aren't compiled into the project, but may be embedded or p
124124
| LastGenOutput | Optional string. The name of the file that was created by any file generator that was run on this item. |
125125
| CustomToolNamespace | Optional string. The namespace in which any file generator that runs on this item should create code. |
126126
| Link | Optional string. The notational path to be displayed if the file is physically located outside the influence of the project. |
127-
| PublishState | Required string. The publish state of the content, either:<br /><br /> - Default<br />- Included<br />- xcluded<br />- DataFile<br />- Prerequisite |
127+
| PublishState | Required string. The publish state of the content, either:<br /><br /> - Default<br />- Included<br />- Excluded<br />- DataFile<br />- Prerequisite |
128128
| IsAssembly | Optional boolean. Specifies whether the file is an assembly. |
129129
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in Visual Studio. |
130130
| 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 |

0 commit comments

Comments
 (0)