|
|
@ -9,6 +9,10 @@ |
|
|
<RootNamespace>ControlCatalog.iOS</RootNamespace> |
|
|
<RootNamespace>ControlCatalog.iOS</RootNamespace> |
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
|
|
<AssemblyName>ControlCatalogiOS</AssemblyName> |
|
|
<AssemblyName>ControlCatalogiOS</AssemblyName> |
|
|
|
|
|
<MtouchEnableSGenConc>true</MtouchEnableSGenConc> |
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> |
|
|
|
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle> |
|
|
|
|
|
<ProvisioningType>automatic</ProvisioningType> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -19,8 +23,8 @@ |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<ConsolePause>false</ConsolePause> |
|
|
<ConsolePause>false</ConsolePause> |
|
|
<MtouchArch>i386</MtouchArch> |
|
|
<MtouchArch>x86_64</MtouchArch> |
|
|
<MtouchLink>SdkOnly</MtouchLink> |
|
|
<MtouchLink>None</MtouchLink> |
|
|
<MtouchDebug>True</MtouchDebug> |
|
|
<MtouchDebug>True</MtouchDebug> |
|
|
<MtouchSdkVersion>9.1</MtouchSdkVersion> |
|
|
<MtouchSdkVersion>9.1</MtouchSdkVersion> |
|
|
<MtouchProfiling>False</MtouchProfiling> |
|
|
<MtouchProfiling>False</MtouchProfiling> |
|
|
@ -43,7 +47,7 @@ |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<MtouchLink>None</MtouchLink> |
|
|
<MtouchLink>None</MtouchLink> |
|
|
<MtouchArch>i386</MtouchArch> |
|
|
<MtouchArch>x86_64</MtouchArch> |
|
|
<ConsolePause>false</ConsolePause> |
|
|
<ConsolePause>false</ConsolePause> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
|
|
@ -173,8 +177,10 @@ |
|
|
<Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project> |
|
|
<Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project> |
|
|
<Name>ControlCatalog</Name> |
|
|
<Name>ControlCatalog</Name> |
|
|
</ProjectReference> |
|
|
</ProjectReference> |
|
|
|
|
|
<PackageReference Include="SkiaSharp.HarfBuzz" Version="2.80.2-preview.33" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
|
|
<Import Project="..\..\build\LegacyProject.targets" /> |
|
|
<Import Project="..\..\build\LegacyProject.targets" /> |
|
|
<Import Project="..\..\build\SkiaSharp.props" /> |
|
|
<Import Project="..\..\build\SkiaSharp.props" /> |
|
|
|
|
|
<Import Project="..\..\build\HarfBuzzSharp.props" /> |
|
|
</Project> |
|
|
</Project> |
|
|
|