-
Notifications
You must be signed in to change notification settings - Fork 10
/
LoadingFormsViewFromNative.sln
71 lines (71 loc) · 5.29 KB
/
LoadingFormsViewFromNative.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadingFormsViewFromNative", "LoadingFormsViewFromNative\LoadingFormsViewFromNative.csproj", "{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadingFormsViewFromNative.iOS", "iOS\LoadingFormsViewFromNative.iOS.csproj", "{151557C5-DBD4-4349-A04E-1F20AA96D1FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadingFormsViewFromNative.Droid", "Droid\LoadingFormsViewFromNative.Droid.csproj", "{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadingFormsViewFromNative.UITests", "UITests\LoadingFormsViewFromNative.UITests.csproj", "{9DD463C5-F96C-4237-BEA1-A869FA2B7897}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Debug|iPhone.ActiveCfg = Debug|iPhone
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Debug|iPhone.Build.0 = Debug|iPhone
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Release|Any CPU.ActiveCfg = Release|iPhone
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Release|Any CPU.Build.0 = Release|iPhone
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Release|iPhone.ActiveCfg = Release|iPhone
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Release|iPhone.Build.0 = Release|iPhone
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{151557C5-DBD4-4349-A04E-1F20AA96D1FC}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Debug|iPhone.Build.0 = Debug|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Release|Any CPU.Build.0 = Release|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Release|iPhone.ActiveCfg = Release|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Release|iPhone.Build.0 = Release|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2AF6C2D8-AD7E-4C13-8916-09BE7453B1C0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Debug|iPhone.Build.0 = Debug|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Release|iPhone.ActiveCfg = Release|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Release|iPhone.Build.0 = Release|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9DD463C5-F96C-4237-BEA1-A869FA2B7897}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Debug|iPhone.Build.0 = Debug|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Release|Any CPU.Build.0 = Release|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Release|iPhone.ActiveCfg = Release|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Release|iPhone.Build.0 = Release|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C7451663-DBAD-40F9-93B2-B7D0B5759A4D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal