diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-12 11:59:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 11:59:45 -0700 |
commit | 57726ca5a9c08ba17c882a798b93e03d333edd9f (patch) | |
tree | bdf922ed4a33a2290bab32f236b6584cbfc0e50d /vsprojects/vcxproj/gpr/gpr.vcxproj | |
parent | 6e51f992c6bfdfba61d984ab173305da455bd2e7 (diff) |
Revert "Revert "Grand unified closures""
Diffstat (limited to 'vsprojects/vcxproj/gpr/gpr.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/gpr/gpr.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/gpr/gpr.vcxproj b/vsprojects/vcxproj/gpr/gpr.vcxproj index 519b5d9250..6ad67dda72 100644 --- a/vsprojects/vcxproj/gpr/gpr.vcxproj +++ b/vsprojects/vcxproj/gpr/gpr.vcxproj @@ -195,6 +195,7 @@ <ClInclude Include="$(SolutionDir)\..\src\core\lib\support\backoff.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\support\block_annotate.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\support\env.h" /> + <ClInclude Include="$(SolutionDir)\..\src\core\lib\support\mpscq.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\support\murmur_hash.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\support\percent_encoding.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\support\stack_lockfree.h" /> @@ -245,6 +246,8 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\lib\support\log_windows.c"> </ClCompile> + <ClCompile Include="$(SolutionDir)\..\src\core\lib\support\mpscq.c"> + </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\lib\support\murmur_hash.c"> </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\lib\support\percent_encoding.c"> |