forked from xamarin/GoogleApisForiOSComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGoogleCloudMessaging.targets
More file actions
40 lines (39 loc) · 2.02 KB
/
GoogleCloudMessaging.targets
File metadata and controls
40 lines (39 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_GoogleCloudMessagingAssemblyName>Google.GoogleCloudMessaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</_GoogleCloudMessagingAssemblyName>
<_GoogleCloudMessagingItemsFolder>GCldMssgng-1.2.0</_GoogleCloudMessagingItemsFolder>
<_GoogleGCMIPhoneUtilitiesItemsFolder>GIPhnU-1.2.0</_GoogleGCMIPhoneUtilitiesItemsFolder>
<_GoogleCloudMessagingSDKBaseFolder>$(XamarinBuildDownloadDir)$(_GoogleCloudMessagingItemsFolder)\Libraries\</_GoogleCloudMessagingSDKBaseFolder>
<_GoogleGCMIPhoneUtilitiesSDKBaseFolder>$(XamarinBuildDownloadDir)$(_GoogleGCMIPhoneUtilitiesItemsFolder)\Libraries\</_GoogleGCMIPhoneUtilitiesSDKBaseFolder>
</PropertyGroup>
<ItemGroup Condition="('$(OutputType)'!='Library' OR '$(IsAppExtension)'=='True')">
<XamarinBuildDownload Include="$(_GoogleCloudMessagingItemsFolder)">
<Url>https://www.gstatic.com/cpdc/1ee08e474579fa86-GoogleCloudMessaging-1.2.0.tar.gz</Url>
<Kind>Tgz</Kind>
</XamarinBuildDownload>
<NativeReference Include="$(_GoogleCloudMessagingSDKBaseFolder)libGcmLib.a">
<Kind>Static</Kind>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<IsCxx>True</IsCxx>
<LinkerFlags>-ObjC -lsqlite3</LinkerFlags>
</NativeReference>
<XamarinBuildDownload Include="$(_GoogleGCMIPhoneUtilitiesItemsFolder)">
<Url>https://www.gstatic.com/cpdc/4730cbb3191ed1e7-GoogleIPhoneUtilities-1.2.0.tar.gz</Url>
<Kind>Tgz</Kind>
</XamarinBuildDownload>
<NativeReference Include="$(_GoogleGCMIPhoneUtilitiesSDKBaseFolder)libGIP_Locale.a">
<Kind>Static</Kind>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC</LinkerFlags>
</NativeReference>
<NativeReference Include="$(_GoogleGCMIPhoneUtilitiesSDKBaseFolder)libGIP_Reachability.a">
<Kind>Static</Kind>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC</LinkerFlags>
</NativeReference>
</ItemGroup>
</Project>