diff options
author | Vijay Pai <vpai@google.com> | 2015-04-13 14:10:51 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-04-13 14:10:51 -0700 |
commit | 83df2c323108a987903b3973298649da55b8f732 (patch) | |
tree | 32fb9c351c73ea5374f8ce657abf101a955d1114 /vsprojects/vs2013/grpc_unsecure.vcxproj.filters | |
parent | a45c93e24321940e9196f0f82b576308b9a17840 (diff) | |
parent | 98efdcb917e5d9225b7387e6bc90541091d5140d (diff) |
Merge branch 'master' of git://github.com/vjpai/grpc into timers
Diffstat (limited to 'vsprojects/vs2013/grpc_unsecure.vcxproj.filters')
-rw-r--r-- | vsprojects/vs2013/grpc_unsecure.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc_unsecure.vcxproj.filters b/vsprojects/vs2013/grpc_unsecure.vcxproj.filters index 28486a3cbc..cec8f78bae 100644 --- a/vsprojects/vs2013/grpc_unsecure.vcxproj.filters +++ b/vsprojects/vs2013/grpc_unsecure.vcxproj.filters @@ -64,6 +64,9 @@ <ClCompile Include="..\..\src\core\iomgr\endpoint_pair_posix.c"> <Filter>src\core\iomgr</Filter> </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\endpoint_pair_windows.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> <ClCompile Include="..\..\src\core\iomgr\fd_posix.c"> <Filter>src\core\iomgr</Filter> </ClCompile> |