diff options
Diffstat (limited to 'vsprojects/grpc++/grpc++.vcxproj')
-rw-r--r-- | vsprojects/grpc++/grpc++.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/grpc++/grpc++.vcxproj b/vsprojects/grpc++/grpc++.vcxproj index e178bbc3db..53930c1394 100644 --- a/vsprojects/grpc++/grpc++.vcxproj +++ b/vsprojects/grpc++/grpc++.vcxproj @@ -248,6 +248,7 @@ <ClInclude Include="..\..\include\grpc++\support\slice.h" /> <ClInclude Include="..\..\include\grpc++\support\status.h" /> <ClInclude Include="..\..\include\grpc++\support\status_code_enum.h" /> + <ClInclude Include="..\..\include\grpc++\support\string_ref.h" /> <ClInclude Include="..\..\include\grpc++\support\stub_options.h" /> <ClInclude Include="..\..\include\grpc++\support\sync_stream.h" /> <ClInclude Include="..\..\include\grpc++\support\time.h" /> @@ -323,6 +324,8 @@ </ClCompile> <ClCompile Include="..\..\src\cpp\util\status.cc"> </ClCompile> + <ClCompile Include="..\..\src\cpp\util\string_ref.cc"> + </ClCompile> <ClCompile Include="..\..\src\cpp\util\time.cc"> </ClCompile> </ItemGroup> |