OLD | NEW |
(Empty) | |
| 1 <?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 pac
kage you are looking for, it is only meant to be used as a dependency.</descript
ion> |
| 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+netcore
45+wpa81+wp8\grpc.native.csharp.targets" /> |
| 20 <file src="windows_x86/grpc_csharp_ext.dll" target="/build/native/bin/window
s_x86/grpc_csharp_ext.dll" /> |
| 21 <file src="windows_x64/grpc_csharp_ext.dll" target="/build/native/bin/window
s_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/ma
cosx_x86/libgrpc_csharp_ext.dylib" /> |
| 25 <file src="macosx_x64/libgrpc_csharp_ext.dylib" target="/build/native/bin/ma
cosx_x64/libgrpc_csharp_ext.dylib" /> |
| 26 </files> |
| 27 </package> |
OLD | NEW |