diff options
Diffstat (limited to 'vsprojects/vcxproj/test/stress_test/stress_test.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/stress_test/stress_test.vcxproj | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj index dad322c925..99398b9448 100644 --- a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj +++ b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj @@ -164,37 +164,37 @@ <ClInclude Include="$(SolutionDir)\..\test\cpp\util\metrics_server.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="$(SolutionDir)\..\test\proto\empty.pb.cc"> + <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\empty.pb.cc"> </ClCompile> - <ClInclude Include="$(SolutionDir)\..\test\proto\empty.pb.h"> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\empty.pb.h"> </ClInclude> - <ClCompile Include="$(SolutionDir)\..\test\proto\empty.grpc.pb.cc"> + <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\empty.grpc.pb.cc"> </ClCompile> - <ClInclude Include="$(SolutionDir)\..\test\proto\empty.grpc.pb.h"> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\empty.grpc.pb.h"> </ClInclude> - <ClCompile Include="$(SolutionDir)\..\test\proto\messages.pb.cc"> + <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.pb.cc"> </ClCompile> - <ClInclude Include="$(SolutionDir)\..\test\proto\messages.pb.h"> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.pb.h"> </ClInclude> - <ClCompile Include="$(SolutionDir)\..\test\proto\messages.grpc.pb.cc"> + <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.grpc.pb.cc"> </ClCompile> - <ClInclude Include="$(SolutionDir)\..\test\proto\messages.grpc.pb.h"> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.grpc.pb.h"> </ClInclude> - <ClCompile Include="$(SolutionDir)\..\test\proto\metrics.pb.cc"> + <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\metrics.pb.cc"> </ClCompile> - <ClInclude Include="$(SolutionDir)\..\test\proto\metrics.pb.h"> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\metrics.pb.h"> </ClInclude> - <ClCompile Include="$(SolutionDir)\..\test\proto\metrics.grpc.pb.cc"> + <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\metrics.grpc.pb.cc"> </ClCompile> - <ClInclude Include="$(SolutionDir)\..\test\proto\metrics.grpc.pb.h"> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\metrics.grpc.pb.h"> </ClInclude> - <ClCompile Include="$(SolutionDir)\..\test\proto\test.pb.cc"> + <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\test.pb.cc"> </ClCompile> - <ClInclude Include="$(SolutionDir)\..\test\proto\test.pb.h"> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\test.pb.h"> </ClInclude> - <ClCompile Include="$(SolutionDir)\..\test\proto\test.grpc.pb.cc"> + <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\test.grpc.pb.cc"> </ClCompile> - <ClInclude Include="$(SolutionDir)\..\test\proto\test.grpc.pb.h"> + <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\test.grpc.pb.h"> </ClInclude> <ClCompile Include="$(SolutionDir)\..\test\cpp\interop\interop_client.cc"> </ClCompile> |