Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For C# projects, you can integrate ANTLR with Visual Studio 2005/2008 by pasting the following snippet of XML near the end of your .csproj file. The <Target>-Tag must appear before <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/> for the Build to run successfully. (warning) Adjust the Included and OutputFiles to fit your project.

...