Skip to content

Commit 8ee81f5

Browse files
committed
Fix casing in build action
1 parent b6fdeef commit 8ee81f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<Antlr4 Include="Grammar\VBAParser.g4">
2626
<CustomToolNamespace>Rubberduck.Parsing.Grammar</CustomToolNamespace>
2727
</Antlr4>
28-
<Antlr4 Include="PreProcessing\*.g4">
28+
<Antlr4 Include="Preprocessing\*.g4">
2929
<CustomToolNamespace>Rubberduck.Parsing.PreProcessing</CustomToolNamespace>
3030
</Antlr4>
3131
</ItemGroup>

0 commit comments

Comments
 (0)