aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-04-23 10:24:02 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-05-07 09:14:08 -0700
commit9f218ddd9db5049d0ba92334f1e0a329171343c9 (patch)
tree855161e4d4a9fc1f4110f2269e62d1350fc7d8fb /vsprojects
parent63733efd730316c0317a5df4f288aac242014d91 (diff)
Adding support for per call credentials in core.
Diffstat (limited to 'vsprojects')
-rw-r--r--vsprojects/grpc/grpc.vcxproj3
-rw-r--r--vsprojects/grpc/grpc.vcxproj.filters6
2 files changed, 9 insertions, 0 deletions
diff --git a/vsprojects/grpc/grpc.vcxproj b/vsprojects/grpc/grpc.vcxproj
index 0007f49422..b1a92cff6d 100644
--- a/vsprojects/grpc/grpc.vcxproj
+++ b/vsprojects/grpc/grpc.vcxproj
@@ -161,6 +161,7 @@
<ClInclude Include="..\..\src\core\httpcli\parser.h" />
<ClInclude Include="..\..\src\core\security\auth.h" />
<ClInclude Include="..\..\src\core\security\base64.h" />
+ <ClInclude Include="..\..\src\core\security\context.h" />
<ClInclude Include="..\..\src\core\security\credentials.h" />
<ClInclude Include="..\..\src\core\security\json_token.h" />
<ClInclude Include="..\..\src\core\security\secure_endpoint.h" />
@@ -271,6 +272,8 @@
</ClCompile>
<ClCompile Include="..\..\src\core\security\base64.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\security\context.c">
+ </ClCompile>
<ClCompile Include="..\..\src\core\security\credentials.c">
</ClCompile>
<ClCompile Include="..\..\src\core\security\credentials_posix.c">
diff --git a/vsprojects/grpc/grpc.vcxproj.filters b/vsprojects/grpc/grpc.vcxproj.filters
index bd467e06c8..28e6fabc2d 100644
--- a/vsprojects/grpc/grpc.vcxproj.filters
+++ b/vsprojects/grpc/grpc.vcxproj.filters
@@ -19,6 +19,9 @@
<ClCompile Include="..\..\src\core\security\base64.c">
<Filter>src\core\security</Filter>
</ClCompile>
+ <ClCompile Include="..\..\src\core\security\context.c">
+ <Filter>src\core\security</Filter>
+ </ClCompile>
<ClCompile Include="..\..\src\core\security\credentials.c">
<Filter>src\core\security</Filter>
</ClCompile>
@@ -392,6 +395,9 @@
<ClInclude Include="..\..\src\core\security\base64.h">
<Filter>src\core\security</Filter>
</ClInclude>
+ <ClInclude Include="..\..\src\core\security\context.h">
+ <Filter>src\core\security</Filter>
+ </ClInclude>
<ClInclude Include="..\..\src\core\security\credentials.h">
<Filter>src\core\security</Filter>
</ClInclude>