diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-06 12:46:59 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-06 12:46:59 -0800 |
commit | c4dacabb65048b763b6d3cf60f5800cf71696752 (patch) | |
tree | 456d9c0f029e2db73e95b0d21751e3951282066c /vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj | |
parent | b0fd02ed069c67df3d045fdf1131e6f429941263 (diff) | |
parent | d6d2677637fee5d2988dae08cee1b909d822c650 (diff) |
Merge github.com:grpc/grpc into fuzzing-memory
Diffstat (limited to 'vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj b/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj index 7f3e101e75..daf92305c4 100644 --- a/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj @@ -152,6 +152,7 @@ <ClInclude Include="$(SolutionDir)\..\test\core\end2end\fixtures\http_proxy.h" /> <ClInclude Include="$(SolutionDir)\..\test\core\end2end\fixtures\proxy.h" /> <ClInclude Include="$(SolutionDir)\..\test\core\iomgr\endpoint_tests.h" /> + <ClInclude Include="$(SolutionDir)\..\test\core\util\debugger_macros.h" /> <ClInclude Include="$(SolutionDir)\..\test\core\util\grpc_profiler.h" /> <ClInclude Include="$(SolutionDir)\..\test\core\util\memory_counters.h" /> <ClInclude Include="$(SolutionDir)\..\test\core\util\mock_endpoint.h" /> @@ -172,6 +173,8 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\test\core\iomgr\endpoint_tests.c"> </ClCompile> + <ClCompile Include="$(SolutionDir)\..\test\core\util\debugger_macros.c"> + </ClCompile> <ClCompile Include="$(SolutionDir)\..\test\core\util\grpc_profiler.c"> </ClCompile> <ClCompile Include="$(SolutionDir)\..\test\core\util\memory_counters.c"> |