| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- <?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>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{0995B890-7771-4924-9977-A151CDC13F31}</ProjectGuid>
- <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Exe</OutputType>
- <RootNamespace>XamarinFormsGoogleDriveAPI.iOS</RootNamespace>
- <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
- <AssemblyName>XamarinFormsGoogleDriveAPI.iOS</AssemblyName>
- <NuGetPackageImportStamp>
- </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>0</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>i386, x86_64</MtouchArch>
- <MtouchLink>SdkOnly</MtouchLink>
- <MtouchDebug>True</MtouchDebug>
- <MtouchSdkVersion>10.1</MtouchSdkVersion>
- <MtouchProfiling>False</MtouchProfiling>
- <MtouchFastDev>False</MtouchFastDev>
- <MtouchUseLlvm>False</MtouchUseLlvm>
- <MtouchUseThumb>False</MtouchUseThumb>
- <MtouchEnableBitcode>False</MtouchEnableBitcode>
- <MtouchUseSGen>False</MtouchUseSGen>
- <MtouchUseRefCounting>False</MtouchUseRefCounting>
- <OptimizePNGs>True</OptimizePNGs>
- <MtouchTlsProvider>Default</MtouchTlsProvider>
- <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
- <MtouchFloat32>False</MtouchFloat32>
- <CodesignKey>iPhone Developer</CodesignKey>
- </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>
- <CodesignKey>iPhone Developer</CodesignKey>
- <MtouchDebug>true</MtouchDebug>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\iPhone\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <MtouchArch>ARMv7, ARM64</MtouchArch>
- <ConsolePause>false</ConsolePause>
- <CodesignKey>iPhone Developer</CodesignKey>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- </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>
- <BuildIpa>True</BuildIpa>
- <CodesignProvision>Automatic:AdHoc</CodesignProvision>
- <CodesignKey>iPhone Distribution</CodesignKey>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- </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>
- <CodesignProvision>Automatic:AppStore</CodesignProvision>
- <CodesignKey>iPhone Distribution</CodesignKey>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="Effects\ImageEffects.cs" />
- <Compile Include="Main.cs" />
- <Compile Include="AppDelegate.cs" />
- <Compile Include="Renderer\CustomFabRenderer.cs" />
- <Compile Include="Renderer\CustomFrameRenderer.cs" />
- <Compile Include="Renderer\CustomCellRenderer.cs" />
- <None Include="app.config" />
- <None Include="Entitlements.plist" />
- <None Include="Info.plist" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <ITunesArtwork Include="iTunesArtwork" />
- <ITunesArtwork Include="iTunesArtwork@2x" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\Default-568h%402x.png" />
- <BundleResource Include="Resources\Default-Portrait.png" />
- <BundleResource Include="Resources\Default-Portrait%402x.png" />
- <BundleResource Include="Resources\Default.png" />
- <BundleResource Include="Resources\Default%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-40.png" />
- <BundleResource Include="Resources\Icon-Small-40%402x.png" />
- <BundleResource Include="Resources\Icon-Small-40%403x.png" />
- <BundleResource Include="Resources\Icon-Small.png" />
- <BundleResource Include="Resources\Icon-Small%402x.png" />
- <BundleResource Include="Resources\Icon-Small%403x.png" />
- <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="FAB.Forms, Version=2.1.1.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\FAB.Forms.2.1.1\lib\Xamarin.iOS10\FAB.Forms.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="FAB.iOS, Version=2.1.1.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\FAB.Forms.2.1.1\lib\Xamarin.iOS10\FAB.iOS.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Google.Apis, Version=1.21.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Google.Apis.1.21.0\lib\netstandard1.3\Google.Apis.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Google.Apis.Auth, Version=1.21.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Google.Apis.Auth.1.21.0\lib\netstandard1.3\Google.Apis.Auth.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.21.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Google.Apis.Auth.1.21.0\lib\netstandard1.3\Google.Apis.Auth.PlatformServices.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Google.Apis.Core, Version=1.21.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Google.Apis.Core.1.21.0\lib\netstandard1.3\Google.Apis.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Google.Apis.Drive.v2, Version=1.21.0.768, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Google.Apis.Drive.v2.1.21.0.768\lib\netstandard1.3\Google.Apis.Drive.v2.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="PCLCrypto, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d4421c8a4786956c, processorArchitecture=MSIL">
- <HintPath>..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="PInvoke.BCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\PInvoke.BCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="PInvoke.Kernel32, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\PInvoke.Kernel32.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="PInvoke.NCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\PInvoke.NCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="PInvoke.Windows.Core, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Rg.Plugins.Popup, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Rg.Plugins.Popup.1.0.4\lib\Xamarin.IOS\Rg.Plugins.Popup.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Rg.Plugins.Popup.IOS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Rg.Plugins.Popup.1.0.4\lib\Xamarin.IOS\Rg.Plugins.Popup.IOS.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Rg.Plugins.Popup.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Rg.Plugins.Popup.1.0.4\lib\Xamarin.IOS\Rg.Plugins.Popup.Platform.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.IO.Compression" />
- <Reference Include="System.Json" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="Validation, Version=2.2.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.Auth, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Xamarin.Auth.1.3.2.1\lib\Xamarin.iOS10\Xamarin.Auth.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Xamarin.Forms.2.3.0.49\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Xamarin.Forms.2.3.0.49\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Xamarin.Forms.2.3.0.49\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Xamarin.Forms.2.3.0.49\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Xamarin.iOS" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\XamarinFormsGoogleDriveAPI.Model\XamarinFormsGoogleDriveAPI.Model.csproj">
- <Project>{d707a746-c5cc-49bf-88b0-a67a8ea095c9}</Project>
- <Name>XamarinFormsGoogleDriveAPI.Model</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\XamarinFormsGoogleDriveAPI.Services\XamarinFormsGoogleDriveAPI.Services.csproj">
- <Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
- <Name>XamarinFormsGoogleDriveAPI.Services</Name>
- </ProjectReference>
- <ProjectReference Include="..\XamarinFormsGoogleDriveAPI\XamarinFormsGoogleDriveAPI.csproj">
- <Project>{cbf1dd80-c8f6-4b3c-b12f-fef0c105043a}</Project>
- <Name>XamarinFormsGoogleDriveAPI</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_autorenew.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_autorenew_2x.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_autorenew_3x.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_share.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_share_2x.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_share_3x.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_add.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_add_2x.png" />
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="Resources\ic_add_3x.png" />
- </ItemGroup>
- <Import Project="..\..\XamarinFormsGoogleDriveAPI-Shared\GoogleDriveShared\GoogleDriveShared\GoogleDriveShared.projitems" Label="Shared" />
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
- <Import Project="..\..\packages\Xamarin.Forms.2.3.0.49\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.3.0.49\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Use 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\Xamarin.Forms.2.3.0.49\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.0.49\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
- </Target>
- </Project>
|