From 5c69749b0b4b4aaa808c208d33b9192e4328e7b4 Mon Sep 17 00:00:00 2001 From: csharptest Date: Fri, 3 Sep 2010 16:35:05 -0500 Subject: [PATCH] Completed the following changes & testing, see todo.txt for more information 1 - Add a way to specify the output directory 2 - Added an option "file_extension" to control the suffix for cs files generated, defaults to ".cs" 3 - Added the option for "umbrella_namespace" used when nest_classes=false and having name conflicts 4 - Optionally remove dependencies to csharp options 5 - Investigate command line parsing library 6 - Investigate calling protoc directly 7 - Unable to resolve dependencies correctly 8 - Added several (20) nunits to automate the command-line invocation of each option --- ProtocolBuffers.build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ProtocolBuffers.build b/ProtocolBuffers.build index e3d555538f..3b18032a38 100644 --- a/ProtocolBuffers.build +++ b/ProtocolBuffers.build @@ -266,10 +266,10 @@ - + @@ -291,7 +291,7 @@ - + @@ -321,12 +321,12 @@ - - +