diff options
Diffstat (limited to 'vsprojects/vcxproj/gpr')
-rw-r--r-- | vsprojects/vcxproj/gpr/gpr.vcxproj | 3 | ||||
-rw-r--r-- | vsprojects/vcxproj/gpr/gpr.vcxproj.filters | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj b/vsprojects/vcxproj/gpr/gpr.vcxproj index fa495db07b..b20d61d9ba 100644 --- a/vsprojects/vcxproj/gpr/gpr.vcxproj +++ b/vsprojects/vcxproj/gpr/gpr.vcxproj @@ -139,6 +139,7 @@ <ClInclude Include="..\..\..\include\grpc\support\atm_gcc_atomic.h" /> <ClInclude Include="..\..\..\include\grpc\support\atm_gcc_sync.h" /> <ClInclude Include="..\..\..\include\grpc\support\atm_win32.h" /> + <ClInclude Include="..\..\..\include\grpc\support\avl.h" /> <ClInclude Include="..\..\..\include\grpc\support\cmdline.h" /> <ClInclude Include="..\..\..\include\grpc\support\cpu.h" /> <ClInclude Include="..\..\..\include\grpc\support\histogram.h" /> @@ -181,6 +182,8 @@ </ClCompile> <ClCompile Include="..\..\..\src\core\support\alloc.c"> </ClCompile> + <ClCompile Include="..\..\..\src\core\support\avl.c"> + </ClCompile> <ClCompile Include="..\..\..\src\core\support\cmdline.c"> </ClCompile> <ClCompile Include="..\..\..\src\core\support\cpu_iphone.c"> diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj.filters b/vsprojects/vcxproj/gpr/gpr.vcxproj.filters index ee03e45453..9ddb9c0119 100644 --- a/vsprojects/vcxproj/gpr/gpr.vcxproj.filters +++ b/vsprojects/vcxproj/gpr/gpr.vcxproj.filters @@ -10,6 +10,9 @@ <ClCompile Include="..\..\..\src\core\support\alloc.c"> <Filter>src\core\support</Filter> </ClCompile> + <ClCompile Include="..\..\..\src\core\support\avl.c"> + <Filter>src\core\support</Filter> + </ClCompile> <ClCompile Include="..\..\..\src\core\support\cmdline.c"> <Filter>src\core\support</Filter> </ClCompile> @@ -138,6 +141,9 @@ <ClInclude Include="..\..\..\include\grpc\support\atm_win32.h"> <Filter>include\grpc\support</Filter> </ClInclude> + <ClInclude Include="..\..\..\include\grpc\support\avl.h"> + <Filter>include\grpc\support</Filter> + </ClInclude> <ClInclude Include="..\..\..\include\grpc\support\cmdline.h"> <Filter>include\grpc\support</Filter> </ClInclude> |