| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{4488AD85-1495-4809-9AA4-DDFE0A48527E}</ProjectGuid>
- <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <RootNamespace>Avalonia.iOS</RootNamespace>
- <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
- <AssemblyName>Avalonia.iOS</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhone\Debug</OutputPath>
- <DefineConstants>DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchDebug>true</MtouchDebug>
- <CodesignKey>iPhone Developer</CodesignKey>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\iPhone\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <CodesignKey>iPhone Developer</CodesignKey>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="AppBuilder.cs" />
- <Compile Include="AvaloniaRootViewController.cs" />
- <Compile Include="AvaloniaView.cs" />
- <Compile Include="AvaloniaWindow.cs" />
- <Compile Include="Clipboard.cs" />
- <Compile Include="CursorFactory.cs" />
- <Compile Include="DisplayLinkRenderLoop.cs" />
- <Compile Include="EmbeddableImpl.cs" />
- <Compile Include="EmulatedFramebuffer.cs" />
- <Compile Include="Extensions.cs" />
- <Compile Include="iOSPlatform.cs" />
- <Compile Include="TopLevelImpl.cs" />
- <Compile Include="PlatformIconLoader.cs" />
- <Compile Include="PlatformSettings.cs" />
- <Compile Include="PlatformThreadingInterface.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RuntimeInfo.cs" />
- <Compile Include="Specific\KeyboardEventsHelper.cs" />
- <Compile Include="WindowingPlatformImpl.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Avalonia.Animation\Avalonia.Animation.csproj">
- <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
- <Name>Avalonia.Animation</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Avalonia.Base\Avalonia.Base.csproj">
- <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
- <Name>Avalonia.Base</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Avalonia.Controls\Avalonia.Controls.csproj">
- <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
- <Name>Avalonia.Controls</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Avalonia.Input\Avalonia.Input.csproj">
- <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
- <Name>Avalonia.Input</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
- <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
- <Name>Avalonia.Interactivity</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Avalonia.Layout\Avalonia.Layout.csproj">
- <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
- <Name>Avalonia.Layout</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Avalonia.Visuals\Avalonia.Visuals.csproj">
- <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
- <Name>Avalonia.Visuals</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Avalonia.Styling\Avalonia.Styling.csproj">
- <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
- <Name>Avalonia.Styling</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Skia\Avalonia.Skia\Avalonia.Skia.csproj">
- <Project>{7d2d3083-71dd-4cc9-8907-39a0d86fb322}</Project>
- <Name>Avalonia.Skia</Name>
- <IsAppExtension>false</IsAppExtension>
- <IsWatchApp>false</IsWatchApp>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="Xamarin.iOS" />
- </ItemGroup>
- <Import Project="..\..\Shared\PlatformSupport\PlatformSupport.projitems" Label="Shared" />
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
- <Import Project="..\..\..\build\Rx.props" />
- <Import Project="$(MSBuildThisFileDirectory)..\..\Shared\nuget.workaround.targets" />
- </Project>
|