blob: 6a1795b7090a38b3602b4536dac84641aedd4b9b [file] [log] [blame]
Jan Tattermuschf087ec02016-01-21 11:17:44 -08001<?xml version="1.0" encoding="utf-8"?>
2<package>
3 <metadata>
4 <id>grpc.native.csharp</id>
5 <version>$version$</version>
6 <authors>Google Inc.</authors>
7 <owners>grpc-packages</owners>
8 <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>
12 <releaseNotes>Release of gRPC C core $version$ libraries.</releaseNotes>
13 <copyright>Copyright 2015-2016</copyright>
14 <title>gRPC C# Native Extension</title>
15 <summary>Native library required by gRPC C#</summary>
16 <tags>gRPC native</tags>
17 </metadata>
18 <files>
19 <file src="grpc.native.csharp.targets" target="\build\portable-net45+netcore45+wpa81+wp8\grpc.native.csharp.targets" />
20 <file src="windows_x86/grpc_csharp_ext.dll" target="/build/native/bin/windows_x86/grpc_csharp_ext.dll" />
21 <file src="windows_x64/grpc_csharp_ext.dll" target="/build/native/bin/windows_x64/grpc_csharp_ext.dll" />
22 <file src="linux_x86/libgrpc_csharp_ext.so" target="/build/native/bin/linux_x86/libgrpc_csharp_ext.so" />
23 <file src="linux_x64/libgrpc_csharp_ext.so" target="/build/native/bin/linux_x64/libgrpc_csharp_ext.so" />
24 <file src="macosx_x86/libgrpc_csharp_ext.dylib" target="/build/native/bin/macosx_x86/libgrpc_csharp_ext.dylib" />
25 <file src="macosx_x64/libgrpc_csharp_ext.dylib" target="/build/native/bin/macosx_x64/libgrpc_csharp_ext.dylib" />
26 </files>
27</package>