mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +01:00
Not needed anymore
This commit is contained in:
parent
09671d8d3d
commit
34f64c41c8
@ -1,50 +0,0 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!DOCTYPE package [
|
||||
<!ENTITY CHANGELOG SYSTEM "CHANGELOG">
|
||||
]>
|
||||
<package xmlns='http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd'>
|
||||
<metadata>
|
||||
<id>Pocoproject.Poco.vs150.x64</id>
|
||||
<version>$version$</version>
|
||||
<title>Poco $version$</title>
|
||||
<authors> Applied Informatics & Contributors</authors>
|
||||
<owners>Günter Obiltschnig & Aleksandar Fabijanic</owners>
|
||||
<licenseUrl>https://pocoproject.org/license.html</licenseUrl>
|
||||
<projectUrl>https://pocoproject.org/</projectUrl>
|
||||
<iconUrl>https://avatars1.githubusercontent.com/u/201918?v=4&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>
|
||||
<![CDATA[
|
||||
&CHANGELOG;
|
||||
]]>
|
||||
</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>
|
||||
<dependencies>
|
||||
<dependency id='Pocoproject.OpenSSL.vs120.x64' version='1.1.0' />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src='packaging\Windows\NuGet\Pocoproject.Poco.vs150.x64.targets' target='build\native'/>
|
||||
<file src='bin64\Poco*' target='build\native\bin64' exclude='bin64\*CppParser*.*'/>
|
||||
<file src='lib64\Poco*' target='build\native\lib64' exclude='lib64\*CppParser*.*'/>
|
||||
<file src='Crypto\include\**' target='build\native\inc' />
|
||||
<file src='Data\include\**' target='build\native\inc' />
|
||||
<file src='Data\MySQL\include\**' target='build\native\inc' />
|
||||
<file src='Data\include\**' target='build\native\inc' />
|
||||
<file src='Data\ODBC\include\**' target='build\native\inc' />
|
||||
<file src='Data\SQLite\include\**' target='build\native\inc' />
|
||||
<file src='Encodings\include\**' target='build\native\inc' />
|
||||
<file src='Foundation\include\**' target='build\native\inc' />
|
||||
<file src='JSON\include\**' target='build\native\inc' />
|
||||
<file src='MongoDB\include\**' target='build\native\inc' />
|
||||
<file src='Net\include\**' target='build\native\inc' />
|
||||
<file src='NetSSL_OpenSSL\include\**' target='build\native\inc' />
|
||||
<file src='NetSSL_Win\include\**' target='build\native\inc' />
|
||||
<file src='PDF\include\**' target='build\native\inc' />
|
||||
<file src='Util\include\**' target='build\native\inc' />
|
||||
<file src='XML\include\**' target='build\native\inc' />
|
||||
<file src='Zip\include\**' target='build\native\inc' />
|
||||
</files>
|
||||
</package>
|
@ -1,52 +0,0 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!DOCTYPE package [
|
||||
<!ENTITY CHANGELOG SYSTEM "CHANGELOG">
|
||||
]>
|
||||
<package xmlns='http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd'>
|
||||
<metadata>
|
||||
<id>Pocoproject.Poco.vs150.x86</id>
|
||||
<version>$version$</version>
|
||||
<title>Poco $version$</title>
|
||||
<authors> Applied Informatics & Contributors</authors>
|
||||
<owners>Günter Obiltschnig & Aleksandar Fabijanic</owners>
|
||||
<licenseUrl>https://pocoproject.org/license.html</licenseUrl>
|
||||
<projectUrl>https://pocoproject.org/</projectUrl>
|
||||
<iconUrl>https://avatars1.githubusercontent.com/u/201918?v=4&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>
|
||||
<![CDATA[
|
||||
&CHANGELOG;
|
||||
]]>
|
||||
</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>
|
||||
<dependencies>
|
||||
<dependency id='Pocoproject.OpenSSL.vs120.x86' version='1.1.0' />
|
||||
</dependencies>
|
||||
|
||||
</metadata>
|
||||
<files>
|
||||
<file src='packaging\Windows\NuGet\Pocoproject.Poco.vs150.x86.targets' target='build\native'/>
|
||||
<file src='bin\Poco*' target='build\native\bin' exclude='bin\*CppParser*.*'/>
|
||||
<file src='lib\Poco*' target='build\native\lib' exclude='lib\*CppParser*.*' />
|
||||
<file src='CppUnit\include\**' target='build\native\inc' />
|
||||
<file src='Crypto\include\**' target='build\native\inc' />
|
||||
<file src='Data\include\**' target='build\native\inc' />
|
||||
<file src='Data\MySQL\include\**' target='build\native\inc' />
|
||||
<file src='Data\include\**' target='build\native\inc' />
|
||||
<file src='Data\ODBC\include\**' target='build\native\inc' />
|
||||
<file src='Data\SQLite\include\**' target='build\native\inc' />
|
||||
<file src='Encodings\include\**' target='build\native\inc' />
|
||||
<file src='Foundation\include\**' target='build\native\inc' />
|
||||
<file src='JSON\include\**' target='build\native\inc' />
|
||||
<file src='MongoDB\include\**' target='build\native\inc' />
|
||||
<file src='Net\include\**' target='build\native\inc' />
|
||||
<file src='NetSSL_OpenSSL\include\**' target='build\native\inc' />
|
||||
<file src='NetSSL_Win\include\**' target='build\native\inc' />
|
||||
<file src='PDF\include\**' target='build\native\inc' />
|
||||
<file src='Util\include\**' target='build\native\inc' />
|
||||
<file src='XML\include\**' target='build\native\inc' />
|
||||
<file src='Zip\include\**' target='build\native\inc' />
|
||||
</files>
|
||||
</package>
|
Loading…
x
Reference in New Issue
Block a user