ControlCatalog.iOS.Legacy.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <Project Sdk="Xamarin.Legacy.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>xamarin.ios10</TargetFramework>
  4. <SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
  5. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  8. <ProjectGuid>{3AF75F00-B497-4517-9491-922173DE216E}</ProjectGuid>
  9. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>ControlCatalog.iOS.Legacy</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>ControlCatalog.iOS.Legacy</AssemblyName>
  14. <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
  15. <ProvisioningType>manual</ProvisioningType>
  16. <MtouchInterpreter>-all</MtouchInterpreter>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  23. <DefineConstants>DEBUG</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <ConsolePause>false</ConsolePause>
  27. <MtouchArch>x86_64</MtouchArch>
  28. <MtouchLink>None</MtouchLink>
  29. <MtouchDebug>true</MtouchDebug>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <MtouchLink>None</MtouchLink>
  38. <MtouchArch>x86_64</MtouchArch>
  39. <ConsolePause>false</ConsolePause>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\iPhone\Debug</OutputPath>
  46. <DefineConstants>DEBUG</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <ConsolePause>false</ConsolePause>
  50. <MtouchArch>ARM64</MtouchArch>
  51. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  52. <MtouchDebug>true</MtouchDebug>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  55. <DebugType>none</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\iPhone\Release</OutputPath>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  61. <MtouchArch>ARM64</MtouchArch>
  62. <ConsolePause>false</ConsolePause>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <None Include="Info.plist" />
  66. <Content Include="Entitlements.plist" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Reference Include="System" />
  70. <Reference Include="System.Xml" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="Xamarin.iOS" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
  76. <Visible>false</Visible>
  77. </ImageAsset>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Folder Include="Resources\" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  84. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  85. <Name>Avalonia.Controls</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj">
  88. <Project>{4488ad85-1495-4809-9aa4-ddfe0a48527e}</Project>
  89. <Name>Avalonia.iOS</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj">
  92. <Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project>
  93. <Name>ControlCatalog</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <!-- <Import Project="..\..\build\LegacyProject.targets" />-->
  97. <!-- <Import Project="..\..\build\SkiaSharp.props" />-->
  98. <!-- <Import Project="..\..\build\HarfBuzzSharp.props" />-->
  99. </Project>