Visual Studio 2015
C#
NuGet Packages :
Google.Protobuf v3.0.0
Google.Protobuf.Tools v3.0.0
MessageType Quake
syntax = "proto3";
import "google/protobuf/timestamp.proto";
message Quake {
google.protobuf.Timestamp _timestamp = 1;
double magnitude = 2;
}
timestamp.proto
included in same folder
protoc 3.0.2
command-line compilation succeeds
But VS right-click proto file and select "Run Custom Tool" fails with error "The custom tool 'ProtoBufTool' failed."
to generate the C# classes from within Visual Studio ?