Skip to content

Instantly share code, notes, and snippets.

@lextm
Created July 27, 2012 01:36
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/3185677 to your computer and use it in GitHub Desktop.
Save lextm/3185677 to your computer and use it in GitHub Desktop.
Targets fragment for csproj files
<PropertyGroup>
<AntlrBuildTaskPath>$(MSBuildProjectDirectory)\..\lib\ANTLR</AntlrBuildTaskPath>
<AntlrToolPath>$(MSBuildProjectDirectory)\..\lib\antlr\antlr3.exe</AntlrToolPath>
</PropertyGroup>
<Import Project="..\lib\ANTLR\Antlr3.targets" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment