| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "metadata": [
- {
- "src": [
- {
- "files": ["Grpc.Core.Api/Grpc.Core.Api.csproj",
- "Grpc.Core/Grpc.Core.csproj",
- "Grpc.Auth/Grpc.Auth.csproj",
- "Grpc.Core.Testing/Grpc.Core.Testing.csproj",
- "Grpc.HealthCheck/Grpc.HealthCheck.csproj",
- "Grpc.Reflection/Grpc.HealthCheck.csproj"],
- "exclude": [ "**/bin/**", "**/obj/**" ],
- "cwd": ".."
- }
- ],
- "properties": { "TargetFramework": "net45" },
- "dest": "obj/api"
- }
- ],
- "build": {
- "content": [
- {
- "files": [ "**/*.yml" ],
- "cwd": "obj/api",
- "dest": "api"
- },
- {
- "files": [ "toc.yml"]
- }
- ],
- "globalMetadata": {
- "_appTitle": "gRPC C#",
- "_enableSearch": true,
- "_disableContribution": true
- },
- "dest": "html"
- }
- }
|