poco/packaging/Windows/NuGet/Pocoproject.Poco.vs140.symbols.nuspec
2017-10-31 09:09:02 +01:00

25 lines
1.5 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<package xmlns='http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd'>
<metadata>
<id>Pocoproject.Poco.vs140</id>
<version>$version$</version>
<title>Poco $version$</title>
<authors> Applied Informatics &amp; Contributors</authors>
<owners>Günter Obiltschnig &amp; Aleksandar Fabijanic</owners>
<licenseUrl>https://pocoproject.org/license.html</licenseUrl>
<projectUrl>https://pocoproject.org/</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/201918?v=4&amp;s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<copyright>Copyright 2017</copyright>
<tags>string filesystem thread date log event regex uri uuid cache native nativepackage sockets mime http ftp mail pop3 smtp html sax sax2 dom xml</tags>
</metadata>
<files>
<file src='bin\*.pdb' target='build\native\bin' exclude='..\bin\PocoCppParser*'/>
<file src='bin\*.dll' target='build\native\bin' exclude='..\bin\PocoCppParser*/>
<file src='bin64\*.pdb' target='build\native\bin64' exclude='..\bin64\PocoCppParser*'/>
<file src='bin64\*.dll' target='build\native\bin64' exclude='..\bin64\PocoCppParser*'/>
</files>
</package>