Created
July 27, 2012 01:36
-
-
Save lextm/3185677 to your computer and use it in GitHub Desktop.
Targets fragment for csproj files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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