From da4989c4ed04c92f71553dd6a73abb3d25869d7a Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 23 May 2011 14:29:03 +0100 Subject: Allow protoc to be targeted by protogen explicitly. Use that within the build for the address book sample. --- protos/tutorial/addressbook.proto | 5 ----- 1 file changed, 5 deletions(-) (limited to 'protos') 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 { -- cgit v1.2.3