diff options
Diffstat (limited to 'vsprojects/grpc++_unsecure')
-rw-r--r-- | vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj | 5 | ||||
-rw-r--r-- | vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj index 74b0fbf2be..663709d820 100644 --- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj +++ b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj @@ -251,6 +251,7 @@ <ClInclude Include="..\..\..\include\grpc++\impl\rpc_method.h" /> <ClInclude Include="..\..\..\include\grpc++\impl\rpc_service_method.h" /> <ClInclude Include="..\..\..\include\grpc++\impl\serialization_traits.h" /> + <ClInclude Include="..\..\..\include\grpc++\impl\server_builder_option.h" /> <ClInclude Include="..\..\..\include\grpc++\impl\service_type.h" /> <ClInclude Include="..\..\..\include\grpc++\impl\sync.h" /> <ClInclude Include="..\..\..\include\grpc++\impl\sync_cxx11.h" /> @@ -291,8 +292,6 @@ </ClCompile> <ClCompile Include="..\..\..\src\cpp\client\channel.cc"> </ClCompile> - <ClCompile Include="..\..\..\src\cpp\client\channel_arguments.cc"> - </ClCompile> <ClCompile Include="..\..\..\src\cpp\client\client_context.cc"> </ClCompile> <ClCompile Include="..\..\..\src\cpp\client\create_channel.cc"> @@ -307,6 +306,8 @@ </ClCompile> <ClCompile Include="..\..\..\src\cpp\common\call.cc"> </ClCompile> + <ClCompile Include="..\..\..\src\cpp\common\channel_arguments.cc"> + </ClCompile> <ClCompile Include="..\..\..\src\cpp\common\completion_queue.cc"> </ClCompile> <ClCompile Include="..\..\..\src\cpp\common\rpc_method.cc"> diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters index 96effe2961..05bb819dfa 100644 --- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters +++ b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj.filters @@ -7,9 +7,6 @@ <ClCompile Include="..\..\..\src\cpp\client\channel.cc"> <Filter>src\cpp\client</Filter> </ClCompile> - <ClCompile Include="..\..\..\src\cpp\client\channel_arguments.cc"> - <Filter>src\cpp\client</Filter> - </ClCompile> <ClCompile Include="..\..\..\src\cpp\client\client_context.cc"> <Filter>src\cpp\client</Filter> </ClCompile> @@ -31,6 +28,9 @@ <ClCompile Include="..\..\..\src\cpp\common\call.cc"> <Filter>src\cpp\common</Filter> </ClCompile> + <ClCompile Include="..\..\..\src\cpp\common\channel_arguments.cc"> + <Filter>src\cpp\common</Filter> + </ClCompile> <ClCompile Include="..\..\..\src\cpp\common\completion_queue.cc"> <Filter>src\cpp\common</Filter> </ClCompile> @@ -126,6 +126,9 @@ <ClInclude Include="..\..\..\include\grpc++\impl\serialization_traits.h"> <Filter>include\grpc++\impl</Filter> </ClInclude> + <ClInclude Include="..\..\..\include\grpc++\impl\server_builder_option.h"> + <Filter>include\grpc++\impl</Filter> + </ClInclude> <ClInclude Include="..\..\..\include\grpc++\impl\service_type.h"> <Filter>include\grpc++\impl</Filter> </ClInclude> |