Fix case of file names in project

This commit is contained in:
Sam Harwell 2013-02-15 16:41:52 -06:00
parent d21e393059
commit 8007bf4012
1 changed files with 2 additions and 2 deletions

View File

@ -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" />