diff options
Diffstat (limited to 'vsprojects/vcxproj/qps/qps.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/qps/qps.vcxproj | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj index 152ba7af6c..3a851939e2 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj +++ b/vsprojects/vcxproj/qps/qps.vcxproj @@ -155,29 +155,29 @@ </ClCompile> <ClInclude Include="..\..\..\test\proto\messages.grpc.pb.h"> </ClInclude> - <ClCompile Include="..\..\..\test\proto\perf_tests\perf_control.pb.cc"> + <ClCompile Include="..\..\..\test\proto\benchmarks\control.pb.cc"> </ClCompile> - <ClInclude Include="..\..\..\test\proto\perf_tests\perf_control.pb.h"> + <ClInclude Include="..\..\..\test\proto\benchmarks\control.pb.h"> </ClInclude> - <ClCompile Include="..\..\..\test\proto\perf_tests\perf_control.grpc.pb.cc"> + <ClCompile Include="..\..\..\test\proto\benchmarks\control.grpc.pb.cc"> </ClCompile> - <ClInclude Include="..\..\..\test\proto\perf_tests\perf_control.grpc.pb.h"> + <ClInclude Include="..\..\..\test\proto\benchmarks\control.grpc.pb.h"> </ClInclude> - <ClCompile Include="..\..\..\test\proto\perf_tests\perf_services.pb.cc"> + <ClCompile Include="..\..\..\test\proto\benchmarks\services.pb.cc"> </ClCompile> - <ClInclude Include="..\..\..\test\proto\perf_tests\perf_services.pb.h"> + <ClInclude Include="..\..\..\test\proto\benchmarks\services.pb.h"> </ClInclude> - <ClCompile Include="..\..\..\test\proto\perf_tests\perf_services.grpc.pb.cc"> + <ClCompile Include="..\..\..\test\proto\benchmarks\services.grpc.pb.cc"> </ClCompile> - <ClInclude Include="..\..\..\test\proto\perf_tests\perf_services.grpc.pb.h"> + <ClInclude Include="..\..\..\test\proto\benchmarks\services.grpc.pb.h"> </ClInclude> - <ClCompile Include="..\..\..\test\proto\perf_tests\perf_stats.pb.cc"> + <ClCompile Include="..\..\..\test\proto\benchmarks\stats.pb.cc"> </ClCompile> - <ClInclude Include="..\..\..\test\proto\perf_tests\perf_stats.pb.h"> + <ClInclude Include="..\..\..\test\proto\benchmarks\stats.pb.h"> </ClInclude> - <ClCompile Include="..\..\..\test\proto\perf_tests\perf_stats.grpc.pb.cc"> + <ClCompile Include="..\..\..\test\proto\benchmarks\stats.grpc.pb.cc"> </ClCompile> - <ClInclude Include="..\..\..\test\proto\perf_tests\perf_stats.grpc.pb.h"> + <ClInclude Include="..\..\..\test\proto\benchmarks\stats.grpc.pb.h"> </ClInclude> <ClCompile Include="..\..\..\test\cpp\qps\perf_db.pb.cc"> </ClCompile> |