aboutsummaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2011-05-23 14:29:03 +0100
committerJon Skeet <skeet@pobox.com>2011-05-23 14:29:03 +0100
commitda4989c4ed04c92f71553dd6a73abb3d25869d7a (patch)
tree27a47ca7c80b32cfdbbc55eeeb7925b9e17c70a9 /protos
parent445bdcebe78994f09a97fcc95721703c14f1172b (diff)
downloadprotobuf-da4989c4ed04c92f71553dd6a73abb3d25869d7a.tar.gz
protobuf-da4989c4ed04c92f71553dd6a73abb3d25869d7a.tar.bz2
protobuf-da4989c4ed04c92f71553dd6a73abb3d25869d7a.zip
Allow protoc to be targeted by protogen explicitly.
Use that within the build for the address book sample.
Diffstat (limited to 'protos')
-rw-r--r--protos/tutorial/addressbook.proto5
1 files changed, 0 insertions, 5 deletions
diff --git a/protos/tutorial/addressbook.proto b/protos/tutorial/addressbook.proto
index 72806f32..da019424 100644
--- a/protos/tutorial/addressbook.proto
+++ b/protos/tutorial/addressbook.proto
@@ -1,10 +1,5 @@
package tutorial;
-import "google/protobuf/csharp_options.proto";
-
-option (google.protobuf.csharp_file_options).namespace = "Google.ProtocolBuffers.Examples.AddressBook";
-option (google.protobuf.csharp_file_options).umbrella_classname = "AddressBookProtos";
-
option optimize_for = SPEED;
message Person {