aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/grpc.vcxproj.filters
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-02-20 17:40:41 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-02-21 21:57:42 -0800
commitcd9b1c850db35ad37669dc0a650712b1cd29527f (patch)
treeb0782908327649376dd8485706130d8921a483e1 /vsprojects/vs2013/grpc.vcxproj.filters
parentdc6abba60a2c4f3f5131814e5ee6b251b0188605 (diff)
Added support for default credentials.
- Tested with new tool (print_default_creds_token) on: - workstation for env var and well known place. - GCE for compute engine default creds. - I'd prefer the grpc_default_credentials_create() API to remain synchronous even though there may be an async call for gce detection on which we block.
Diffstat (limited to 'vsprojects/vs2013/grpc.vcxproj.filters')
-rw-r--r--vsprojects/vs2013/grpc.vcxproj.filters9
1 files changed, 9 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj.filters b/vsprojects/vs2013/grpc.vcxproj.filters
index a2d9f30eda..d3dd374eb6 100644
--- a/vsprojects/vs2013/grpc.vcxproj.filters
+++ b/vsprojects/vs2013/grpc.vcxproj.filters
@@ -22,6 +22,15 @@
<ClCompile Include="..\..\src\core\security\credentials.c">
<Filter>src\core\security</Filter>
</ClCompile>
+ <ClCompile Include="..\..\src\core\security\credentials_posix.c">
+ <Filter>src\core\security</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\core\security\credentials_win32.c">
+ <Filter>src\core\security</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\core\security\default_credentials.c">
+ <Filter>src\core\security</Filter>
+ </ClCompile>
<ClCompile Include="..\..\src\core\security\factories.c">
<Filter>src\core\security</Filter>
</ClCompile>