-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPushNotificationExample.sln
121 lines (121 loc) · 7.58 KB
/
PushNotificationExample.sln
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushNotificationExample", "PushNotificationExample\PushNotificationExample.csproj", "{3AFA591D-C115-4AC9-9519-F788373ECDE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushNotificationExample.iOS", "iOS\PushNotificationExample.iOS.csproj", "{5FA0219F-B063-4D07-800B-CC38BDB5B916}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushNotificationExample.Droid", "Droid\PushNotificationExample.Droid.csproj", "{34B9099E-4B00-4707-BFDE-0B95997F8893}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|ARM.ActiveCfg = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|x64.ActiveCfg = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Debug|x86.ActiveCfg = Debug|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|Any CPU.Build.0 = Release|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|ARM.ActiveCfg = Release|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|iPhone.ActiveCfg = Release|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|x64.ActiveCfg = Release|Any CPU
{3AFA591D-C115-4AC9-9519-F788373ECDE9}.Release|x86.ActiveCfg = Release|Any CPU
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|ARM.ActiveCfg = Debug|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|iPhone.ActiveCfg = Debug|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|iPhone.Build.0 = Debug|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|Mixed Platforms.Build.0 = Debug|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|x64.ActiveCfg = Debug|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Debug|x86.ActiveCfg = Debug|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|Any CPU.ActiveCfg = Release|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|Any CPU.Build.0 = Release|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|ARM.ActiveCfg = Release|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|iPhone.ActiveCfg = Release|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|iPhone.Build.0 = Release|iPhone
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|Mixed Platforms.ActiveCfg = Release|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|Mixed Platforms.Build.0 = Release|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|x64.ActiveCfg = Release|iPhoneSimulator
{5FA0219F-B063-4D07-800B-CC38BDB5B916}.Release|x86.ActiveCfg = Release|iPhoneSimulator
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|ARM.ActiveCfg = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|iPhone.Build.0 = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|x64.ActiveCfg = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Debug|x86.ActiveCfg = Debug|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|Any CPU.Build.0 = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|ARM.ActiveCfg = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|iPhone.ActiveCfg = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|iPhone.Build.0 = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|x64.ActiveCfg = Release|Any CPU
{34B9099E-4B00-4707-BFDE-0B95997F8893}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.StandardHeader = $2
$2.Text =
$2.IncludeInNewFiles = True
$0.NameConventionPolicy = $3
$3.Rules = $4
$4.NamingRule = $5
$5.Name = Type Parameters
$5.AffectedEntity = TypeParameter
$5.VisibilityMask = VisibilityMask
$5.NamingStyle = PascalCase
$5.IncludeInstanceMembers = True
$5.IncludeStaticEntities = True
$5.RequiredPrefixes = $6
$6.String = T
$5.RequiredSuffixes = $7
$7.String = Exception
EndGlobalSection
EndGlobal