Files
IronRDP/ffi/dotnet/Devolutions.IronRdp/Devolutions.IronRdp.iOS.props

9 lines
402 B
XML

<?xml version="1.0"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="(('$(Platform)' == 'iPhone')) or (('$(Platform)' == 'iPhoneSimulator'))">
<NativeReference Include="$(MSBuildThisFileDirectory)..\runtimes\ios\native\libDevolutionsIronRdp.framework">
<Kind>Framework</Kind>
</NativeReference>
</ItemGroup>
</Project>