forked from Azure/azure-storage-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wastorage.v120.nuspec
38 lines (38 loc) · 3.05 KB
/
wastorage.v120.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<package >
<metadata>
<id>wastorage.v120</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.v120.windesktop.msvcstl.dyn.rt-dyn" version="2.8.0" />
</dependencies>
</metadata>
<files>
<file src="wastorage.v120.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\v120\Win32\Debug\wastorage.lib" target="lib\native\v120\Win32\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v120\Win32\Debug\wastorage.dll" target="lib\native\v120\Win32\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v120\Win32\Debug\wastorage.pdb" target="lib\native\v120\Win32\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v120\Win32\Release\wastorage.lib" target="lib\native\v120\Win32\Release" />
<file src="Microsoft.WindowsAzure.Storage\v120\Win32\Release\wastorage.dll" target="lib\native\v120\Win32\Release" />
<file src="Microsoft.WindowsAzure.Storage\v120\Win32\Release\wastorage.pdb" target="lib\native\v120\Win32\Release" />
<file src="Microsoft.WindowsAzure.Storage\v120\x64\Debug\wastorage.lib" target="lib\native\v120\x64\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v120\x64\Debug\wastorage.dll" target="lib\native\v120\x64\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v120\x64\Debug\wastorage.pdb" target="lib\native\v120\x64\Debug" />
<file src="Microsoft.WindowsAzure.Storage\v120\x64\Release\wastorage.lib" target="lib\native\v120\x64\Release" />
<file src="Microsoft.WindowsAzure.Storage\v120\x64\Release\wastorage.dll" target="lib\native\v120\x64\Release" />
<file src="Microsoft.WindowsAzure.Storage\v120\x64\Release\wastorage.pdb" target="lib\native\v120\x64\Release" />
</files>
</package>