diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-06 12:56:32 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-06 12:56:32 -0800 |
commit | 41efbf3a96d1caa8066ab46cad5934ad30da2e8f (patch) | |
tree | eace3aa4651ae6b4c1973c5feb50852d5cd76290 /vsprojects/vs2013 | |
parent | 696fda9143739ee1beb0369cdad5652b8c21aead (diff) | |
parent | 4acf81e90246dffa806de6ad1a830d0e62cf727f (diff) |
Merge github.com:google/grpc into async-api-new
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r-- | vsprojects/vs2013/gpr.vcxproj | 1 | ||||
-rw-r--r-- | vsprojects/vs2013/gpr.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vs2013/gpr.vcxproj b/vsprojects/vs2013/gpr.vcxproj index d1f7085383..8276082cfd 100644 --- a/vsprojects/vs2013/gpr.vcxproj +++ b/vsprojects/vs2013/gpr.vcxproj @@ -100,6 +100,7 @@ <ClInclude Include="..\..\src\core\support\file.h" /> <ClInclude Include="..\..\src\core\support\murmur_hash.h" /> <ClInclude Include="..\..\src\core\support\string.h" /> + <ClInclude Include="..\..\src\core\support\string_win32.h" /> <ClInclude Include="..\..\src\core\support\thd_internal.h" /> </ItemGroup> <ItemGroup> diff --git a/vsprojects/vs2013/gpr.vcxproj.filters b/vsprojects/vs2013/gpr.vcxproj.filters index 13add834a8..2329acc9da 100644 --- a/vsprojects/vs2013/gpr.vcxproj.filters +++ b/vsprojects/vs2013/gpr.vcxproj.filters @@ -176,6 +176,9 @@ <ClInclude Include="..\..\src\core\support\string.h"> <Filter>src\core\support</Filter> </ClInclude> + <ClInclude Include="..\..\src\core\support\string_win32.h"> + <Filter>src\core\support</Filter> + </ClInclude> <ClInclude Include="..\..\src\core\support\thd_internal.h"> <Filter>src\core\support</Filter> </ClInclude> |