blob: c151ae288a6ff0568ec3de99c5aab91cb7fbc5e1 [file] [log] [blame]
Jan Tattermuschc6d5f102015-04-20 17:56:15 -07001<?xml version="1.0" encoding="utf-8"?>
2<package>
3 <metadata>
Jan Tattermuscha6e68f12015-10-08 09:58:52 -07004 <id>grpc.native.csharp</id>
Jan Tattermuschc84c2e32015-09-02 13:58:25 -07005 <version>$version$</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 Tattermuschc84c2e32015-09-02 13:58:25 -070012 <releaseNotes>Release of gRPC C core $version$ 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>
Jan Tattermusch36065be2015-11-30 14:48:28 -080018 <dependency id="grpc.dependencies.zlib.redist" version="1.2.8.10" />
19 <dependency id="grpc.dependencies.openssl.redist" version="1.0.204.1" />
Jan Tattermuschc6d5f102015-04-20 17:56:15 -070020 </dependencies>
21 </metadata>
22 <files>
Jan Tattermusch36065be2015-11-30 14:48:28 -080023 <file src="grpc.native.csharp.props" target="\build\portable-net45+netcore45+wpa81+wp8\grpc.native.csharp.props" />
24 <file src="grpc.native.csharp.targets" target="\build\portable-net45+netcore45+wpa81+wp8\grpc.native.csharp.targets" />
25
26 <!-- VS 2010 -->
Jan Tattermuschc6d5f102015-04-20 17:56:15 -070027 <file src="output\v100\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v100\Win32\Release\grpc_csharp_ext.dll" />
Jan Tattermuschc6d5f102015-04-20 17:56:15 -070028 <file src="output\v100\Win32\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v100\Win32\Debug\grpc_csharp_ext.dll" />
Jan Tattermusch36065be2015-11-30 14:48:28 -080029 <!-- VS 2013 -->
Jan Tattermuschc6d5f102015-04-20 17:56:15 -070030 <file src="output\v120\Win32\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v120\Win32\Debug\grpc_csharp_ext.dll" />
Jan Tattermusch36065be2015-11-30 14:48:28 -080031 <file src="output\v120\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v120\Win32\Release\grpc_csharp_ext.dll" />
32 <!-- VS 2015 -->
33 <file src="output\v140\Win32\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v140\Win32\Debug\grpc_csharp_ext.dll" />
34 <file src="output\v140\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v140\Win32\Release\grpc_csharp_ext.dll" />
Jan Tattermuschc6d5f102015-04-20 17:56:15 -070035 </files>
Jan Tattermusch06194dc2015-06-02 16:02:02 -070036</package>