aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/grpc.vcxproj
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-01-26 17:01:29 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-26 17:02:45 -0800
commite04455a7ff1ead05445daa95d7bc822a7f40b6f5 (patch)
treef3d7d23b6f89387d80700b1900de4453531313e1 /vsprojects/vs2013/grpc.vcxproj
parentfee065c1c7f01207c0e484c92681cea184b1983a (diff)
Addressing comments.
Diffstat (limited to 'vsprojects/vs2013/grpc.vcxproj')
-rw-r--r--vsprojects/vs2013/grpc.vcxproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj
index 28ea60339d..d325121d70 100644
--- a/vsprojects/vs2013/grpc.vcxproj
+++ b/vsprojects/vs2013/grpc.vcxproj
@@ -134,6 +134,10 @@
<ClInclude Include="..\..\src\core\iomgr\tcp_posix.h" />
<ClInclude Include="..\..\src\core\iomgr\tcp_server.h" />
<ClInclude Include="..\..\src\core\iomgr\time_averaged_stats.h" />
+ <ClInclude Include="..\..\src\core\json\json.h" />
+ <ClInclude Include="..\..\src\core\json\json_common.h" />
+ <ClInclude Include="..\..\src\core\json\json_reader.h" />
+ <ClInclude Include="..\..\src\core\json\json_writer.h" />
<ClInclude Include="..\..\src\core\statistics\census_interface.h" />
<ClInclude Include="..\..\src\core\statistics\census_log.h" />
<ClInclude Include="..\..\src\core\statistics\census_rpc_stats.h" />
@@ -278,7 +282,11 @@
</ClCompile>
<ClCompile Include="..\..\src\core\json\json.c">
</ClCompile>
- <ClCompile Include="..\..\src\core\json\json-string.c">
+ <ClCompile Include="..\..\src\core\json\json_reader.c">
+ </ClCompile>
+ <ClCompile Include="..\..\src\core\json\json_string.c">
+ </ClCompile>
+ <ClCompile Include="..\..\src\core\json\json_writer.c">
</ClCompile>
<ClCompile Include="..\..\src\core\statistics\census_init.c">
</ClCompile>