aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-01-17 16:26:40 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-01-18 16:58:33 -0800
commit9c7a08d2509c6f0549d0a56690321c75cc201fec (patch)
tree25be408244a976ae0b97411b468e997c9210e518 /vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
parentfc4b07e10c0482522dbc6a01401ea8f1606a76b4 (diff)
Simplify cpp stress flags
Diffstat (limited to 'vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters')
-rw-r--r--vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters9
1 files changed, 6 insertions, 3 deletions
diff --git a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
index 476c04ec95..9339621c8d 100644
--- a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
+++ b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
@@ -13,9 +13,6 @@
<ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\test.proto">
<Filter>src\proto\grpc\testing</Filter>
</ClCompile>
- <ClCompile Include="$(SolutionDir)\..\test\cpp\interop\client_helper.cc">
- <Filter>test\cpp\interop</Filter>
- </ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\interop\interop_client.cc">
<Filter>test\cpp\interop</Filter>
</ClCompile>
@@ -25,6 +22,9 @@
<ClCompile Include="$(SolutionDir)\..\test\cpp\interop\stress_test.cc">
<Filter>test\cpp\interop</Filter>
</ClCompile>
+ <ClCompile Include="$(SolutionDir)\..\test\cpp\util\create_test_channel.cc">
+ <Filter>test\cpp\util</Filter>
+ </ClCompile>
<ClCompile Include="$(SolutionDir)\..\test\cpp\util\metrics_server.cc">
<Filter>test\cpp\util</Filter>
</ClCompile>
@@ -39,6 +39,9 @@
<ClInclude Include="$(SolutionDir)\..\test\cpp\interop\stress_interop_client.h">
<Filter>test\cpp\interop</Filter>
</ClInclude>
+ <ClInclude Include="$(SolutionDir)\..\test\cpp\util\create_test_channel.h">
+ <Filter>test\cpp\util</Filter>
+ </ClInclude>
<ClInclude Include="$(SolutionDir)\..\test\cpp\util\metrics_server.h">
<Filter>test\cpp\util</Filter>
</ClInclude>