-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAvilaShellApp.sln
85 lines (84 loc) · 6.41 KB
/
AvilaShellApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvilaShellApp.Android", "AvilaShellApp.Android\AvilaShellApp.Android.csproj", "{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvilaShellApp.iOS", "AvilaShellApp.iOS\AvilaShellApp.iOS.csproj", "{37068DEB-CE85-4029-96B3-0A70972F22C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvilaShellApp.Web", "AvilaShellApp.Web\AvilaShellApp.Web.csproj", "{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvilaShellApp.UITests", "AvilaShellApp.UITests\AvilaShellApp.UITests.csproj", "{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvilaShellApp", "AvilaShellApp\AvilaShellApp.csproj", "{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}"
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
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Release|Any CPU.Build.0 = Release|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Debug|iPhone.Build.0 = Debug|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Release|iPhone.ActiveCfg = Release|Any CPU
{178DAB32-49F8-4C41-ADCA-2CE5D0163DAB}.Release|iPhone.Build.0 = Release|Any CPU
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Debug|iPhone.ActiveCfg = Debug|iPhone
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Debug|iPhone.Build.0 = Debug|iPhone
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Release|iPhone.ActiveCfg = Release|iPhone
{37068DEB-CE85-4029-96B3-0A70972F22C1}.Release|iPhone.Build.0 = Release|iPhone
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Release|Any CPU.Build.0 = Release|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Debug|iPhone.Build.0 = Debug|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Release|iPhone.ActiveCfg = Release|Any CPU
{E9495BE3-3AAF-44C4-A2D0-4C43EB787874}.Release|iPhone.Build.0 = Release|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Release|Any CPU.Build.0 = Release|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Debug|iPhone.Build.0 = Debug|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Release|iPhone.ActiveCfg = Release|Any CPU
{4E161FB3-CE41-4492-89F4-AFCBC2EC40B7}.Release|iPhone.Build.0 = Release|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Release|Any CPU.Build.0 = Release|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Debug|iPhone.Build.0 = Debug|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Release|iPhone.ActiveCfg = Release|Any CPU
{7EDBF4C0-92D5-4F34-ABBC-1568F79892A1}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal