Skip to content

Commit 0e6473a

Browse files
authored
Merge pull request #3070 from darthwalsh/patch-1
Fix missing quotation mark in example
2 parents 0ef8c85 + e6d656b commit 0e6473a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/how-to-exclude-files-from-the-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In a project file you can use wildcards to include all the files in one director
9494
</PropertyGroup>
9595

9696
<ItemGroup>
97-
<CSFile Include="*.cs Exclude="Form2.cs"/>
97+
<CSFile Include="*.cs" Exclude="Form2.cs"/>
9898

9999
<Reference Include="System.dll"/>
100100
<Reference Include="System.Data.dll"/>

0 commit comments

Comments
 (0)