Files
mysysy/antlr/antlr4-runtime-4.12.0/runtime/nuget/ANTLR4.Runtime.cpp.static.nuspec
2025-02-27 23:14:53 +08:00

29 lines
1.7 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$.static</id>
<version>$version$$pre$</version>
<title>ANTLR4 Runtime c++ vs$vs$ static</title>
<authors>Terence Parr &amp; 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 Static\*" target="build\native\x86\dbg\" />
<file src="..\bin\vs-$vs$\x86\Release Static\*" target="build\native\x86\rel\" />
<file src="..\bin\vs-$vs$\x64\Debug Static\*" target="build\native\x64\dbg\" />
<file src="..\bin\vs-$vs$\x64\Release Static\*" target="build\native\x64\rel\" />
<file src="ANTLR4.Runtime.cpp.static.targets" target="build\native\ANTLR4.Runtime.cpp.vs$vs$.static.targets" />
</files>
</package>