forked from xamarin/mobile-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notifications.sln
95 lines (95 loc) · 6.8 KB
/
Notifications.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notifications.iOS", "Notifications.iOS\Notifications.iOS.csproj", "{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notifications.Android", "Notifications.Android\Notifications.Android.csproj", "{EC6A0616-67F3-46DC-817B-01B9866D283C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms
AppStore|Any CPU = AppStore|Any CPU
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|Mixed Platforms = AppStore|Mixed Platforms
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Ad-Hoc|Mixed Platforms.ActiveCfg = Ad-Hoc|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Ad-Hoc|Mixed Platforms.Build.0 = Ad-Hoc|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.AppStore|iPhone.Build.0 = AppStore|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.AppStore|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.AppStore|iPhoneSimulator.Build.0 = Ad-Hoc|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.AppStore|Mixed Platforms.ActiveCfg = AppStore|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.AppStore|Mixed Platforms.Build.0 = AppStore|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Debug|iPhone.ActiveCfg = Debug|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Debug|iPhone.Build.0 = Debug|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Debug|Mixed Platforms.Build.0 = Debug|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Release|iPhone.ActiveCfg = Release|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Release|iPhone.Build.0 = Release|iPhone
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Release|Mixed Platforms.ActiveCfg = Release|iPhoneSimulator
{20FF9B2C-D1F6-445A-8C9D-5419858EEBEC}.Release|Mixed Platforms.Build.0 = Release|iPhoneSimulator
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Any CPU.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Mixed Platforms.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Any CPU.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|iPhone.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Notifications.iOS\Notifications.iOS.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal