| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <?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>{4AD8283E-7936-4EE9-BDC5-D6F5F06C3251}</ProjectGuid>
- <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Exe</OutputType>
- <RootNamespace>TwitterSearch.iOS</RootNamespace>
- <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
- <AssemblyName>TwitterSearch</AssemblyName>
- <NuGetPackageImportStamp>e4d70dad</NuGetPackageImportStamp>
- </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, x86_64</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, x86_64</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" />
- <Compile Include="SplashScreen.cs" />
- <Compile Include="SplashScreen.designer.cs">
- <DependentUpon>SplashScreen.cs</DependentUpon>
- </Compile>
- <None Include="app.config" />
- <None Include="Info.plist" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <None Include="packages.config" />
- <InterfaceDefinition Include="SplashScreen.storyboard" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="RootViewController.designer.cs">
- <DependentUpon>RootViewController.cs</DependentUpon>
- </Compile>
- <Compile Include="RootViewController.cs" />
- <InterfaceDefinition Include="MainStoryboard.storyboard" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="LinqToTwitterPcl">
- <HintPath>..\packages\LinqToTwitter.3.1.2\lib\portable-win8+net45+wp8\LinqToTwitterPcl.dll</HintPath>
- </Reference>
- <Reference Include="SDWebImage">
- <HintPath>..\Components\sdwebimage-3.7.3.1\lib\ios-unified\SDWebImage.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Net.Http.Extensions">
- <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\Xamarin.iOS10\System.Net.Http.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.Primitives">
- <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\Xamarin.iOS10\System.Net.Http.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.Reactive.Core">
- <HintPath>..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Reactive.Interfaces">
- <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
- </Reference>
- <Reference Include="System.Reactive.Linq">
- <HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Reactive.PlatformServices">
- <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="Xamarin.iOS" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Entitlements.plist" />
- <BundleResource Include="Resources\Default.png" />
- <BundleResource Include="Resources\Default%402x.png" />
- <BundleResource Include="Resources\Default-Portrait.png" />
- <BundleResource Include="Resources\Default-Portrait%402x.png" />
- <BundleResource Include="Resources\Icon-60%402x.png" />
- <BundleResource Include="Resources\Icon-60%403x.png" />
- <BundleResource Include="Resources\Icon-76.png" />
- <BundleResource Include="Resources\Icon-76%402x.png" />
- <BundleResource Include="Resources\Icon-Small.png" />
- <BundleResource Include="Resources\Icon-Small%402x.png" />
- <BundleResource Include="Resources\Icon-Small%403x.png" />
- <BundleResource Include="Resources\Icon-Small-40.png" />
- <BundleResource Include="Resources\Icon-Small-40%402x.png" />
- <BundleResource Include="Resources\Icon-Small-40%403x.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\Default-568h%402x.png" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\TwitterSearch.Portable\TwitterSearch.Portable.csproj">
- <Project>{5c68aa4a-723d-48a1-9f8d-08ded42ab85c}</Project>
- <Name>TwitterSearch.Portable</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <XamarinComponentReference Include="sdwebimage">
- <Visible>False</Visible>
- <Version>3.7.3.1</Version>
- </XamarinComponentReference>
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
- <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
- </Target>
- </Project>
|