Avalonia.iOS.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{4488AD85-1495-4809-9AA4-DDFE0A48527E}</ProjectGuid>
  9. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>Avalonia.iOS</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>Avalonia.iOS</AssemblyName>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\iPhone\Debug</OutputPath>
  20. <DefineConstants>DEBUG</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. <MtouchDebug>true</MtouchDebug>
  25. <CodesignKey>iPhone Developer</CodesignKey>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\iPhone\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <ConsolePause>false</ConsolePause>
  35. <CodesignKey>iPhone Developer</CodesignKey>
  36. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Compile Include="AppBuilder.cs" />
  40. <Compile Include="AvaloniaRootViewController.cs" />
  41. <Compile Include="AvaloniaView.cs" />
  42. <Compile Include="AvaloniaWindow.cs" />
  43. <Compile Include="Clipboard.cs" />
  44. <Compile Include="CursorFactory.cs" />
  45. <Compile Include="DisplayLinkRenderLoop.cs" />
  46. <Compile Include="EmbeddableImpl.cs" />
  47. <Compile Include="EmulatedFramebuffer.cs" />
  48. <Compile Include="Extensions.cs" />
  49. <Compile Include="iOSPlatform.cs" />
  50. <Compile Include="TopLevelImpl.cs" />
  51. <Compile Include="PlatformIconLoader.cs" />
  52. <Compile Include="PlatformSettings.cs" />
  53. <Compile Include="PlatformThreadingInterface.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. <Compile Include="RuntimeInfo.cs" />
  56. <Compile Include="Specific\KeyboardEventsHelper.cs" />
  57. <Compile Include="WindowingPlatformImpl.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\..\Avalonia.Animation\Avalonia.Animation.csproj">
  61. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  62. <Name>Avalonia.Animation</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\..\Avalonia.Base\Avalonia.Base.csproj">
  65. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  66. <Name>Avalonia.Base</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\..\Avalonia.Controls\Avalonia.Controls.csproj">
  69. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  70. <Name>Avalonia.Controls</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\..\Avalonia.Input\Avalonia.Input.csproj">
  73. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  74. <Name>Avalonia.Input</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  77. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  78. <Name>Avalonia.Interactivity</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\Avalonia.Layout\Avalonia.Layout.csproj">
  81. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  82. <Name>Avalonia.Layout</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\Avalonia.Visuals\Avalonia.Visuals.csproj">
  85. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  86. <Name>Avalonia.Visuals</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\Avalonia.Styling\Avalonia.Styling.csproj">
  89. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  90. <Name>Avalonia.Styling</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\..\Skia\Avalonia.Skia\Avalonia.Skia.csproj">
  93. <Project>{7d2d3083-71dd-4cc9-8907-39a0d86fb322}</Project>
  94. <Name>Avalonia.Skia</Name>
  95. <IsAppExtension>false</IsAppExtension>
  96. <IsWatchApp>false</IsWatchApp>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Reference Include="System" />
  101. <Reference Include="System.Xml" />
  102. <Reference Include="System.Core" />
  103. <Reference Include="Xamarin.iOS" />
  104. </ItemGroup>
  105. <Import Project="..\..\Shared\PlatformSupport\PlatformSupport.projitems" Label="Shared" />
  106. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  107. <Import Project="..\..\..\build\Rx.props" />
  108. <Import Project="$(MSBuildThisFileDirectory)..\..\Shared\nuget.workaround.targets" />
  109. </Project>