Home | History | Annotate | Download | only in csharp

Lines Matching refs:src

20   elif [ -x src/protoc ]; then
21 PROTOC=src/protoc
29 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf \
31 src/google/protobuf/descriptor.proto \
32 src/google/protobuf/any.proto \
33 src/google/protobuf/api.proto \
34 src/google/protobuf/duration.proto \
35 src/google/protobuf/empty.proto \
36 src/google/protobuf/field_mask.proto \
37 src/google/protobuf/source_context.proto \
38 src/google/protobuf/struct.proto \
39 src/google/protobuf/timestamp.proto \
40 src/google/protobuf/type.proto \
41 src/google/protobuf/wrappers.proto
44 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf.Test \
46 src/google/protobuf/map_unittest_proto3.proto \
47 src/google/protobuf/unittest_proto3.proto \
48 src/google/protobuf/unittest_import_proto3.proto \
49 src/google/protobuf/unittest_import_public_proto3.proto \
50 src/google/protobuf/unittest_well_known_types.proto
53 $PROTOC -Icsharp/protos --csharp_out=csharp/src/Google.Protobuf.Test \
58 $PROTOC -Iexamples --csharp_out=csharp/src/AddressBook \
61 $PROTOC -Iconformance -Isrc --csharp_out=csharp/src/Google.Protobuf.Conformance \