зеркало из https://github.com/xamarin/ios-samples.git
172 строки
8.4 KiB
XML
172 строки
8.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" 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>{98F6ED66-B4E9-45F2-948E-5DCF19E18B24}</ProjectGuid>
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>CoreAnimationExample</RootNamespace>
|
|
<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
|
|
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
|
|
<AssemblyName>CoreAnimation</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>
|
|
<MtouchDebug>True</MtouchDebug>
|
|
<ConsolePause>False</ConsolePause>
|
|
<MtouchLink>None</MtouchLink>
|
|
<MtouchI18n></MtouchI18n>
|
|
<MtouchArch>x86_64</MtouchArch>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>False</ConsolePause>
|
|
<MtouchLink>None</MtouchLink>
|
|
<MtouchI18n></MtouchI18n>
|
|
<MtouchArch>x86_64</MtouchArch>
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
</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>
|
|
<MtouchDebug>True</MtouchDebug>
|
|
<ConsolePause>False</ConsolePause>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<MtouchI18n></MtouchI18n>
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
<IpaPackageName></IpaPackageName>
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>False</ConsolePause>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<MtouchI18n></MtouchI18n>
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.iOS" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Screens\" />
|
|
<Folder Include="Code\" />
|
|
<Folder Include="Code\NavigationTable\" />
|
|
<Folder Include="Screens\iPad\" />
|
|
<Folder Include="Screens\iPad\Home\" />
|
|
<Folder Include="Screens\iPad\NavTable\" />
|
|
<Folder Include="Screens\iPad\BasicUIViewAnimation\" />
|
|
<Folder Include="Screens\iPad\CustomizableAnimationViewer\" />
|
|
<Folder Include="Screens\iPad\ViewTransitions\" />
|
|
<Folder Include="Screens\iPad\LayerAnimation\" />
|
|
<Folder Include="Resources\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Info.plist" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AppDelegate.cs" />
|
|
<Compile Include="Application.cs" />
|
|
<Compile Include="Code\NavigationTable\NavItem.cs" />
|
|
<Compile Include="Code\NavigationTable\NavItemGroup.cs" />
|
|
<Compile Include="Code\NavigationTable\NavItemTableSource.cs" />
|
|
<Compile Include="Screens\iPad\Home\MainSplitView.cs" />
|
|
<Compile Include="Screens\iPad\NavTable\MasterNavTableViewController.cs" />
|
|
<Compile Include="Screens\iPad\BasicUIViewAnimation\BasicUIViewAnimationScreen.xib.cs">
|
|
<DependentUpon>BasicUIViewAnimationScreen.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\BasicUIViewAnimation\BasicUIViewAnimationScreen.xib.designer.cs">
|
|
<DependentUpon>BasicUIViewAnimationScreen.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\IDetailView.cs" />
|
|
<Compile Include="Screens\iPad\CustomizableAnimationViewer\CustomizableAnimationViewerScreen.xib.cs">
|
|
<DependentUpon>CustomizableAnimationViewerScreen.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\CustomizableAnimationViewer\CustomizableAnimationViewerScreen.xib.designer.cs">
|
|
<DependentUpon>CustomizableAnimationViewerScreen.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Code\NavigationTable\RowClickedEventArgs.cs" />
|
|
<Compile Include="Screens\iPad\ViewTransitions\Controller.cs" />
|
|
<Compile Include="Screens\iPad\ViewTransitions\TransitionViewController.xib.cs">
|
|
<DependentUpon>TransitionViewController.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\ViewTransitions\TransitionViewController.xib.designer.cs">
|
|
<DependentUpon>TransitionViewController.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\ViewTransitions\BackTransitionViewController.xib.cs">
|
|
<DependentUpon>BackTransitionViewController.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\ViewTransitions\BackTransitionViewController.xib.designer.cs">
|
|
<DependentUpon>BackTransitionViewController.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\LayerAnimation\LayerAnimationScreen.xib.cs">
|
|
<DependentUpon>LayerAnimationScreen.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\LayerAnimation\LayerAnimationScreen.xib.designer.cs">
|
|
<DependentUpon>LayerAnimationScreen.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\LayerAnimation\ImplicitAnimationScreen.xib.cs">
|
|
<DependentUpon>ImplicitAnimationScreen.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Screens\iPad\LayerAnimation\ImplicitAnimationScreen.xib.designer.cs">
|
|
<DependentUpon>ImplicitAnimationScreen.xib</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterfaceDefinition Include="Screens\iPad\BasicUIViewAnimation\BasicUIViewAnimationScreen.xib" />
|
|
<InterfaceDefinition Include="Screens\iPad\CustomizableAnimationViewer\CustomizableAnimationViewerScreen.xib" />
|
|
<InterfaceDefinition Include="Screens\iPad\ViewTransitions\TransitionViewController.xib" />
|
|
<InterfaceDefinition Include="Screens\iPad\ViewTransitions\BackTransitionViewController.xib" />
|
|
<InterfaceDefinition Include="Screens\iPad\LayerAnimation\LayerAnimationScreen.xib" />
|
|
<InterfaceDefinition Include="Screens\iPad\LayerAnimation\ImplicitAnimationScreen.xib" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BundleResource Include="Resources\icon-72.png" />
|
|
<BundleResource Include="Resources\icon-29.png" />
|
|
<BundleResource Include="Resources\icon-50.png" />
|
|
<BundleResource Include="Resources\icon-58.png" />
|
|
<BundleResource Include="Resources\icon-100.png" />
|
|
<BundleResource Include="Resources\iTunesArtwork%402x.png" />
|
|
<BundleResource Include="Resources\Default-568h%402x.png" />
|
|
<BundleResource Include="Resources\Default-Landscape%402x~ipad.png" />
|
|
<BundleResource Include="Resources\Default-Landscape~ipad.png" />
|
|
<BundleResource Include="Resources\Default-Portrait%402x~ipad.png" />
|
|
<BundleResource Include="Resources\Default-Portrait~ipad.png" />
|
|
<BundleResource Include="Resources\Default.png" />
|
|
<BundleResource Include="Resources\Default%402x.png" />
|
|
<BundleResource Include="Resources\icon-57.png" />
|
|
<BundleResource Include="Resources\icon-114.png" />
|
|
<BundleResource Include="Resources\icon-144.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ITunesArtwork Include="Resources\iTunesArtwork.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
</Project> |