XamarinFormsGoogleDriveAPI.iOS.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0995B890-7771-4924-9977-A151CDC13F31}</ProjectGuid>
  9. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>XamarinFormsGoogleDriveAPI.iOS</RootNamespace>
  12. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  13. <AssemblyName>XamarinFormsGoogleDriveAPI.iOS</AssemblyName>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  22. <DefineConstants>DEBUG</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>0</WarningLevel>
  25. <ConsolePause>false</ConsolePause>
  26. <MtouchArch>i386, x86_64</MtouchArch>
  27. <MtouchLink>SdkOnly</MtouchLink>
  28. <MtouchDebug>True</MtouchDebug>
  29. <MtouchSdkVersion>10.1</MtouchSdkVersion>
  30. <MtouchProfiling>False</MtouchProfiling>
  31. <MtouchFastDev>False</MtouchFastDev>
  32. <MtouchUseLlvm>False</MtouchUseLlvm>
  33. <MtouchUseThumb>False</MtouchUseThumb>
  34. <MtouchEnableBitcode>False</MtouchEnableBitcode>
  35. <MtouchUseSGen>False</MtouchUseSGen>
  36. <MtouchUseRefCounting>False</MtouchUseRefCounting>
  37. <OptimizePNGs>True</OptimizePNGs>
  38. <MtouchTlsProvider>Default</MtouchTlsProvider>
  39. <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
  40. <MtouchFloat32>False</MtouchFloat32>
  41. <CodesignKey>iPhone Developer</CodesignKey>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  44. <DebugType>none</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <MtouchLink>None</MtouchLink>
  50. <MtouchArch>i386, x86_64</MtouchArch>
  51. <ConsolePause>false</ConsolePause>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  54. <DebugSymbols>true</DebugSymbols>
  55. <DebugType>full</DebugType>
  56. <Optimize>false</Optimize>
  57. <OutputPath>bin\iPhone\Debug</OutputPath>
  58. <DefineConstants>DEBUG</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <ConsolePause>false</ConsolePause>
  62. <MtouchArch>ARMv7, ARM64</MtouchArch>
  63. <CodesignKey>iPhone Developer</CodesignKey>
  64. <MtouchDebug>true</MtouchDebug>
  65. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  66. </PropertyGroup>
  67. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  68. <DebugType>none</DebugType>
  69. <Optimize>true</Optimize>
  70. <OutputPath>bin\iPhone\Release</OutputPath>
  71. <ErrorReport>prompt</ErrorReport>
  72. <WarningLevel>4</WarningLevel>
  73. <MtouchArch>ARMv7, ARM64</MtouchArch>
  74. <ConsolePause>false</ConsolePause>
  75. <CodesignKey>iPhone Developer</CodesignKey>
  76. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  77. </PropertyGroup>
  78. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  79. <DebugType>none</DebugType>
  80. <Optimize>True</Optimize>
  81. <OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
  82. <ErrorReport>prompt</ErrorReport>
  83. <WarningLevel>4</WarningLevel>
  84. <ConsolePause>False</ConsolePause>
  85. <MtouchArch>ARMv7, ARM64</MtouchArch>
  86. <BuildIpa>True</BuildIpa>
  87. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  88. <CodesignKey>iPhone Distribution</CodesignKey>
  89. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  90. </PropertyGroup>
  91. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  92. <DebugType>none</DebugType>
  93. <Optimize>True</Optimize>
  94. <OutputPath>bin\iPhone\AppStore</OutputPath>
  95. <ErrorReport>prompt</ErrorReport>
  96. <WarningLevel>4</WarningLevel>
  97. <ConsolePause>False</ConsolePause>
  98. <MtouchArch>ARMv7, ARM64</MtouchArch>
  99. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  100. <CodesignKey>iPhone Distribution</CodesignKey>
  101. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  102. </PropertyGroup>
  103. <ItemGroup>
  104. <Compile Include="Effects\ImageEffects.cs" />
  105. <Compile Include="Main.cs" />
  106. <Compile Include="AppDelegate.cs" />
  107. <Compile Include="Renderer\CustomFabRenderer.cs" />
  108. <Compile Include="Renderer\CustomFrameRenderer.cs" />
  109. <Compile Include="Renderer\CustomCellRenderer.cs" />
  110. <None Include="app.config" />
  111. <None Include="Entitlements.plist" />
  112. <None Include="Info.plist" />
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <ITunesArtwork Include="iTunesArtwork" />
  115. <ITunesArtwork Include="iTunesArtwork@2x" />
  116. <None Include="packages.config" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <BundleResource Include="Resources\Default-568h%402x.png" />
  120. <BundleResource Include="Resources\Default-Portrait.png" />
  121. <BundleResource Include="Resources\Default-Portrait%402x.png" />
  122. <BundleResource Include="Resources\Default.png" />
  123. <BundleResource Include="Resources\Default%402x.png" />
  124. <BundleResource Include="Resources\Icon-60%402x.png" />
  125. <BundleResource Include="Resources\Icon-60%403x.png" />
  126. <BundleResource Include="Resources\Icon-76.png" />
  127. <BundleResource Include="Resources\Icon-76%402x.png" />
  128. <BundleResource Include="Resources\Icon-Small-40.png" />
  129. <BundleResource Include="Resources\Icon-Small-40%402x.png" />
  130. <BundleResource Include="Resources\Icon-Small-40%403x.png" />
  131. <BundleResource Include="Resources\Icon-Small.png" />
  132. <BundleResource Include="Resources\Icon-Small%402x.png" />
  133. <BundleResource Include="Resources\Icon-Small%403x.png" />
  134. <InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Reference Include="FAB.Forms, Version=2.1.1.0, Culture=neutral, processorArchitecture=MSIL">
  138. <HintPath>..\..\packages\FAB.Forms.2.1.1\lib\Xamarin.iOS10\FAB.Forms.dll</HintPath>
  139. <Private>True</Private>
  140. </Reference>
  141. <Reference Include="FAB.iOS, Version=2.1.1.0, Culture=neutral, processorArchitecture=MSIL">
  142. <HintPath>..\..\packages\FAB.Forms.2.1.1\lib\Xamarin.iOS10\FAB.iOS.dll</HintPath>
  143. <Private>True</Private>
  144. </Reference>
  145. <Reference Include="Google.Apis, Version=1.21.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  146. <HintPath>..\..\packages\Google.Apis.1.21.0\lib\netstandard1.3\Google.Apis.dll</HintPath>
  147. <Private>True</Private>
  148. </Reference>
  149. <Reference Include="Google.Apis.Auth, Version=1.21.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  150. <HintPath>..\..\packages\Google.Apis.Auth.1.21.0\lib\netstandard1.3\Google.Apis.Auth.dll</HintPath>
  151. <Private>True</Private>
  152. </Reference>
  153. <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.21.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  154. <HintPath>..\..\packages\Google.Apis.Auth.1.21.0\lib\netstandard1.3\Google.Apis.Auth.PlatformServices.dll</HintPath>
  155. <Private>True</Private>
  156. </Reference>
  157. <Reference Include="Google.Apis.Core, Version=1.21.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  158. <HintPath>..\..\packages\Google.Apis.Core.1.21.0\lib\netstandard1.3\Google.Apis.Core.dll</HintPath>
  159. <Private>True</Private>
  160. </Reference>
  161. <Reference Include="Google.Apis.Drive.v2, Version=1.21.0.768, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
  162. <HintPath>..\..\packages\Google.Apis.Drive.v2.1.21.0.768\lib\netstandard1.3\Google.Apis.Drive.v2.dll</HintPath>
  163. <Private>True</Private>
  164. </Reference>
  165. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  166. <HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
  167. <Private>True</Private>
  168. </Reference>
  169. <Reference Include="PCLCrypto, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d4421c8a4786956c, processorArchitecture=MSIL">
  170. <HintPath>..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll</HintPath>
  171. <Private>True</Private>
  172. </Reference>
  173. <Reference Include="PInvoke.BCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
  174. <HintPath>..\..\packages\PInvoke.BCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll</HintPath>
  175. <Private>True</Private>
  176. </Reference>
  177. <Reference Include="PInvoke.Kernel32, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
  178. <HintPath>..\..\packages\PInvoke.Kernel32.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll</HintPath>
  179. <Private>True</Private>
  180. </Reference>
  181. <Reference Include="PInvoke.NCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
  182. <HintPath>..\..\packages\PInvoke.NCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll</HintPath>
  183. <Private>True</Private>
  184. </Reference>
  185. <Reference Include="PInvoke.Windows.Core, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
  186. <HintPath>..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll</HintPath>
  187. <Private>True</Private>
  188. </Reference>
  189. <Reference Include="Rg.Plugins.Popup, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  190. <HintPath>..\..\packages\Rg.Plugins.Popup.1.0.4\lib\Xamarin.IOS\Rg.Plugins.Popup.dll</HintPath>
  191. <Private>True</Private>
  192. </Reference>
  193. <Reference Include="Rg.Plugins.Popup.IOS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  194. <HintPath>..\..\packages\Rg.Plugins.Popup.1.0.4\lib\Xamarin.IOS\Rg.Plugins.Popup.IOS.dll</HintPath>
  195. <Private>True</Private>
  196. </Reference>
  197. <Reference Include="Rg.Plugins.Popup.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  198. <HintPath>..\..\packages\Rg.Plugins.Popup.1.0.4\lib\Xamarin.IOS\Rg.Plugins.Popup.Platform.dll</HintPath>
  199. <Private>True</Private>
  200. </Reference>
  201. <Reference Include="System" />
  202. <Reference Include="System.IO.Compression" />
  203. <Reference Include="System.Json" />
  204. <Reference Include="System.Net.Http" />
  205. <Reference Include="System.Xml" />
  206. <Reference Include="System.Core" />
  207. <Reference Include="Validation, Version=2.2.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
  208. <HintPath>..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll</HintPath>
  209. <Private>True</Private>
  210. </Reference>
  211. <Reference Include="Xamarin.Auth, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  212. <HintPath>..\..\packages\Xamarin.Auth.1.3.2.1\lib\Xamarin.iOS10\Xamarin.Auth.dll</HintPath>
  213. <Private>True</Private>
  214. </Reference>
  215. <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  216. <HintPath>..\..\packages\Xamarin.Forms.2.3.0.49\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
  217. <Private>True</Private>
  218. </Reference>
  219. <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  220. <HintPath>..\..\packages\Xamarin.Forms.2.3.0.49\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
  221. <Private>True</Private>
  222. </Reference>
  223. <Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  224. <HintPath>..\..\packages\Xamarin.Forms.2.3.0.49\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
  225. <Private>True</Private>
  226. </Reference>
  227. <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  228. <HintPath>..\..\packages\Xamarin.Forms.2.3.0.49\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
  229. <Private>True</Private>
  230. </Reference>
  231. <Reference Include="Xamarin.iOS" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <ProjectReference Include="..\..\XamarinFormsGoogleDriveAPI.Model\XamarinFormsGoogleDriveAPI.Model.csproj">
  235. <Project>{d707a746-c5cc-49bf-88b0-a67a8ea095c9}</Project>
  236. <Name>XamarinFormsGoogleDriveAPI.Model</Name>
  237. </ProjectReference>
  238. <ProjectReference Include="..\..\XamarinFormsGoogleDriveAPI.Services\XamarinFormsGoogleDriveAPI.Services.csproj">
  239. <Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
  240. <Name>XamarinFormsGoogleDriveAPI.Services</Name>
  241. </ProjectReference>
  242. <ProjectReference Include="..\XamarinFormsGoogleDriveAPI\XamarinFormsGoogleDriveAPI.csproj">
  243. <Project>{cbf1dd80-c8f6-4b3c-b12f-fef0c105043a}</Project>
  244. <Name>XamarinFormsGoogleDriveAPI</Name>
  245. </ProjectReference>
  246. </ItemGroup>
  247. <ItemGroup>
  248. <BundleResource Include="Resources\ic_autorenew.png" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <BundleResource Include="Resources\ic_autorenew_2x.png" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <BundleResource Include="Resources\ic_autorenew_3x.png" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <BundleResource Include="Resources\ic_share.png" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <BundleResource Include="Resources\ic_share_2x.png" />
  261. </ItemGroup>
  262. <ItemGroup>
  263. <BundleResource Include="Resources\ic_share_3x.png" />
  264. </ItemGroup>
  265. <ItemGroup>
  266. <BundleResource Include="Resources\ic_add.png" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <BundleResource Include="Resources\ic_add_2x.png" />
  270. </ItemGroup>
  271. <ItemGroup>
  272. <BundleResource Include="Resources\ic_add_3x.png" />
  273. </ItemGroup>
  274. <Import Project="..\..\XamarinFormsGoogleDriveAPI-Shared\GoogleDriveShared\GoogleDriveShared\GoogleDriveShared.projitems" Label="Shared" />
  275. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  276. <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')" />
  277. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  278. <PropertyGroup>
  279. <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>
  280. </PropertyGroup>
  281. <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'))" />
  282. </Target>
  283. </Project>