Splitting protocol buffer definitions into multiple .proto files
Solution 1:
import "myproject/base.proto";
Docs: http://developers.google.com/protocol-buffers/docs/proto#other
import "myproject/base.proto";
Docs: http://developers.google.com/protocol-buffers/docs/proto#other