Closed GoogleCodeExporter closed 9 years ago
Fixed 491:23d4f70c1b95
The imports and options you have named have been added to the original source
proto so to prevent the need to customize the proto. I've added the
addressbook.proto to the build so you should no longer need to copy things
around to get the proto to import.
I've also verified that I can manually rebuild Release/v4 binaries and build
the proto with the following command-line:
{{
src\ProtoGen\bin\Release\ProtoGen.exe protos\tutorial\addressbook.proto
--protoc_dir=.\lib --proto_path=protos/ -ignore_google_protobuf=true
-output_directory=src\AddressBook
}}
This produces the correct output for AddressBookProtos.cs and the AddressBook
example will compile, build, and run.
Original comment by Grig...@gmail.com
on 10 Oct 2012 at 11:35
Original issue reported on code.google.com by
pakw...@gmail.com
on 16 Aug 2012 at 12:39