From 734746ed551ae626b90570a6b5b8cad0d12d8787 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 14 Aug 2008 20:33:30 +0100 Subject: Added C# options --- examples/addressbook.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/addressbook.proto b/examples/addressbook.proto index b14829e9..df0037b9 100644 --- a/examples/addressbook.proto +++ b/examples/addressbook.proto @@ -5,6 +5,10 @@ package tutorial; option java_package = "com.example.tutorial"; option java_outer_classname = "AddressBookProtos"; +option csharp_namespace = "Tutorial"; +option csharp_outer_classname = "AddressBookProtos"; +option csharp_multiple_files = true; + message Person { required string name = 1; required int32 id = 2; // Unique ID number for this person. -- cgit v1.2.3