23 lines
1.3 KiB
XML
23 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>ANTLR4.Runtime.cpp.vs$vs$.noarch</id>
|
|
<version>$version$$pre$</version>
|
|
<title>ANTLR4 Runtime c++ vs$vs$ $link$</title>
|
|
<authors>Terence Parr & Contributors</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type='expression'>BSL-1.0</license>
|
|
<icon>image\antlr4.jpg</icon>
|
|
<projectUrl>https://www.antlr.org/</projectUrl>
|
|
<description>ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees..</description>
|
|
<releaseNotes>See project URL</releaseNotes>
|
|
<copyright>Copyright 2014-2022</copyright>
|
|
<language></language>
|
|
<repository type='git' url='git@github.com:antlr/antlr4.git' branch='$version$' />
|
|
</metadata>
|
|
<files>
|
|
<file src="antlr4.jpg" target="image\antlr4.jpg" />
|
|
<file src="..\src\**\*.h" target="build\native\inc\" />
|
|
<file src="ANTLR4.Runtime.cpp.noarch.targets" target="build\native\ANTLR4.Runtime.cpp.vs$vs$.noarch.targets" />
|
|
</files>
|
|
</package> |