1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-26 10:41:47 +02:00
Files
.github
bin
module
vendor
CPR
ConcurrentQueue
Fmt
MaxmindDB
POCO
ActiveRecord
ApacheConnector
CppParser
CppUnit
Crypto
Data
Encodings
Foundation
JSON
JWT
MongoDB
Net
NetSSL_OpenSSL
NetSSL_Win
PDF
PageCompiler
PocoDoc
ProGen
Redis
SevenZip
Util
XML
Zip
build
ci
cmake
contrib
doc
packaging
Linux
Other
Unix
Windows
NuGet
Poco.front
Poco.noarch.nuspec
Poco.noarch.targets
Poco.shared.back
Poco.shared.nuspec
Poco.shared.targets
Poco.static.back
Poco.static.nuspec
Poco.static.targets
bap.cmd
pack.cmd
WiX
Boost License.rtf
Poco.png
README.md
README.txt
patches
release
.gitattributes
.gitignore
.gitmodules
CHANGELOG
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
Makefile
NEWS
README
README.md
VERSION
build_cmake.cmd
build_cmake.sh
build_vs140.cmd
build_vs150.cmd
build_vs160.cmd
buildwin.cmd
buildwin.ps1
components
configure
cppignore.lnx
cppignore.win
env.bat
env.sh
libversion
PUGIXML
SAJSON
SimpleIni
Squirrel
TinyDir
ZMQ
xxHash
CMakeLists.txt
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
SqMod/vendor/POCO/packaging/Windows/NuGet/Poco.static.nuspec
Sandu Liviu Catalin 7a3d92d1d1 Update POCO to 1.11.0
2021-08-22 18:07:06 +03:00

34 lines
1.9 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<package xmlns='http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd'>
<metadata>
<id>Poco.$id$.vs$vs$.$mode$</id>
<version>$version$</version>
<title>Pocoproject Poco Foundation vs$vs$ $mode$</title>
<authors>Applied Informatics &amp; Contributors</authors>
<owners>Guenter Obiltschnig &amp; Aleksandar Fabijanic</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type='expression'>BSL-1.0</license>
<icon>image\poco.png</icon>
<projectUrl>https://pocoproject.org/</projectUrl>
<description>Modern, powerful open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile and embedded systems.</description>
<releaseNotes>releaseNotes</releaseNotes>
<copyright>Copyright 2006-2020</copyright>
<language></language>
<tags>native string filesystem thread date log event regex uri uuid cache nativepackage sockets mime http ftp mail pop3 smtp html sax sax2 dom xml</tags>
<repository type='git' url='git@github.com:pocoproject/poco.git' branch='poco-$version$' />
<dependencies>
<dependency id='Poco.$id$.vs$vs$.noarch' version='$version$' />
<dependency id='Poco.Foundation.vs$vs$.static' version='$version$' />
<dependency id='Poco.Net.vs$vs$.static' version='$version$' />
 </dependencies>
</metadata>
<files>
<file src='..\..\poco.png' target='image\poco.png' />
<file src='..\..\..\lib\Poco$id$MD*.*' target='build\native\lib\' />
<file src='..\..\..\lib\Poco$id$MT*.*' target='build\native\lib\' />
<file src='..\..\..\lib64\Poco$id$MD*.*' target='build\native\lib64\' />
<file src='..\..\..\lib64\Poco$id$MT*.*' target='build\native\lib64\' />
<file src='Poco.static.targets' target='build\native\Poco.$id$.vs$vs$.static.targets' />
</files>
</package>