ControlCatalog.iOS.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. </ItemGroup>
  94. <ItemGroup>
  95. <Reference Include="System" />
  96. <Reference Include="System.Xml" />
  97. <Reference Include="System.Core" />
  98. <Reference Include="Xamarin.iOS" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj">
  102. <Project>{4488AD85-1495-4809-9AA4-DDFE0A48527E}</Project>
  103. <Name>Avalonia.iOS</Name>
  104. <IsAppExtension>false</IsAppExtension>
  105. <IsWatchApp>false</IsWatchApp>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  108. <Project>{3E53A01A-B331-47F3-B828-4A5717E77A24}</Project>
  109. <Name>Avalonia.Markup.Xaml</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  112. <Project>{6417E941-21BC-467B-A771-0DE389353CE6}</Project>
  113. <Name>Avalonia.Markup</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  116. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  117. <Name>Avalonia.Animation</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  120. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  121. <Name>Avalonia.Base</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  124. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  125. <Name>Avalonia.Controls</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
  128. <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
  129. <Name>Avalonia.Diagnostics</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\..\src\Avalonia.HtmlRenderer\Avalonia.HtmlRenderer.csproj">
  132. <Project>{5FB2B005-0A7F-4DAD-ADD4-3ED01444E63D}</Project>
  133. <Name>Avalonia.HtmlRenderer</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  136. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  137. <Name>Avalonia.Input</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  140. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  141. <Name>Avalonia.Interactivity</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  144. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  145. <Name>Avalonia.Layout</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  148. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  149. <Name>Avalonia.Visuals</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  152. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  153. <Name>Avalonia.Styling</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  156. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  157. <Name>Avalonia.Themes.Default</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\..\src\Skia\Avalonia.Skia.iOS\Avalonia.Skia.iOS.csproj">
  160. <Project>{47BE08A7-5985-410B-9FFC-2264B8EA595F}</Project>
  161. <Name>Avalonia.Skia.iOS</Name>
  162. <IsAppExtension>false</IsAppExtension>
  163. <IsWatchApp>false</IsWatchApp>
  164. </ProjectReference>
  165. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj">
  166. <Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project>
  167. <Name>ControlCatalog</Name>
  168. </ProjectReference>
  169. </ItemGroup>
  170. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  171. </Project>