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

Side by Side Diff: third_party/grpc/src/csharp/Grpc.Tools.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.Tools</id>
5 <title>gRPC C# Tools</title>
6 <summary>Tools for C# implementation of gRPC - an RPC library and framework< /summary>
7 <description>Precompiled protobuf compiler and gRPC protobuf compiler plugin for generating gRPC client/server C# code. Binaries are available for Windows, Linux and MacOS.</description>
8 <version>$version$</version>
9 <authors>Google Inc.</authors>
10 <owners>grpc-packages</owners>
11 <licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl>
12 <projectUrl>https://github.com/grpc/grpc</projectUrl>
13 <requireLicenseAcceptance>false</requireLicenseAcceptance>
14 <releaseNotes>Release $version$</releaseNotes>
15 <copyright>Copyright 2015, Google Inc.</copyright>
16 <tags>gRPC RPC Protocol HTTP/2</tags>
17 </metadata>
18 <files>
19 <file src="protoc_plugins\windows_x86\protoc.exe" target="tools\windows_x86\ protoc.exe" />
20 <file src="protoc_plugins\windows_x86\grpc_csharp_plugin.exe" target="tools\ windows_x86\grpc_csharp_plugin.exe" />
21 <file src="protoc_plugins\windows_x64\protoc.exe" target="tools\windows_x64\ protoc.exe" />
22 <file src="protoc_plugins\windows_x64\grpc_csharp_plugin.exe" target="tools\ windows_x64\grpc_csharp_plugin.exe" />
23 <file src="protoc_plugins\linux_x86\protoc" target="tools\linux_x86\protoc" />
24 <file src="protoc_plugins\linux_x86\grpc_csharp_plugin" target="tools\linux_ x86\grpc_csharp_plugin" />
25 <file src="protoc_plugins\linux_x64\protoc" target="tools\linux_x64\protoc" />
26 <file src="protoc_plugins\linux_x64\grpc_csharp_plugin" target="tools\linux_ x64\grpc_csharp_plugin" />
27 <file src="protoc_plugins\macosx_x86\protoc" target="tools\macosx_x86\protoc " />
28 <file src="protoc_plugins\macosx_x86\grpc_csharp_plugin" target="tools\macos x_x86\grpc_csharp_plugin" />
29 <file src="protoc_plugins\macosx_x64\protoc" target="tools\macosx_x64\protoc " />
30 <file src="protoc_plugins\macosx_x64\grpc_csharp_plugin" target="tools\macos x_x64\grpc_csharp_plugin" />
31 </files>
32 </package>
OLDNEW
« no previous file with comments | « third_party/grpc/src/csharp/Grpc.IntegrationTesting/packages.config ('k') | third_party/grpc/src/csharp/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698