aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/grpc_unsecure.vcxproj
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-05 19:40:38 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-05 19:40:38 +0100
commit0f3ec822380081670edd0e9e1d7e40c1122bda21 (patch)
treecffd831fd40d78204a8f6f78d87f7b528b189689 /vsprojects/vs2013/grpc_unsecure.vcxproj
parentba410fabdf476ba61fef22a1f3205bc6d8f96a4b (diff)
Adding Windows tcp server code.
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 10c8472b7e..6d791789e4 100644
--- a/vsprojects/vs2013/grpc_unsecure.vcxproj
+++ b/vsprojects/vs2013/grpc_unsecure.vcxproj
@@ -289,6 +289,8 @@
</ClCompile>
<ClCompile Include="..\..\src\core\iomgr\tcp_server_posix.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\iomgr\tcp_server_windows.c">
+ </ClCompile>
<ClCompile Include="..\..\src\core\iomgr\tcp_windows.c">
</ClCompile>
<ClCompile Include="..\..\src\core\iomgr\time_averaged_stats.c">