1{ 2 "Files": { 3 "messages.proto": { 4 "--csharp_out": [ 5 "${TEST_OUT_DIR}/obj/Debug/netstandard2.0" 6 ], 7 "--proto_path": [ 8 "../../../Grpc.Tools/build/native/include", 9 "." 10 ], 11 "--dependency_out": [ 12 "REGEX:${TEST_OUT_DIR}/obj/Debug/netstandard2.0/.*_messages.protodep" 13 ], 14 "--error_format": [ 15 "msvs" 16 ], 17 "protofile": [ 18 "messages.proto" 19 ] 20 }, 21 "serveronly.proto": { 22 "--csharp_out": [ 23 "${TEST_OUT_DIR}/obj/Debug/netstandard2.0" 24 ], 25 "--plugin": [ 26 "protoc-gen-grpc=dummy-plugin-not-used" 27 ], 28 "--grpc_out": [ 29 "${TEST_OUT_DIR}/obj/Debug/netstandard2.0" 30 ], 31 "--grpc_opt": [ 32 "no_client" 33 ], 34 "--proto_path": [ 35 "../../../Grpc.Tools/build/native/include", 36 "." 37 ], 38 "--dependency_out": [ 39 "REGEX:${TEST_OUT_DIR}/obj/Debug/netstandard2.0/.*_serveronly.protodep" 40 ], 41 "--error_format": [ 42 "msvs" 43 ], 44 "protofile": [ 45 "serveronly.proto" 46 ] 47 }, 48 "clientonly.proto": { 49 "--csharp_out": [ 50 "${TEST_OUT_DIR}/obj/Debug/netstandard2.0" 51 ], 52 "--plugin": [ 53 "protoc-gen-grpc=dummy-plugin-not-used" 54 ], 55 "--grpc_out": [ 56 "${TEST_OUT_DIR}/obj/Debug/netstandard2.0" 57 ], 58 "--grpc_opt": [ 59 "no_server" 60 ], 61 "--proto_path": [ 62 "../../../Grpc.Tools/build/native/include", 63 "." 64 ], 65 "--dependency_out": [ 66 "REGEX:${TEST_OUT_DIR}/obj/Debug/netstandard2.0/.*_clientonly.protodep" 67 ], 68 "--error_format": [ 69 "msvs" 70 ], 71 "protofile": [ 72 "clientonly.proto" 73 ] 74 }, 75 "clientandserver.proto": { 76 "--csharp_out": [ 77 "${TEST_OUT_DIR}/obj/Debug/netstandard2.0" 78 ], 79 "--plugin": [ 80 "protoc-gen-grpc=dummy-plugin-not-used" 81 ], 82 "--grpc_out": [ 83 "${TEST_OUT_DIR}/obj/Debug/netstandard2.0" 84 ], 85 "--proto_path": [ 86 "../../../Grpc.Tools/build/native/include", 87 "." 88 ], 89 "--dependency_out": [ 90 "REGEX:${TEST_OUT_DIR}/obj/Debug/netstandard2.0/.*_clientandserver.protodep" 91 ], 92 "--error_format": [ 93 "msvs" 94 ], 95 "protofile": [ 96 "clientandserver.proto" 97 ] 98 } 99 }, 100 "Metadata": { 101 "timestamp": "IGNORE:" 102 } 103}