• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4  <ItemGroup>
5    <NativeReference Include="$(MSBuildThisFileDirectory)..\..\native\ios\universal\libgrpc_csharp_ext.a">
6      <Kind>Static</Kind>
7      <ForceLoad>True</ForceLoad>
8    </NativeReference>
9    <NativeReference Include="$(MSBuildThisFileDirectory)..\..\native\ios\universal\libgrpc.a">
10      <Kind>Static</Kind>
11      <ForceLoad>True</ForceLoad>
12    </NativeReference>
13  </ItemGroup>
14
15</Project>
16