Lines Matching +full:- +full:isrc
6 set -e
14 if [ -z "$PROTOC" ]; then
16 if [ -x solution/Debug/protoc.exe ]; then
18 elif [ -x cmake/build/Debug/protoc.exe ]; then
20 elif [ -x cmake/build/Release/protoc.exe ]; then
22 elif [ -x src/protoc ]; then
30 # descriptor.proto and well-known types
31 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf \
32 --csharp_opt=base_namespace=Google.Protobuf \
49 $PROTOC -Isrc -Icsharp/protos \
50 --experimental_allow_proto3_optional \
51 --csharp_out=csharp/src/Google.Protobuf.Test.TestProtos \
52 --descriptor_set_out=csharp/src/Google.Protobuf.Test/testprotos.pb \
53 --include_source_info \
54 --include_imports \
74 $PROTOC -Iexamples -Isrc --csharp_out=csharp/src/AddressBook \
77 $PROTOC -Iconformance -Isrc --csharp_out=csharp/src/Google.Protobuf.Conformance \
81 $PROTOC -Ibenchmarks \
84 --csharp_out=csharp/src/Google.Protobuf.Benchmarks
87 $PROTOC -Isrc -Icsharp/src/Google.Protobuf.Benchmarks \
89 --csharp_out=csharp/src/Google.Protobuf.Benchmarks