diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-02-03 07:38:36 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-02-03 07:41:31 -0800 |
commit | 9bc6fa0a40edb9014922e579346a6fce888303d2 (patch) | |
tree | 37a529410b8961b38974d41141eec7a933abb18d /vsprojects/vcxproj/grpc_test_util_unsecure/grpc_test_util_unsecure.vcxproj | |
parent | a0a8eaab0e86148f40fb629a36c0529eea9e1b35 (diff) | |
parent | 6b4ec07ec9028e6c4727a3f1b83a166087d44f11 (diff) |
Merge branch 'master' into server_try_cancel_api
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 | 9 |
1 files changed, 3 insertions, 6 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 6ff6ec9a56..b1a5956d70 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 @@ -154,6 +154,7 @@ <ClInclude Include="$(SolutionDir)\..\test\core\util\parse_hexstring.h" /> <ClInclude Include="$(SolutionDir)\..\test\core\util\port.h" /> <ClInclude Include="$(SolutionDir)\..\test\core\util\slice_splitter.h" /> + <ClInclude Include="$(SolutionDir)\..\test\core\util\test_config.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="$(SolutionDir)\..\test\core\end2end\cq_verifier.c"> @@ -172,14 +173,10 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\test\core\util\slice_splitter.c"> </ClCompile> + <ClCompile Include="$(SolutionDir)\..\test\core\util\test_config.c"> + </ClCompile> </ItemGroup> <ItemGroup> - <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj"> - <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project> - </ProjectReference> - <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr_test_util\gpr_test_util.vcxproj"> - <Project>{EAB0A629-17A9-44DB-B5FF-E91A721FE037}</Project> - </ProjectReference> <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\grpc_unsecure\grpc_unsecure.vcxproj"> <Project>{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}</Project> </ProjectReference> |