-
Notifications
You must be signed in to change notification settings - Fork 7
/
Plugin.FirebaseStorage.sln
96 lines (95 loc) · 7.26 KB
/
Plugin.FirebaseStorage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.FirebaseStorage", "Plugin.FirebaseStorage\Plugin.FirebaseStorage.csproj", "{56FFC200-4340-4EC5-90D0-5C3E034D07FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{130D3FF4-3C38-4B55-ADD8-37C7B4376A4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.FirebaseStorage.Sample", "Plugin.FirebaseStorage.Sample\Plugin.FirebaseStorage.Sample\Plugin.FirebaseStorage.Sample.csproj", "{C408D942-764A-4C00-A038-8C69B5A6224E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.FirebaseStorage.Sample.Android", "Plugin.FirebaseStorage.Sample\Plugin.FirebaseStorage.Sample.Android\Plugin.FirebaseStorage.Sample.Android.csproj", "{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.FirebaseStorage.Sample.iOS", "Plugin.FirebaseStorage.Sample\Plugin.FirebaseStorage.Sample.iOS\Plugin.FirebaseStorage.Sample.iOS.csproj", "{38D327D5-B563-4512-A4F2-ACFCD2CC3509}"
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
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Release|Any CPU.Build.0 = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Debug|iPhone.Build.0 = Debug|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Release|iPhone.ActiveCfg = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Release|iPhone.Build.0 = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{56FFC200-4340-4EC5-90D0-5C3E034D07FA}.AppStore|iPhone.Build.0 = Release|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Release|Any CPU.Build.0 = Release|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Debug|iPhone.Build.0 = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Release|iPhone.ActiveCfg = Release|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Release|iPhone.Build.0 = Release|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{C408D942-764A-4C00-A038-8C69B5A6224E}.AppStore|iPhone.Build.0 = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Release|Any CPU.Build.0 = Release|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Debug|iPhone.Build.0 = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Release|iPhone.ActiveCfg = Release|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Release|iPhone.Build.0 = Release|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E}.AppStore|iPhone.Build.0 = Debug|Any CPU
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Debug|iPhone.ActiveCfg = Debug|iPhone
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Debug|iPhone.Build.0 = Debug|iPhone
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Release|iPhone.ActiveCfg = Release|iPhone
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Release|iPhone.Build.0 = Release|iPhone
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{38D327D5-B563-4512-A4F2-ACFCD2CC3509}.AppStore|iPhone.Build.0 = AppStore|iPhone
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C408D942-764A-4C00-A038-8C69B5A6224E} = {130D3FF4-3C38-4B55-ADD8-37C7B4376A4A}
{29FB8E68-C35B-480C-A9AF-6B0ABC24FE5E} = {130D3FF4-3C38-4B55-ADD8-37C7B4376A4A}
{38D327D5-B563-4512-A4F2-ACFCD2CC3509} = {130D3FF4-3C38-4B55-ADD8-37C7B4376A4A}
EndGlobalSection
EndGlobal