ControlCatalog.iOS.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  6. <ProjectGuid>{57E0455D-D565-44BB-B069-EE1AA20F8337}</ProjectGuid>
  7. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>ControlCatalog.iOS</RootNamespace>
  10. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  11. <AssemblyName>ControlCatalogiOS</AssemblyName>
  12. <MtouchEnableSGenConc>true</MtouchEnableSGenConc>
  13. <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
  14. <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  15. <ProvisioningType>automatic</ProvisioningType>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  22. <DefineConstants>DEBUG</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <ConsolePause>false</ConsolePause>
  26. <MtouchArch>x86_64</MtouchArch>
  27. <MtouchLink>None</MtouchLink>
  28. <MtouchDebug>True</MtouchDebug>
  29. <MtouchSdkVersion>9.1</MtouchSdkVersion>
  30. <MtouchProfiling>False</MtouchProfiling>
  31. <MtouchFastDev>False</MtouchFastDev>
  32. <MtouchNoSymbolStrip>False</MtouchNoSymbolStrip>
  33. <MtouchUseLlvm>False</MtouchUseLlvm>
  34. <MtouchUseThumb>False</MtouchUseThumb>
  35. <MtouchEnableBitcode>False</MtouchEnableBitcode>
  36. <MtouchUseSGen>False</MtouchUseSGen>
  37. <MtouchUseRefCounting>False</MtouchUseRefCounting>
  38. <OptimizePNGs>True</OptimizePNGs>
  39. <MtouchTlsProvider>Default</MtouchTlsProvider>
  40. <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
  41. <MtouchFloat32>False</MtouchFloat32>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  44. <DebugType>none</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <MtouchLink>None</MtouchLink>
  50. <MtouchArch>x86_64</MtouchArch>
  51. <ConsolePause>false</ConsolePause>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  54. <DebugSymbols>true</DebugSymbols>
  55. <DebugType>full</DebugType>
  56. <Optimize>false</Optimize>
  57. <OutputPath>bin\iPhone\Debug</OutputPath>
  58. <DefineConstants>DEBUG</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <ConsolePause>false</ConsolePause>
  62. <MtouchArch>ARMv7, ARM64</MtouchArch>
  63. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  64. <CodesignKey>iPhone Developer</CodesignKey>
  65. <MtouchDebug>true</MtouchDebug>
  66. </PropertyGroup>
  67. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  68. <DebugType>none</DebugType>
  69. <Optimize>true</Optimize>
  70. <OutputPath>bin\iPhone\Release</OutputPath>
  71. <ErrorReport>prompt</ErrorReport>
  72. <WarningLevel>4</WarningLevel>
  73. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  74. <MtouchArch>ARMv7, ARM64</MtouchArch>
  75. <ConsolePause>false</ConsolePause>
  76. <CodesignKey>iPhone Developer</CodesignKey>
  77. </PropertyGroup>
  78. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  79. <DebugType>none</DebugType>
  80. <Optimize>True</Optimize>
  81. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  82. <ErrorReport>prompt</ErrorReport>
  83. <WarningLevel>4</WarningLevel>
  84. <ConsolePause>False</ConsolePause>
  85. <MtouchArch>ARMv7, ARM64</MtouchArch>
  86. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  87. <BuildIpa>True</BuildIpa>
  88. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  89. <CodesignKey>iPhone Distribution</CodesignKey>
  90. </PropertyGroup>
  91. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  92. <DebugType>none</DebugType>
  93. <Optimize>True</Optimize>
  94. <OutputPath>bin\iPhone\AppStore</OutputPath>
  95. <ErrorReport>prompt</ErrorReport>
  96. <WarningLevel>4</WarningLevel>
  97. <ConsolePause>False</ConsolePause>
  98. <MtouchArch>ARMv7, ARM64</MtouchArch>
  99. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  100. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  101. <CodesignKey>iPhone Distribution</CodesignKey>
  102. </PropertyGroup>
  103. <ItemGroup>
  104. <Compile Include="Main.cs" />
  105. <Compile Include="AppDelegate.cs" />
  106. <None Include="Info.plist" />
  107. <Compile Include="Properties\AssemblyInfo.cs" />
  108. <InterfaceDefinition Include="Resources\LaunchScreen.xib" />
  109. <Content Include="Entitlements.plist" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Reference Include="System" />
  113. <Reference Include="System.Xml" />
  114. <Reference Include="System.Core" />
  115. <Reference Include="Xamarin.iOS" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj">
  119. <Project>{4488AD85-1495-4809-9AA4-DDFE0A48527E}</Project>
  120. <Name>Avalonia.iOS</Name>
  121. <IsAppExtension>false</IsAppExtension>
  122. <IsWatchApp>false</IsWatchApp>
  123. </ProjectReference>
  124. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  125. <Project>{3E53A01A-B331-47F3-B828-4A5717E77A24}</Project>
  126. <Name>Avalonia.Markup.Xaml</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  129. <Project>{6417E941-21BC-467B-A771-0DE389353CE6}</Project>
  130. <Name>Avalonia.Markup</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  133. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  134. <Name>Avalonia.Animation</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  137. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  138. <Name>Avalonia.Base</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  141. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  142. <Name>Avalonia.Controls</Name>
  143. </ProjectReference>
  144. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
  145. <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
  146. <Name>Avalonia.Diagnostics</Name>
  147. </ProjectReference>
  148. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  149. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  150. <Name>Avalonia.Input</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  153. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  154. <Name>Avalonia.Interactivity</Name>
  155. </ProjectReference>
  156. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  157. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  158. <Name>Avalonia.Layout</Name>
  159. </ProjectReference>
  160. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  161. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  162. <Name>Avalonia.Visuals</Name>
  163. </ProjectReference>
  164. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  165. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  166. <Name>Avalonia.Styling</Name>
  167. </ProjectReference>
  168. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  169. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  170. <Name>Avalonia.Themes.Default</Name>
  171. </ProjectReference>
  172. <ProjectReference Include="..\..\src\Skia\Avalonia.Skia\Avalonia.Skia.csproj">
  173. <Project>{7d2d3083-71dd-4cc9-8907-39a0d86fb322}</Project>
  174. <Name>Avalonia.Skia</Name>
  175. </ProjectReference>
  176. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj">
  177. <Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project>
  178. <Name>ControlCatalog</Name>
  179. </ProjectReference>
  180. <PackageReference Include="SkiaSharp.HarfBuzz" Version="2.80.2-preview.33" />
  181. </ItemGroup>
  182. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  183. <Import Project="..\..\build\LegacyProject.targets" />
  184. <Import Project="..\..\build\SkiaSharp.props" />
  185. <Import Project="..\..\build\HarfBuzzSharp.props" />
  186. </Project>