mirror of https://github.com/grpc/grpc.git
parent
cbc2b1f405
commit
5bb8a33eb2
2 changed files with 27 additions and 0 deletions
@ -0,0 +1,15 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
||||
<ItemGroup> |
||||
<NativeReference Include="$(MSBuildThisFileDirectory)..\..\runtimes\ios\native\libgrpc_csharp_ext.a"> |
||||
<Kind>Static</Kind> |
||||
<ForceLoad>True</ForceLoad> |
||||
</NativeReference> |
||||
<NativeReference Include="$(MSBuildThisFileDirectory)..\..\runtimes\ios\native\libgrpc.a"> |
||||
<Kind>Static</Kind> |
||||
<ForceLoad>True</ForceLoad> |
||||
</NativeReference> |
||||
</ItemGroup> |
||||
|
||||
</Project> |
Loading…
Reference in new issue