1{
2    "Files": {
3        "../api/greet.proto": {
4            "--csharp_out": [
5                "${TEST_OUT_DIR}/generated"
6            ],
7            "--plugin": [
8                "protoc-gen-grpc=dummy-plugin-not-used"
9            ],
10            "--grpc_out": [
11                "${TEST_OUT_DIR}/generated"
12            ],
13            "--grpc_opt": [
14                "no_server"
15            ],
16            "--proto_path": [
17                "../../../../Grpc.Tools/build/native/include",
18                "../api"
19            ],
20            "--dependency_out": [
21                "REGEX:${TEST_OUT_DIR}/obj/Debug/netstandard2.0/.*_greet.protodep"
22            ],
23            "--error_format": [
24                "msvs"
25            ],
26            "protofile": [
27                "../api/greet.proto"
28            ]
29        }
30    },
31    "Metadata": {
32        "timestamp": "IGNORE:"
33    }
34}