Skip to content

Commit a931377

Browse files
committed
remove extra directory, clean up project
1 parent 25c96c8 commit a931377

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Parsing/Parsing.csproj

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,20 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<Antlr4 Include="Grammar\TSqlLexer.g4">
14-
<Visitor>False</Visitor>
15-
<AntlrToolJar>C:\antlr\antlr-4.9.3-complete.jar</AntlrToolJar>
16-
<JavaExec>C:\Program Files\Common Files\Oracle\Java\javapath\java.exe</JavaExec>
17-
<ForceAtn>True</ForceAtn>
18-
<AntOutDir></AntOutDir>
19-
</Antlr4>
13+
<None Remove="TSqlLexer.g4" />
14+
<None Remove="TSqlParser.g4" />
2015
</ItemGroup>
2116

2217
<ItemGroup>
23-
<Antlr4 Include="Grammar\TSqlParser.g4">
24-
<Visitor>False</Visitor>
18+
<Antlr4 Include="TSqlLexer.g4">
19+
<AntlrToolJar>C:\antlr\antlr-4.9.3-complete.jar</AntlrToolJar>
2520
<JavaExec>C:\Program Files\Common Files\Oracle\Java\javapath\java.exe</JavaExec>
21+
<Visitor>False</Visitor>
22+
</Antlr4>
23+
<Antlr4 Include="TSqlParser.g4">
2624
<AntlrToolJar>C:\antlr\antlr-4.9.3-complete.jar</AntlrToolJar>
27-
<AntOutDir></AntOutDir>
25+
<JavaExec>C:\Program Files\Common Files\Oracle\Java\javapath\java.exe</JavaExec>
26+
<Visitor>False</Visitor>
2827
</Antlr4>
2928
</ItemGroup>
3029

0 commit comments

Comments
 (0)