Integrate Google Protocol Buffers .proto files to Visual C++ 2010
问题 I've added a custom build step to my Visual Studio project files which generates the google protobuf .h/.cc files from the .proto input files. But I've been wondering if it's possible to start a compile only if the content of the proto files has changed? Is there a way to tell VisualStudio from a custom build step exactly that? What is the optimal way to integrate proto files into a visual studio build solution? At the moment, at every build the .proto file is updated which then also updates