зеркало из https://github.com/xamarin/ios-samples.git
132 строки
5.6 KiB
XML
132 строки
5.6 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>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{7139C08D-67A4-4C35-8987-BF37E4E306EB}</ProjectGuid>
|
|
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>QuartzSample</RootNamespace>
|
|
<AssemblyName>QuartzSample</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>
|
|
<MtouchLink>None</MtouchLink>
|
|
<MtouchDebug>True</MtouchDebug>
|
|
<ConsolePause>False</ConsolePause>
|
|
<MtouchArch>ARMv6</MtouchArch>
|
|
<MtouchI18n />
|
|
<MtouchExtraArgs>--registrar:static --nofastsim --override-abi x86_64</MtouchExtraArgs>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<MtouchLink>None</MtouchLink>
|
|
<ConsolePause>False</ConsolePause>
|
|
<MtouchArch>ARMv6</MtouchArch>
|
|
</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>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<ConsolePause>False</ConsolePause>
|
|
<MtouchArch>ARMv6</MtouchArch>
|
|
</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>
|
|
<MtouchArch>ARMv6</MtouchArch>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.iOS">
|
|
<HintPath>\Developer\MonoTouch\usr\lib\mono\Xamarin.iOS\Xamarin.iOS.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Info.plist" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MainWindow.xib.designer.cs">
|
|
<DependentUpon>MainWindow.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="MainViewController.cs" />
|
|
<Compile Include="LineDrawing.cs" />
|
|
<Compile Include="QuartzViewController.xib.cs">
|
|
<DependentUpon>QuartzViewController.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="QuartzViewController.xib.designer.cs">
|
|
<DependentUpon>QuartzViewController.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CurveDrawing.cs" />
|
|
<Compile Include="PolyDrawing.cs" />
|
|
<Compile Include="RenderedDrawing.cs" />
|
|
<Compile Include="ImageDrawing.cs" />
|
|
<Compile Include="QuartzBlendingViewController.xib.cs">
|
|
<DependentUpon>QuartzBlendingViewController.xib</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="QuartzBlendingViewController.xib.designer.cs">
|
|
<DependentUpon>QuartzBlendingViewController.xib</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterfaceDefinition Include="MainWindow.xib" xmlns="" />
|
|
<InterfaceDefinition Include="QuartzViewController.xib" xmlns="" />
|
|
<InterfaceDefinition Include="QuartzBlendingViewController.xib" xmlns="" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Content Include="Images\Demo.png" />
|
|
<Content Include="Images\QuartzImageDrawing.pdf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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\iTunesArtwork%402x.png" />
|
|
<BundleResource Include="Resources\icon-100.png" />
|
|
<BundleResource Include="Resources\icon-114.png" />
|
|
<BundleResource Include="Resources\icon-144.png" />
|
|
<BundleResource Include="Resources\icon-29.png" />
|
|
<BundleResource Include="Resources\icon-50.png" />
|
|
<BundleResource Include="Resources\icon-57.png" />
|
|
<BundleResource Include="Resources\icon-58.png" />
|
|
<BundleResource Include="Resources\icon-72.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ITunesArtwork Include="Resources\iTunesArtwork.png" />
|
|
</ItemGroup>
|
|
</Project>
|