diff options
Diffstat (limited to 'vsprojects/vs2010/gpr.vcxproj')
-rw-r--r-- | vsprojects/vs2010/gpr.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vs2010/gpr.vcxproj b/vsprojects/vs2010/gpr.vcxproj index d23124c86c..62ab6f3bd0 100644 --- a/vsprojects/vs2010/gpr.vcxproj +++ b/vsprojects/vs2010/gpr.vcxproj @@ -97,6 +97,10 @@ <ClInclude Include="..\..\include\grpc\support\sync_win32.h" /> <ClInclude Include="..\..\include\grpc\support\thd.h" /> <ClInclude Include="..\..\include\grpc\support\time.h" /> + <ClInclude Include="..\..\include\grpc\support\tls.h" /> + <ClInclude Include="..\..\include\grpc\support\tls_gcc.h" /> + <ClInclude Include="..\..\include\grpc\support\tls_msvc.h" /> + <ClInclude Include="..\..\include\grpc\support\tls_pthread.h" /> <ClInclude Include="..\..\include\grpc\support\useful.h" /> </ItemGroup> <ItemGroup> |