Fix project modification instructions in readme

This commit is contained in:
Sam Harwell 2013-02-28 11:41:51 -06:00
parent e01320c5a2
commit c9ababc081
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ before attempting these steps.
<PropertyGroup>
<!-- Folder containing Antlr4BuildTasks.dll -->
<AntlrBuildTaskPath>$(ProjectDir)..\Reference\Antlr4</AntlrBuildTaskPath>
<Antlr4BuildTaskPath>$(ProjectDir)..\Reference\Antlr4</Antlr4BuildTaskPath>
<!-- Path to the ANTLR Tool itself. -->
<AntlrToolPath>$(ProjectDir)..\Reference\Antlr4\antlr4-csharp-4.0.1-SNAPSHOT-complete.jar</AntlrToolPath>
<Antlr4ToolPath>$(ProjectDir)..\Reference\Antlr4\antlr4-csharp-4.0.1-SNAPSHOT-complete.jar</Antlr4ToolPath>
</PropertyGroup>
<Import Project="$(ProjectDir)..\Reference\Antlr4\Antlr4.targets" />