blob: 2527f4c415c4ae66e4064e6a326e9ed9a6bb927c [file] [log] [blame]
Jan Tattermuschc6d5f102015-04-20 17:56:15 -07001<?xml version="1.0" encoding="utf-8"?>
2<package>
3 <metadata>
4 <id>grpc.native.csharp_ext</id>
Jan Tattermusch2ce352d2015-05-21 10:54:11 -07005 <version>0.9.0.0</version>
Jan Tattermuschc6d5f102015-04-20 17:56:15 -07006 <authors>Google Inc.</authors>
Jan Tattermuscha7361c72015-05-28 09:42:52 -07007 <owners>grpc-packages</owners>
Jan Tattermuschc6d5f102015-04-20 17:56:15 -07008 <licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl>
9 <projectUrl>http://github.com/grpc/grpc</projectUrl>
10 <requireLicenseAcceptance>false</requireLicenseAcceptance>
11 <description>Native extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.</description>
Jan Tattermusch2ce352d2015-05-21 10:54:11 -070012 <releaseNotes>Release of gRPC C core 0.9.0 libraries.</releaseNotes>
Jan Tattermuschc6d5f102015-04-20 17:56:15 -070013 <copyright>Copyright 2015</copyright>
14 <title>gRPC C# Native Extension</title>
15 <summary>Native library required by gRPC C#</summary>
16 <tags>gRPC native</tags>
17 <dependencies>
18 <dependency id="grpc.dependencies.zlib.redist" version="1.2.8.9" />
19 <dependency id="grpc.dependencies.openssl.redist" version="1.0.2.2" />
20 </dependencies>
21 </metadata>
22 <files>
23 <file src="grpc.native.csharp_ext.props" target="\build\portable-net45\grpc.native.csharp_ext.props" />
24 <file src="grpc.native.csharp_ext.targets" target="\build\portable-net45\grpc.native.csharp_ext.targets" />
25 <file src="output\v100\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v100\Win32\Release\grpc_csharp_ext.dll" />
26 <file src="output\v120\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v120\Win32\Release\grpc_csharp_ext.dll" />
27 <file src="output\v100\Win32\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v100\Win32\Debug\grpc_csharp_ext.dll" />
28 <file src="output\v120\Win32\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v120\Win32\Debug\grpc_csharp_ext.dll" />
29 </files>
30</package>