diff options
Diffstat (limited to 'vsprojects/grpc_test_util/grpc_test_util.vcxproj')
-rw-r--r-- | vsprojects/grpc_test_util/grpc_test_util.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/grpc_test_util/grpc_test_util.vcxproj index f250d0a632..3f16c2217c 100644 --- a/vsprojects/grpc_test_util/grpc_test_util.vcxproj +++ b/vsprojects/grpc_test_util/grpc_test_util.vcxproj @@ -149,6 +149,7 @@ <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\security\oauth2_utils.h" /> <ClInclude Include="..\..\test\core\util\grpc_profiler.h" /> <ClInclude Include="..\..\test\core\util\parse_hexstring.h" /> <ClInclude Include="..\..\test\core\util\port.h" /> @@ -165,6 +166,8 @@ </ClCompile> <ClCompile Include="..\..\test\core\iomgr\endpoint_tests.c"> </ClCompile> + <ClCompile Include="..\..\test\core\security\oauth2_utils.c"> + </ClCompile> <ClCompile Include="..\..\test\core\util\grpc_profiler.c"> </ClCompile> <ClCompile Include="..\..\test\core\util\parse_hexstring.c"> |