Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Side by Side Diff: third_party/grpc/src/csharp/grpc.native.csharp/grpc.native.csharp.nuspec

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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>
OLDNEW
« no previous file with comments | « third_party/grpc/src/csharp/grpc.native.csharp/README.md ('k') | third_party/grpc/src/csharp/keys/Grpc.snk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698