30 lines
1.8 KiB
XML
30 lines
1.8 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$.shared</id>
|
|
<version>$version$$pre$</version>
|
|
<title>ANTLR4 Runtime c++ vs$vs$ shared</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>releaseNotes</releaseNotes>
|
|
<copyright>Copyright 2006-2022</copyright>
|
|
<language></language>
|
|
<repository type='git' url='git@github.com:antlr/antlr4.git' branch='$version$' />
|
|
<dependencies>
|
|
<dependency id="ANTLR4.Runtime.cpp.vs$vs$.noarch" version='$version$$pre$'/>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="antlr4.jpg" target="image\antlr4.jpg" />
|
|
<file src="..\bin\vs-$vs$\x86\Debug DLL\*" target="build\native\x86\dbg\" />
|
|
<file src="..\bin\vs-$vs$\x86\Release DLL\*" target="build\native\x86\rel\" />
|
|
<file src="..\bin\vs-$vs$\x64\Debug DLL\*" target="build\native\x64\dbg\" />
|
|
<file src="..\bin\vs-$vs$\x64\Release DLL\*" target="build\native\x64\rel\" />
|
|
<file src="ANTLR4.Runtime.cpp.shared.targets" target="build\native\ANTLR4.Runtime.cpp.vs$vs$.shared.targets" />
|
|
<file src="ANTLR4.Runtime.cpp.shared.props" target="build\native\ANTLR4.Runtime.cpp.vs$vs$.shared.props" />
|
|
</files>
|
|
</package> |