aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/grpc_unsecure.vcxproj
diff options
context:
space:
mode:
authorGravatar jboeuf <jboeuf@google.com>2015-01-12 17:08:15 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-12 17:36:57 -0800
commit6ad120e435069656af0394dc0b97744701cac51c (patch)
tree8ffea24789b492cc3e4fb36617441e6abd68ce52 /vsprojects/vs2013/grpc_unsecure.vcxproj
parentc212585c41beca4dd990b8bca8ae8ce5c345f23d (diff)
Moving the google-internal security code in their own files.
Checked that the opensource version still builds. Just addressing core for now. We will do c++ later. Change on 2015/01/12 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83804014
Diffstat (limited to 'vsprojects/vs2013/grpc_unsecure.vcxproj')
-rw-r--r--vsprojects/vs2013/grpc_unsecure.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc_unsecure.vcxproj b/vsprojects/vs2013/grpc_unsecure.vcxproj
index 294b73f155..9a8c0e2edd 100644
--- a/vsprojects/vs2013/grpc_unsecure.vcxproj
+++ b/vsprojects/vs2013/grpc_unsecure.vcxproj
@@ -175,6 +175,8 @@
</ClCompile>
<ClCompile Include="..\..\src\core\security\credentials.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\security\factories.c">
+ </ClCompile>
<ClCompile Include="..\..\src\core\security\google_root_certs.c">
</ClCompile>
<ClCompile Include="..\..\src\core\security\json_token.c">