diff options
Diffstat (limited to 'vsprojects/grpc_test_util/grpc_test_util.vcxproj')
-rw-r--r-- | vsprojects/grpc_test_util/grpc_test_util.vcxproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vsprojects/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/grpc_test_util/grpc_test_util.vcxproj index e5288f4d44..f250d0a632 100644 --- a/vsprojects/grpc_test_util/grpc_test_util.vcxproj +++ b/vsprojects/grpc_test_util/grpc_test_util.vcxproj @@ -146,6 +146,15 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClInclude Include="..\..\test\core\end2end\data\ssl_test_data.h" /> + <ClInclude Include="..\..\test\core\end2end\cq_verifier.h" /> + <ClInclude Include="..\..\test\core\iomgr\endpoint_tests.h" /> + <ClInclude Include="..\..\test\core\util\grpc_profiler.h" /> + <ClInclude Include="..\..\test\core\util\parse_hexstring.h" /> + <ClInclude Include="..\..\test\core\util\port.h" /> + <ClInclude Include="..\..\test\core\util\slice_splitter.h" /> + </ItemGroup> + <ItemGroup> <ClCompile Include="..\..\test\core\end2end\data\server1_cert.c"> </ClCompile> <ClCompile Include="..\..\test\core\end2end\data\server1_key.c"> |