Jan Tattermusch | c6d5f10 | 2015-04-20 17:56:15 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <package> |
| 3 | <metadata> |
Jan Tattermusch | a6e68f1 | 2015-10-08 09:58:52 -0700 | [diff] [blame] | 4 | <id>grpc.native.csharp</id> |
Jan Tattermusch | c84c2e3 | 2015-09-02 13:58:25 -0700 | [diff] [blame] | 5 | <version>$version$</version> |
Jan Tattermusch | c6d5f10 | 2015-04-20 17:56:15 -0700 | [diff] [blame] | 6 | <authors>Google Inc.</authors> |
Jan Tattermusch | a7361c7 | 2015-05-28 09:42:52 -0700 | [diff] [blame] | 7 | <owners>grpc-packages</owners> |
Jan Tattermusch | c6d5f10 | 2015-04-20 17:56:15 -0700 | [diff] [blame] | 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> |
Jan Tattermusch | c84c2e3 | 2015-09-02 13:58:25 -0700 | [diff] [blame] | 12 | <releaseNotes>Release of gRPC C core $version$ libraries.</releaseNotes> |
Jan Tattermusch | c6d5f10 | 2015-04-20 17:56:15 -0700 | [diff] [blame] | 13 | <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> |
Jan Tattermusch | c6d5f10 | 2015-04-20 17:56:15 -0700 | [diff] [blame] | 17 | </metadata> |
| 18 | <files> |
Jan Tattermusch | 36065be | 2015-11-30 14:48:28 -0800 | [diff] [blame] | 19 | <file src="grpc.native.csharp.targets" target="\build\portable-net45+netcore45+wpa81+wp8\grpc.native.csharp.targets" /> |
Jan Tattermusch | d233543 | 2016-01-12 14:13:10 -0800 | [diff] [blame] | 20 | |
Jan Tattermusch | 36065be | 2015-11-30 14:48:28 -0800 | [diff] [blame] | 21 | <!-- VS 2013 --> |
Jan Tattermusch | c6d5f10 | 2015-04-20 17:56:15 -0700 | [diff] [blame] | 22 | <file src="output\v120\Win32\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v120\Win32\Debug\grpc_csharp_ext.dll" /> |
Jan Tattermusch | 36065be | 2015-11-30 14:48:28 -0800 | [diff] [blame] | 23 | <file src="output\v120\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v120\Win32\Release\grpc_csharp_ext.dll" /> |
Jan Tattermusch | d233543 | 2016-01-12 14:13:10 -0800 | [diff] [blame] | 24 | <file src="output\v120\x64\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v120\x64\Debug\grpc_csharp_ext.dll" /> |
| 25 | <file src="output\v120\x64\Release\grpc_csharp_ext.dll" target="/build/native/bin/v120\x64\Release\grpc_csharp_ext.dll" /> |
Jan Tattermusch | 36065be | 2015-11-30 14:48:28 -0800 | [diff] [blame] | 26 | <!-- VS 2015 --> |
| 27 | <file src="output\v140\Win32\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v140\Win32\Debug\grpc_csharp_ext.dll" /> |
| 28 | <file src="output\v140\Win32\Release\grpc_csharp_ext.dll" target="/build/native/bin/v140\Win32\Release\grpc_csharp_ext.dll" /> |
Jan Tattermusch | d233543 | 2016-01-12 14:13:10 -0800 | [diff] [blame] | 29 | <file src="output\v140\x64\Debug\grpc_csharp_ext.dll" target="/build/native/bin/v140\x64\Debug\grpc_csharp_ext.dll" /> |
| 30 | <file src="output\v140\x64\Release\grpc_csharp_ext.dll" target="/build/native/bin/v140\x64\Release\grpc_csharp_ext.dll" /> |
Jan Tattermusch | c6d5f10 | 2015-04-20 17:56:15 -0700 | [diff] [blame] | 31 | </files> |
Jan Tattermusch | 06194dc | 2015-06-02 16:02:02 -0700 | [diff] [blame] | 32 | </package> |