aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/unittest_no_field_presence.proto
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-05-06 15:25:03 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-05-06 19:07:14 +0100
commit7879f82ddceb76c2b6710e240a91f0eabf494c33 (patch)
tree208562e7acec9a9456560f0756d87bbbc7c56dd4 /src/google/protobuf/unittest_no_field_presence.proto
parente0afc0028f88c2e1e8ac5a053717cd3e0c8cc9cb (diff)
Add C# namespace to .proto files (e.g. descriptors, unit tests)
Diffstat (limited to 'src/google/protobuf/unittest_no_field_presence.proto')
-rw-r--r--src/google/protobuf/unittest_no_field_presence.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/unittest_no_field_presence.proto b/src/google/protobuf/unittest_no_field_presence.proto
index e04da0ac..6e71517c 100644
--- a/src/google/protobuf/unittest_no_field_presence.proto
+++ b/src/google/protobuf/unittest_no_field_presence.proto
@@ -37,6 +37,8 @@ import "google/protobuf/unittest.proto";
package proto2_nofieldpresence_unittest;
+option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
+
// This proto includes every type of field in both singular and repeated
// forms.
message TestAllTypes {