aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/vcxproj/test/stress_test/stress_test.vcxproj')
-rw-r--r--vsprojects/vcxproj/test/stress_test/stress_test.vcxproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj
index 8e1b6bb3a6..fed916f50a 100644
--- a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj
+++ b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj
@@ -163,6 +163,7 @@
<ClInclude Include="$(SolutionDir)\..\test\cpp\interop\client_helper.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\interop\interop_client.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\interop\stress_interop_client.h" />
+ <ClInclude Include="$(SolutionDir)\..\test\cpp\util\create_test_channel.h" />
<ClInclude Include="$(SolutionDir)\..\test\cpp\util\metrics_server.h" />
</ItemGroup>
<ItemGroup>
@@ -198,14 +199,14 @@
</ClCompile>
<ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\test.grpc.pb.h">
</ClInclude>
- <ClCompile Include="$(SolutionDir)\..\test\cpp\interop\client_helper.cc">
- </ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\interop\interop_client.cc">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\interop\stress_interop_client.cc">
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\interop\stress_test.cc">
</ClCompile>
+ <ClCompile Include="$(SolutionDir)\..\test\cpp\util\create_test_channel.cc">
+ </ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\util\metrics_server.cc">
</ClCompile>
</ItemGroup>