-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAwaitablePopups.sln
95 lines (94 loc) · 7.3 KB
/
AwaitablePopups.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 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwaitablePopups", "AwaitablePopups\AwaitablePopups.csproj", "{26FEC38B-0321-4940-B00E-9929CED67B85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwaitablePopupsExample.Android", "AwaitablePopupsExample.Android\AwaitablePopupsExample.Android.csproj", "{0A22B22F-0EA4-4E28-937E-DA43638B7E39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwaitablePopupsExample.iOS", "AwaitablePopupsExample.iOS\AwaitablePopupsExample.iOS.csproj", "{2B4356DC-4B78-411E-8D5E-B70599666282}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwaitablePopupsExample", "AwaitablePopupsExample\AwaitablePopupsExample.csproj", "{D4468CD2-F90C-411E-8605-260560C933A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26FEC38B-0321-4940-B00E-9929CED67B85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Release|Any CPU.Build.0 = Release|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Debug|iPhone.Build.0 = Debug|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Release|iPhone.ActiveCfg = Release|Any CPU
{26FEC38B-0321-4940-B00E-9929CED67B85}.Release|iPhone.Build.0 = Release|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Release|Any CPU.Build.0 = Release|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Debug|iPhone.Build.0 = Debug|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Release|iPhone.ActiveCfg = Release|Any CPU
{0A22B22F-0EA4-4E28-937E-DA43638B7E39}.Release|iPhone.Build.0 = Release|Any CPU
{2B4356DC-4B78-411E-8D5E-B70599666282}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{2B4356DC-4B78-411E-8D5E-B70599666282}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{2B4356DC-4B78-411E-8D5E-B70599666282}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{2B4356DC-4B78-411E-8D5E-B70599666282}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{2B4356DC-4B78-411E-8D5E-B70599666282}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{2B4356DC-4B78-411E-8D5E-B70599666282}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{2B4356DC-4B78-411E-8D5E-B70599666282}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{2B4356DC-4B78-411E-8D5E-B70599666282}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{2B4356DC-4B78-411E-8D5E-B70599666282}.Debug|iPhone.ActiveCfg = Debug|iPhone
{2B4356DC-4B78-411E-8D5E-B70599666282}.Debug|iPhone.Build.0 = Debug|iPhone
{2B4356DC-4B78-411E-8D5E-B70599666282}.Release|iPhone.ActiveCfg = Release|iPhone
{2B4356DC-4B78-411E-8D5E-B70599666282}.Release|iPhone.Build.0 = Release|iPhone
{D4468CD2-F90C-411E-8605-260560C933A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Release|Any CPU.Build.0 = Release|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Debug|iPhone.Build.0 = Debug|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Release|iPhone.ActiveCfg = Release|Any CPU
{D4468CD2-F90C-411E-8605-260560C933A0}.Release|iPhone.Build.0 = Release|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Release|Any CPU.Build.0 = Release|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Debug|iPhone.Build.0 = Debug|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Release|iPhone.ActiveCfg = Release|Any CPU
{BB798D45-153F-4DAA-BA46-AEC48137ADB3}.Release|iPhone.Build.0 = Release|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Release|Any CPU.Build.0 = Release|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Debug|iPhone.Build.0 = Debug|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Release|iPhone.ActiveCfg = Release|Any CPU
{878C30E3-41FE-4313-B3A8-2A76098DC743}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal