diff options
author | Nicolas Noble <nnoble@google.com> | 2015-01-21 15:48:36 -0800 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2015-01-22 15:32:02 -0800 |
commit | 614c2bf99b1865761e5a05a56faf1ad8f26138ff (patch) | |
tree | 4130b19697754e535c1b91cb436d5b8b54c1e908 /vsprojects/vs2013 | |
parent | 85eea08ba8109dc9bd2b798146a5140342505f77 (diff) |
Replacing cJSON with our own code instead.
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r-- | vsprojects/vs2013/grpc.vcxproj | 6 | ||||
-rw-r--r-- | vsprojects/vs2013/grpc_unsecure.vcxproj | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj index 05a9966c0e..38192548a7 100644 --- a/vsprojects/vs2013/grpc.vcxproj +++ b/vsprojects/vs2013/grpc.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"> 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"> |