azure-storage-cpp/wastorage.v140.nuspec

40 строки
3.2 KiB
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>wastorage.v140</id>
<version>2.3.0</version>
<title>Microsoft Azure Storage Client Library for C++</title>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=235170</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=235168</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
<summary>A client library for working with Microsoft Azure storage services including blobs, tables, and queues.</summary>
<description>This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/</description>
<releaseNotes>Public release</releaseNotes>
<tags>Microsoft Azure Storage Table Blob Queue Scalable windowsazureofficial</tags>
<dependencies>
<dependency id="cpprestsdk.v140.windesktop.msvcstl.dyn.rt-dyn" version="2.8.0" />
</dependencies>
</metadata>
<files>
<file src="wastorage.v140.targets" target="build\native" />
<file src="Microsoft.WindowsAzure.Storage\includes\was\*.h" target="build\native\include\was" />
<file src="Microsoft.WindowsAzure.Storage\includes\wascore\basic_types.h" target="build\native\include\wascore" />
<file src="Microsoft.WindowsAzure.Storage\includes\wascore\constants.h" target="build\native\include\wascore" />
<file src="Microsoft.WindowsAzure.Storage\includes\wascore\constants.dat" target="build\native\include\wascore" />
<file src="Microsoft.WindowsAzure.Storage\v140\Win32\Debug\wastorage.lib" target="lib\native\v140\Win32\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v140\Win32\Debug\wastorage.dll" target="lib\native\v140\Win32\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v140\Win32\Debug\wastorage.pdb" target="lib\native\v140\Win32\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v140\Win32\Release\wastorage.lib" target="lib\native\v140\Win32\Release" />
<file src="Microsoft.WindowsAzure.Storage\v140\Win32\Release\wastorage.dll" target="lib\native\v140\Win32\Release" />
<file src="Microsoft.WindowsAzure.Storage\v140\Win32\Release\wastorage.pdb" target="lib\native\v140\Win32\Release" />
<file src="Microsoft.WindowsAzure.Storage\v140\x64\Debug\wastorage.lib" target="lib\native\v140\x64\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v140\x64\Debug\wastorage.dll" target="lib\native\v140\x64\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v140\x64\Debug\wastorage.pdb" target="lib\native\v140\x64\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v140\x64\Release\wastorage.lib" target="lib\native\v140\x64\Release" />
<file src="Microsoft.WindowsAzure.Storage\v140\x64\Release\wastorage.dll" target="lib\native\v140\x64\Release" />
<file src="Microsoft.WindowsAzure.Storage\v140\x64\Release\wastorage.pdb" target="lib\native\v140\x64\Release" />
</files>
</package>