|
@@ -0,0 +1,188 @@
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
+ <PropertyGroup>
|
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
|
|
+ <ProjectGuid>{57E0455D-D565-44BB-B069-EE1AA20F8337}</ProjectGuid>
|
|
|
|
+ <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
|
+ <RootNamespace>ControlCatalog.iOS</RootNamespace>
|
|
|
|
+ <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
|
+ <AssemblyName>ControlCatalogiOS</AssemblyName>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
|
+ <DebugType>full</DebugType>
|
|
|
|
+ <Optimize>false</Optimize>
|
|
|
|
+ <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
|
|
+ <DefineConstants>DEBUG</DefineConstants>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
|
+ <MtouchArch>i386</MtouchArch>
|
|
|
|
+ <MtouchLink>None</MtouchLink>
|
|
|
|
+ <MtouchDebug>true</MtouchDebug>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
|
|
+ <DebugType>none</DebugType>
|
|
|
|
+ <Optimize>true</Optimize>
|
|
|
|
+ <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <MtouchLink>None</MtouchLink>
|
|
|
|
+ <MtouchArch>i386</MtouchArch>
|
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
|
|
+ <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>
|
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
+ <MtouchDebug>true</MtouchDebug>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
|
+ <DebugType>none</DebugType>
|
|
|
|
+ <Optimize>true</Optimize>
|
|
|
|
+ <OutputPath>bin\iPhone\Release</OutputPath>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
|
|
+ <DebugType>none</DebugType>
|
|
|
|
+ <Optimize>True</Optimize>
|
|
|
|
+ <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <ConsolePause>False</ConsolePause>
|
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
+ <BuildIpa>True</BuildIpa>
|
|
|
|
+ <CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
|
|
+ <CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
|
|
+ <DebugType>none</DebugType>
|
|
|
|
+ <Optimize>True</Optimize>
|
|
|
|
+ <OutputPath>bin\iPhone\AppStore</OutputPath>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <ConsolePause>False</ConsolePause>
|
|
|
|
+ <MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
|
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
+ <CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
|
|
+ <CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Compile Include="Main.cs" />
|
|
|
|
+ <Compile Include="AppDelegate.cs" />
|
|
|
|
+ <None Include="Info.plist" />
|
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
+ <InterfaceDefinition Include="Resources\LaunchScreen.xib" />
|
|
|
|
+ <Content Include="Entitlements.plist" />
|
|
|
|
+ <None Include="packages.config" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
+ <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
|
|
|
|
+ <Private>True</Private>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
|
|
|
|
+ <Private>True</Private>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
|
|
|
|
+ <Private>True</Private>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
|
|
|
|
+ <Private>True</Private>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
|
+ <Reference Include="System.Core" />
|
|
|
|
+ <Reference Include="Xamarin.iOS" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ProjectReference Include="..\..\src\iOS\Perspex.iOS\Perspex.iOS.csproj">
|
|
|
|
+ <Project>{4488AD85-1495-4809-9AA4-DDFE0A48527E}</Project>
|
|
|
|
+ <Name>Perspex.iOS</Name>
|
|
|
|
+ <IsAppExtension>false</IsAppExtension>
|
|
|
|
+ <IsWatchApp>false</IsWatchApp>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Markup\Perspex.Markup.Xaml\Perspex.Markup.Xaml.csproj">
|
|
|
|
+ <Project>{3E53A01A-B331-47F3-B828-4A5717E77A24}</Project>
|
|
|
|
+ <Name>Perspex.Markup.Xaml</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Markup\Perspex.Markup\Perspex.Markup.csproj">
|
|
|
|
+ <Project>{6417E941-21BC-467B-A771-0DE389353CE6}</Project>
|
|
|
|
+ <Name>Perspex.Markup</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
|
|
|
|
+ <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
|
|
|
|
+ <Name>Perspex.Animation</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
|
|
|
|
+ <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
|
|
|
|
+ <Name>Perspex.Base</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
|
|
|
|
+ <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
|
|
|
|
+ <Name>Perspex.Controls</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Diagnostics\Perspex.Diagnostics.csproj">
|
|
|
|
+ <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
|
|
|
|
+ <Name>Perspex.Diagnostics</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.HtmlRenderer\Perspex.HtmlRenderer.csproj">
|
|
|
|
+ <Project>{5FB2B005-0A7F-4DAD-ADD4-3ED01444E63D}</Project>
|
|
|
|
+ <Name>Perspex.HtmlRenderer</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
|
|
|
|
+ <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
|
|
|
|
+ <Name>Perspex.Input</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
|
|
|
|
+ <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
|
|
|
|
+ <Name>Perspex.Interactivity</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
|
|
|
|
+ <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
|
|
|
|
+ <Name>Perspex.Layout</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
|
|
|
|
+ <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
|
|
|
|
+ <Name>Perspex.SceneGraph</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
|
|
|
|
+ <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
|
|
|
|
+ <Name>Perspex.Styling</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Perspex.Themes.Default\Perspex.Themes.Default.csproj">
|
|
|
|
+ <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
|
|
|
|
+ <Name>Perspex.Themes.Default</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\src\Skia\Perspex.Skia.iOS\Perspex.Skia.iOS.csproj">
|
|
|
|
+ <Project>{47BE08A7-5985-410B-9FFC-2264B8EA595F}</Project>
|
|
|
|
+ <Name>Perspex.Skia.iOS</Name>
|
|
|
|
+ <IsAppExtension>false</IsAppExtension>
|
|
|
|
+ <IsWatchApp>false</IsWatchApp>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\ControlCatalog\ControlCatalog.PCL.csproj">
|
|
|
|
+ <Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project>
|
|
|
|
+ <Name>ControlCatalog.PCL</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
|
+</Project>
|