|
|
|
@ -1,186 +1,11 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> |
|
|
|
<ProjectGuid>{57E0455D-D565-44BB-B069-EE1AA20F8337}</ProjectGuid> |
|
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<RootNamespace>ControlCatalog.iOS</RootNamespace> |
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
|
|
|
<AssemblyName>ControlCatalogiOS</AssemblyName> |
|
|
|
<MtouchEnableSGenConc>true</MtouchEnableSGenConc> |
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> |
|
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle> |
|
|
|
<ProvisioningType>automatic</ProvisioningType> |
|
|
|
<TargetFramework>net6.0-ios</TargetFramework> |
|
|
|
<SupportedOSPlatformVersion>14.2</SupportedOSPlatformVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
|
|
|
<DefineConstants>DEBUG</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
<MtouchArch>x86_64</MtouchArch> |
|
|
|
<MtouchLink>None</MtouchLink> |
|
|
|
<MtouchDebug>True</MtouchDebug> |
|
|
|
<MtouchSdkVersion>9.1</MtouchSdkVersion> |
|
|
|
<MtouchProfiling>False</MtouchProfiling> |
|
|
|
<MtouchFastDev>False</MtouchFastDev> |
|
|
|
<MtouchNoSymbolStrip>False</MtouchNoSymbolStrip> |
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm> |
|
|
|
<MtouchUseThumb>False</MtouchUseThumb> |
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode> |
|
|
|
<MtouchUseSGen>False</MtouchUseSGen> |
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting> |
|
|
|
<OptimizePNGs>True</OptimizePNGs> |
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider> |
|
|
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler> |
|
|
|
<MtouchFloat32>False</MtouchFloat32> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<MtouchLink>None</MtouchLink> |
|
|
|
<MtouchArch>x86_64</MtouchArch> |
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\iPhone\Debug</OutputPath> |
|
|
|
<DefineConstants>DEBUG</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch> |
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
|
|
|
<CodesignKey>iPhone Developer</CodesignKey> |
|
|
|
<MtouchDebug>true</MtouchDebug> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<OutputPath>bin\iPhone\Release</OutputPath> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
|
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch> |
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
<CodesignKey>iPhone Developer</CodesignKey> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' "> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<Optimize>True</Optimize> |
|
|
|
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<ConsolePause>False</ConsolePause> |
|
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch> |
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
|
|
|
<BuildIpa>True</BuildIpa> |
|
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision> |
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<Optimize>True</Optimize> |
|
|
|
<OutputPath>bin\iPhone\AppStore</OutputPath> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<ConsolePause>False</ConsolePause> |
|
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch> |
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
|
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision> |
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="Main.cs" /> |
|
|
|
<Compile Include="AppDelegate.cs" /> |
|
|
|
<None Include="Info.plist" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<InterfaceDefinition Include="Resources\LaunchScreen.xib" /> |
|
|
|
<Content Include="Entitlements.plist" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<Reference Include="Xamarin.iOS" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj"> |
|
|
|
<Project>{4488AD85-1495-4809-9AA4-DDFE0A48527E}</Project> |
|
|
|
<Name>Avalonia.iOS</Name> |
|
|
|
<IsAppExtension>false</IsAppExtension> |
|
|
|
<IsWatchApp>false</IsWatchApp> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj"> |
|
|
|
<Project>{3E53A01A-B331-47F3-B828-4A5717E77A24}</Project> |
|
|
|
<Name>Avalonia.Markup.Xaml</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj"> |
|
|
|
<Project>{6417E941-21BC-467B-A771-0DE389353CE6}</Project> |
|
|
|
<Name>Avalonia.Markup</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj"> |
|
|
|
<Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project> |
|
|
|
<Name>Avalonia.Animation</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj"> |
|
|
|
<Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project> |
|
|
|
<Name>Avalonia.Base</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj"> |
|
|
|
<Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project> |
|
|
|
<Name>Avalonia.Controls</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj"> |
|
|
|
<Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project> |
|
|
|
<Name>Avalonia.Diagnostics</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj"> |
|
|
|
<Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project> |
|
|
|
<Name>Avalonia.Input</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj"> |
|
|
|
<Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project> |
|
|
|
<Name>Avalonia.Interactivity</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj"> |
|
|
|
<Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project> |
|
|
|
<Name>Avalonia.Layout</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj"> |
|
|
|
<Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project> |
|
|
|
<Name>Avalonia.Visuals</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj"> |
|
|
|
<Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project> |
|
|
|
<Name>Avalonia.Styling</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj"> |
|
|
|
<Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project> |
|
|
|
<Name>Avalonia.Themes.Default</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\src\Skia\Avalonia.Skia\Avalonia.Skia.csproj"> |
|
|
|
<Project>{7d2d3083-71dd-4cc9-8907-39a0d86fb322}</Project> |
|
|
|
<Name>Avalonia.Skia</Name> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj"> |
|
|
|
<Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project> |
|
|
|
<Name>ControlCatalog</Name> |
|
|
|
</ProjectReference> |
|
|
|
<PackageReference Include="SkiaSharp.HarfBuzz" Version="2.80.2-preview.33" /> |
|
|
|
<ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj" /> |
|
|
|
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
|
|
|
<Import Project="..\..\build\LegacyProject.targets" /> |
|
|
|
<Import Project="..\..\build\SkiaSharp.props" /> |
|
|
|
<Import Project="..\..\build\HarfBuzzSharp.props" /> |
|
|
|
</Project> |
|
|
|
|