diff options
Diffstat (limited to 'vsprojects/vcxproj/test/stress_test/stress_test.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/stress_test/stress_test.vcxproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj index a385a6dce9..d449b62c75 100644 --- a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj +++ b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj @@ -148,6 +148,7 @@ <ClInclude Include="..\..\..\..\test\cpp\interop\client_helper.h" /> <ClInclude Include="..\..\..\..\test\cpp\interop\interop_client.h" /> <ClInclude Include="..\..\..\..\test\cpp\interop\stress_interop_client.h" /> + <ClInclude Include="..\..\..\..\test\cpp\util\metrics_server.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\test\proto\empty.pb.cc"> @@ -166,6 +167,14 @@ </ClCompile> <ClInclude Include="..\..\..\..\test\proto\messages.grpc.pb.h"> </ClInclude> + <ClCompile Include="..\..\..\..\test\proto\metrics.pb.cc"> + </ClCompile> + <ClInclude Include="..\..\..\..\test\proto\metrics.pb.h"> + </ClInclude> + <ClCompile Include="..\..\..\..\test\proto\metrics.grpc.pb.cc"> + </ClCompile> + <ClInclude Include="..\..\..\..\test\proto\metrics.grpc.pb.h"> + </ClInclude> <ClCompile Include="..\..\..\..\test\proto\test.pb.cc"> </ClCompile> <ClInclude Include="..\..\..\..\test\proto\test.pb.h"> @@ -180,6 +189,8 @@ </ClCompile> <ClCompile Include="..\..\..\..\test\cpp\interop\stress_test.cc"> </ClCompile> + <ClCompile Include="..\..\..\..\test\cpp\util\metrics_server.cc"> + </ClCompile> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\vsprojects\vcxproj\.\grpc++_test_util\grpc++_test_util.vcxproj"> |