forked from jasder/antlr
Fix case of file names in project
This commit is contained in:
parent
d21e393059
commit
8007bf4012
|
@ -39,8 +39,8 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ANTLRFileStream.cs" />
|
||||
<Compile Include="ANTLRInputStream.cs" />
|
||||
<Compile Include="AntlrFileStream.cs" />
|
||||
<Compile Include="AntlrInputStream.cs" />
|
||||
<Compile Include="Atn\AbstractPredicateTransition.cs" />
|
||||
<Compile Include="Atn\ActionTransition.cs" />
|
||||
<Compile Include="Atn\ArrayPredictionContext.cs" />
|
||||
|
|
Loading…
Reference in New Issue