diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-04 12:25:17 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-04 12:25:17 -0800 |
commit | d77c92bd98d6622d346bb8d97f2d259624393247 (patch) | |
tree | 86a5b60bc2a4de7811093f40512e6a2ad91ac8db /vsprojects | |
parent | d27cf3b3877af4d85f7b57abcb3c9eae01c0aa69 (diff) | |
parent | 885104b2b54952ef93d209a6fa9f7614ad4bd3a2 (diff) |
Merge github.com:google/grpc into async-api-new
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/vs2013/gpr.vcxproj | 2 | ||||
-rw-r--r-- | vsprojects/vs2013/gpr.vcxproj.filters | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/vsprojects/vs2013/gpr.vcxproj b/vsprojects/vs2013/gpr.vcxproj index f71b586aff..c77a61d782 100644 --- a/vsprojects/vs2013/gpr.vcxproj +++ b/vsprojects/vs2013/gpr.vcxproj @@ -91,8 +91,6 @@ <ClInclude Include="..\..\include\grpc\support\sync_posix.h" /> <ClInclude Include="..\..\include\grpc\support\sync_win32.h" /> <ClInclude Include="..\..\include\grpc\support\thd.h" /> - <ClInclude Include="..\..\include\grpc\support\thd_posix.h" /> - <ClInclude Include="..\..\include\grpc\support\thd_win32.h" /> <ClInclude Include="..\..\include\grpc\support\time.h" /> <ClInclude Include="..\..\include\grpc\support\time_posix.h" /> <ClInclude Include="..\..\include\grpc\support\time_win32.h" /> diff --git a/vsprojects/vs2013/gpr.vcxproj.filters b/vsprojects/vs2013/gpr.vcxproj.filters index 013ed4b3c9..e385efcfb2 100644 --- a/vsprojects/vs2013/gpr.vcxproj.filters +++ b/vsprojects/vs2013/gpr.vcxproj.filters @@ -135,12 +135,6 @@ <ClInclude Include="..\..\include\grpc\support\thd.h"> <Filter>include\grpc\support</Filter> </ClInclude> - <ClInclude Include="..\..\include\grpc\support\thd_posix.h"> - <Filter>include\grpc\support</Filter> - </ClInclude> - <ClInclude Include="..\..\include\grpc\support\thd_win32.h"> - <Filter>include\grpc\support</Filter> - </ClInclude> <ClInclude Include="..\..\include\grpc\support\time.h"> <Filter>include\grpc\support</Filter> </ClInclude> |