ControlCatalog.iOS.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  18. <DefineConstants>DEBUG</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ConsolePause>false</ConsolePause>
  22. <MtouchArch>i386</MtouchArch>
  23. <MtouchLink>None</MtouchLink>
  24. <MtouchDebug>true</MtouchDebug>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  27. <DebugType>none</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <MtouchLink>None</MtouchLink>
  33. <MtouchArch>i386</MtouchArch>
  34. <ConsolePause>false</ConsolePause>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\iPhone\Debug</OutputPath>
  41. <DefineConstants>DEBUG</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <ConsolePause>false</ConsolePause>
  45. <MtouchArch>ARMv7, ARM64</MtouchArch>
  46. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  47. <CodesignKey>iPhone Developer</CodesignKey>
  48. <MtouchDebug>true</MtouchDebug>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  51. <DebugType>none</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\iPhone\Release</OutputPath>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  57. <MtouchArch>ARMv7, ARM64</MtouchArch>
  58. <ConsolePause>false</ConsolePause>
  59. <CodesignKey>iPhone Developer</CodesignKey>
  60. </PropertyGroup>
  61. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  62. <DebugType>none</DebugType>
  63. <Optimize>True</Optimize>
  64. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <ConsolePause>False</ConsolePause>
  68. <MtouchArch>ARMv7, ARM64</MtouchArch>
  69. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  70. <BuildIpa>True</BuildIpa>
  71. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  72. <CodesignKey>iPhone Distribution</CodesignKey>
  73. </PropertyGroup>
  74. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  75. <DebugType>none</DebugType>
  76. <Optimize>True</Optimize>
  77. <OutputPath>bin\iPhone\AppStore</OutputPath>
  78. <ErrorReport>prompt</ErrorReport>
  79. <WarningLevel>4</WarningLevel>
  80. <ConsolePause>False</ConsolePause>
  81. <MtouchArch>ARMv7, ARM64</MtouchArch>
  82. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  83. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  84. <CodesignKey>iPhone Distribution</CodesignKey>
  85. </PropertyGroup>
  86. <ItemGroup>
  87. <Compile Include="Main.cs" />
  88. <Compile Include="AppDelegate.cs" />
  89. <None Include="Info.plist" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <InterfaceDefinition Include="Resources\LaunchScreen.xib" />
  92. <Content Include="Entitlements.plist" />
  93. <None Include="packages.config" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Reference Include="Microsoft.CSharp" />
  97. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  98. <HintPath>..\..\packages\Serilog.2.0.0\lib\netstandard1.3\Serilog.dll</HintPath>
  99. <Private>True</Private>
  100. </Reference>
  101. <Reference Include="Serilog.Sinks.Trace, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  102. <HintPath>..\..\packages\Serilog.Sinks.Trace.2.0.0\lib\netstandard1.3\Serilog.Sinks.Trace.dll</HintPath>
  103. <Private>True</Private>
  104. </Reference>
  105. <Reference Include="System" />
  106. <Reference Include="System.Xml" />
  107. <Reference Include="System.Core" />
  108. <Reference Include="Xamarin.iOS" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj">
  112. <Project>{4488AD85-1495-4809-9AA4-DDFE0A48527E}</Project>
  113. <Name>Avalonia.iOS</Name>
  114. <IsAppExtension>false</IsAppExtension>
  115. <IsWatchApp>false</IsWatchApp>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  118. <Project>{3E53A01A-B331-47F3-B828-4A5717E77A24}</Project>
  119. <Name>Avalonia.Markup.Xaml</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  122. <Project>{6417E941-21BC-467B-A771-0DE389353CE6}</Project>
  123. <Name>Avalonia.Markup</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  126. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  127. <Name>Avalonia.Animation</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  130. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  131. <Name>Avalonia.Base</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  134. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  135. <Name>Avalonia.Controls</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
  138. <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
  139. <Name>Avalonia.Diagnostics</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\..\src\Avalonia.HtmlRenderer\Avalonia.HtmlRenderer.csproj">
  142. <Project>{5FB2B005-0A7F-4DAD-ADD4-3ED01444E63D}</Project>
  143. <Name>Avalonia.HtmlRenderer</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  146. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  147. <Name>Avalonia.Input</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  150. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  151. <Name>Avalonia.Interactivity</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  154. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  155. <Name>Avalonia.Layout</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\..\src\Avalonia.SceneGraph\Avalonia.SceneGraph.csproj">
  158. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  159. <Name>Avalonia.SceneGraph</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  162. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  163. <Name>Avalonia.Styling</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  166. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  167. <Name>Avalonia.Themes.Default</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\..\src\Skia\Avalonia.Skia.iOS\Avalonia.Skia.iOS.csproj">
  170. <Project>{47BE08A7-5985-410B-9FFC-2264B8EA595F}</Project>
  171. <Name>Avalonia.Skia.iOS</Name>
  172. <IsAppExtension>false</IsAppExtension>
  173. <IsWatchApp>false</IsWatchApp>
  174. </ProjectReference>
  175. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj">
  176. <Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project>
  177. <Name>ControlCatalog</Name>
  178. </ProjectReference>
  179. </ItemGroup>
  180. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  181. </Project>