1{
2    "Files": {
3        "protos/hello.world.proto": {
4            "--csharp_out": [
5                "${TEST_OUT_DIR}/obj/Debug/netstandard2.0/protos"
6            ],
7            "--plugin": [
8                "protoc-gen-grpc=dummy-plugin-not-used"
9            ],
10            "--grpc_out": [
11                "${TEST_OUT_DIR}/obj/Debug/netstandard2.0/protos"
12            ],
13            "--proto_path": [
14                "../../../Grpc.Tools/build/native/include",
15                "."
16            ],
17            "--dependency_out": [
18                "REGEX:${TEST_OUT_DIR}/obj/Debug/netstandard2.0/.*_hello.world.protodep"
19            ],
20            "--error_format": [
21                "msvs"
22            ],
23            "protofile": [
24                "protos/hello.world.proto"
25            ]
26        },
27        "protos/m_double_2d.proto": {
28            "--csharp_out": [
29                "${TEST_OUT_DIR}/obj/Debug/netstandard2.0/protos"
30            ],
31            "--plugin": [
32                "protoc-gen-grpc=dummy-plugin-not-used"
33            ],
34            "--grpc_out": [
35                "${TEST_OUT_DIR}/obj/Debug/netstandard2.0/protos"
36            ],
37            "--proto_path": [
38                "../../../Grpc.Tools/build/native/include",
39                "."
40            ],
41            "--dependency_out": [
42                "REGEX:${TEST_OUT_DIR}/obj/Debug/netstandard2.0/.*_m_double_2d.protodep"
43            ],
44            "--error_format": [
45                "msvs"
46            ],
47            "protofile": [
48                "protos/m_double_2d.proto"
49            ]
50        }
51    },
52    "Metadata": {
53        "timestamp": "IGNORE:"
54    }
55}