diff options
author | vjpai <vpai@google.com> | 2015-11-04 00:19:09 -0800 |
---|---|---|
committer | vjpai <vpai@google.com> | 2015-11-04 00:19:09 -0800 |
commit | 780a7f205d81eb4a63a4040329b527c3082fbf79 (patch) | |
tree | 8298c4f8c1745becb6dcd0c91b25116627e6680b /vsprojects | |
parent | d08a738166e7f293d4590bc852e102ebcbd2239d (diff) |
Add in security support, make payload protos configurable
Have not yet added tests with security support, coming soon
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/vcxproj/qps/qps.vcxproj | 8 | ||||
-rw-r--r-- | vsprojects/vcxproj/qps/qps.vcxproj.filters | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj index 3a851939e2..9c5a4da008 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj +++ b/vsprojects/vcxproj/qps/qps.vcxproj @@ -163,6 +163,14 @@ </ClCompile> <ClInclude Include="..\..\..\test\proto\benchmarks\control.grpc.pb.h"> </ClInclude> + <ClCompile Include="..\..\..\test\proto\benchmarks\payloads.pb.cc"> + </ClCompile> + <ClInclude Include="..\..\..\test\proto\benchmarks\payloads.pb.h"> + </ClInclude> + <ClCompile Include="..\..\..\test\proto\benchmarks\payloads.grpc.pb.cc"> + </ClCompile> + <ClInclude Include="..\..\..\test\proto\benchmarks\payloads.grpc.pb.h"> + </ClInclude> <ClCompile Include="..\..\..\test\proto\benchmarks\services.pb.cc"> </ClCompile> <ClInclude Include="..\..\..\test\proto\benchmarks\services.pb.h"> diff --git a/vsprojects/vcxproj/qps/qps.vcxproj.filters b/vsprojects/vcxproj/qps/qps.vcxproj.filters index 0b9c2cb833..afa7195316 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj.filters +++ b/vsprojects/vcxproj/qps/qps.vcxproj.filters @@ -7,6 +7,9 @@ <ClCompile Include="..\..\..\test\proto\benchmarks\control.proto"> <Filter>test\proto\benchmarks</Filter> </ClCompile> + <ClCompile Include="..\..\..\test\proto\benchmarks\payloads.proto"> + <Filter>test\proto\benchmarks</Filter> + </ClCompile> <ClCompile Include="..\..\..\test\proto\benchmarks\services.proto"> <Filter>test\proto\benchmarks</Filter> </ClCompile> |