|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<package> |
| 3 | + <metadata> |
| 4 | + <id>cpprestsdk.android</id> |
| 5 | + <version>2.3.0.0</version> |
| 6 | + <title>C++ REST SDK</title> |
| 7 | + <authors>casablancacore</authors> |
| 8 | + <owners>Microsoft, Visual C++</owners> |
| 9 | + <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> |
| 10 | + <projectUrl>https://casablanca.codeplex.com/</projectUrl> |
| 11 | + <iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=casablanca&DownloadId=630102&Build=20425</iconUrl> |
| 12 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 13 | + <summary>The C++ REST SDK is a cross-platform, modern, and asynchronous library that enables developers to access and author connected applications</summary> |
| 14 | + <description>This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design. The C++ REST SDK (codename "Casablanca") is a project to start exploring how to best support C++ developers who want to take advantage of the radical shift in software architecture that cloud computing represents.</description> |
| 15 | + <releaseNotes>Release of C++ Rest SDK 2.3.0 libraries for android.</releaseNotes> |
| 16 | + <copyright>Copyright 2014</copyright> |
| 17 | + <tags>REST, native, C++, JSON, Casablanca, Http, Uri, WebSockets, android</tags> |
| 18 | + <dependencies> |
| 19 | + <dependency id="boost" version="[1.55, 1.56)" /> |
| 20 | + <dependency id="boost_atomic-android" version="[1.55, 1.56)" /> |
| 21 | + <dependency id="boost_chrono-android" version="[1.55, 1.56)" /> |
| 22 | + <dependency id="boost_date_time-android" version="[1.55, 1.56)" /> |
| 23 | + <dependency id="boost_filesystem-android" version="[1.55, 1.56)" /> |
| 24 | + <dependency id="boost_locale-android" version="[1.55, 1.56)" /> |
| 25 | + <dependency id="boost_system-android" version="[1.55, 1.56)" /> |
| 26 | + <dependency id="boost_thread-android" version="[1.55, 1.56)" /> |
| 27 | + <dependency id="openssl-android" version="[1.0.1, 1.0.2)" /> |
| 28 | + </dependencies> |
| 29 | + </metadata> |
| 30 | + <files> |
| 31 | + <!-- Include header files--> |
| 32 | + <file src="..\include\**\*" target="\build\native\include\" /> |
| 33 | + |
| 34 | + <!-- clang-3.4 --> |
| 35 | + <file src="..\..\Binaries\ARM\Release\cpprest140_android_2_3.a" target="\build\native\lib\arm\libcpprest-clang_3_4-gnustl-2_3.a" /> |
| 36 | + <file src="..\..\Binaries\ARM\Debug\cpprest140d_android_2_3.a" target="\build\native\lib\arm\libcpprest-clang_3_4-d-gnustl-2_3.a" /> |
| 37 | + |
| 38 | + <!-- Including license for WebSocket++ --> |
| 39 | + <file src="..\libs\websocketpp\COPYING" target="\license\websocketpp\COPYING" /> |
| 40 | + |
| 41 | + <!-- vs targets file --> |
| 42 | + <file src="cpprestsdk.android.targets" target="\build\native\cpprestsdk.android.targets"/> |
| 43 | + </files> |
| 44 | +</package> |
0 commit comments