Browse Source

fixes JavascriptParser.cs file not found in Linux

Generoso Martello 10 years ago
parent
commit
660b7580d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jint/Jint.csproj

+ 2 - 2
Jint/Jint.csproj

@@ -148,7 +148,7 @@
     <Compile Include="Parser\Ast\WhileStatement.cs" />
     <Compile Include="Parser\Ast\WithStatement.cs" />
     <Compile Include="Parser\Comment.cs" />
-    <Compile Include="Parser\JavaScriptParser.cs" />
+    <Compile Include="Parser\JavascriptParser.cs" />
     <Compile Include="Parser\Loc.cs" />
     <Compile Include="Parser\Messages.cs" />
     <Compile Include="Parser\ParserException.cs" />
@@ -212,4 +212,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
+</Project>