forked from xamarin/GoogleApisForiOSComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCore.targets
21 lines (21 loc) · 1.1 KB
/
Core.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_GoogleCoreAssemblyName>Google.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</_GoogleCoreAssemblyName>
<_GoogleCoreItemsFolder>GCr-3.1.0</_GoogleCoreItemsFolder>
<_GoogleCoreSDKBaseFolder>$(XamarinBuildDownloadDir)$(_GoogleCoreItemsFolder)\Frameworks\</_GoogleCoreSDKBaseFolder>
</PropertyGroup>
<ItemGroup Condition="('$(OutputType)'!='Library' OR '$(IsAppExtension)'=='True')">
<XamarinBuildDownload Include="$(_GoogleCoreItemsFolder)">
<Url>https://www.gstatic.com/cpdc/4f036175e1463726-Google-3.1.0.tar.gz</Url>
<Kind>Tgz</Kind>
</XamarinBuildDownload>
<NativeReference Include="$(_GoogleCoreSDKBaseFolder)GGLCore.framework">
<Kind>Framework</Kind>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC -lz -lstdc++ -lsqlite3</LinkerFlags>
<Frameworks>AddressBook AssetsLibrary CoreFoundation CoreLocation CoreMotion MessageUI SystemConfiguration</Frameworks>
</NativeReference>
</ItemGroup>
</Project>