Skip to content

Instantly share code, notes, and snippets.

@lextm
Created July 27, 2012 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lextm/3185708 to your computer and use it in GitHub Desktop.
Save lextm/3185708 to your computer and use it in GitHub Desktop.
ANTLR reference in csproj files
<Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Antlr.Unofficial.3.4.1.0\lib\Antlr3.Runtime.dll</HintPath>
</Reference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment