aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/grpc_unsecure.vcxproj
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-01-21 15:48:36 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-22 15:32:02 -0800
commit614c2bf99b1865761e5a05a56faf1ad8f26138ff (patch)
tree4130b19697754e535c1b91cb436d5b8b54c1e908 /vsprojects/vs2013/grpc_unsecure.vcxproj
parent85eea08ba8109dc9bd2b798146a5140342505f77 (diff)
Replacing cJSON with our own code instead.
Diffstat (limited to 'vsprojects/vs2013/grpc_unsecure.vcxproj')
-rw-r--r--vsprojects/vs2013/grpc_unsecure.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/vsprojects/vs2013/grpc_unsecure.vcxproj b/vsprojects/vs2013/grpc_unsecure.vcxproj
index 05a9966c0e..38192548a7 100644
--- a/vsprojects/vs2013/grpc_unsecure.vcxproj
+++ b/vsprojects/vs2013/grpc_unsecure.vcxproj
@@ -272,6 +272,10 @@
</ClCompile>
<ClCompile Include="..\..\src\core\iomgr\time_averaged_stats.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\json\json.c">
+ </ClCompile>
+ <ClCompile Include="..\..\src\core\json\json-string.c">
+ </ClCompile>
<ClCompile Include="..\..\src\core\statistics\census_init.c">
</ClCompile>
<ClCompile Include="..\..\src\core\statistics\census_log.c">
@@ -354,8 +358,6 @@
</ClCompile>
<ClCompile Include="..\..\src\core\transport\transport.c">
</ClCompile>
- <ClCompile Include="..\..\third_party\cJSON\cJSON.c">
- </ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="gpr.vcxproj">