diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-02 20:33:28 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-02 20:33:28 -0800 |
commit | f588aeb1e2033bc1421cd1dd1687f05ac7d49e64 (patch) | |
tree | f101ed17bf015fc1fe7527d83e8783e4eb4e6ab2 /vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj | |
parent | 08745b0115ccb24fdca1081e9159a85c6f6a79d9 (diff) |
introduced workaround for proto_utils
Diffstat (limited to 'vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj index 2dcadbaec0..60af981479 100644 --- a/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc++_unsecure/grpc++_unsecure.vcxproj @@ -364,6 +364,8 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\common\rpc_method.cc"> </ClCompile> + <ClCompile Include="$(SolutionDir)\..\src\cpp\proto\proto_serializer.cc"> + </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\proto\proto_utils.cc"> </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\cpp\server\async_generic_service.cc"> |